ting/web-platform/tests/editing/other/exec-command-with-text-editor.tentative.html
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling for Gecko
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/list
om my experience at aligning `keypress` event to Chrome, existing
behavior change is also really risky because a lot of web apps may check
UA name and OS instead of checking behavior. The hacky way guarantees
that the behavior does NOT change on web apps which handle `wheel` event
correctly.
--�
Mas
Oops,
On 2021/03/10 17:11, Masayuki Nakano wrote:
Example 1:
```
addEventListener("wheel", event => {
let amount = event.deltaY;
if (isFirefox) {
amount *= 16;
}
scroll(amount);
event.preventDefault();
});
```
Example 2:
```
addEventListener("wheel",
fixed yet.
https://github.com/w3c/uievents/issues/181
(FYI: On Windows, mouse diver/utility can consider wheel delta amount
with native window's class name or process name. E.g., whether the app
support or does not support high resolution wheel events. Therefore,
this fact would cause
nd content
collaborating test like related to xorigin event delivering and
autoscrolling.
If you have some additional suggestions, let me know.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1691622
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling for Gecko
false
[10]
https://searchfox.org/mozilla-central/search?q=input-events-get-target-ranges.js&path=web-platform%2Ftests%2F&case=false®exp=false
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling for Gecko
___
dev-platform ma
On 2020/09/18 3:13, James Graham wrote:
On 17/09/2020 17:14, Masayuki Nakano wrote:
web-platform-tests:
none for `beforeinput` (because of it requires user input, and test
driver was not when other browsers implement it), but there are a lot
of tests for `getTargetRanges()` which I added (200
/mozilla-central/search?q=%22beforeinput%22&path=%2Ftests%2F&case=true®exp=false)
Restricted to secure contexts: No
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling for Gecko
___
dev-platform mailing list
dev-platform@lists.mozi
acc
[3]: https://github.com/w3c/editing/issues/200#issuecomment-578097441
[4]: https://bugzilla.mozilla.org/show_bug.cgi?id=1611374
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling for Gecko
___
dev-platform mailing list
dev-platform@lists.mo
ts of broken web apps.
Pref name: dom.document.exec_command.nested_calls_allowed
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1611374
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling for Gecko
___
dev-platform mailing lis
On 2020/01/09 3:35, James Graham wrote:
On 08/01/2020 09:54, Masayuki Nakano wrote:
Summary: "beforeinput" event is useful for web apps which manage input
data into ``, `` and/or `contenteditable`. This event
is fired before our editor modifies value or DOM tree and some types
are
vTools bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1607686
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling for Gecko
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
point
- Double clicking shows word boundary in the password
I already have patches for solving these issues, but there might be
another issues.
If you have some concerns, let me know.
Regards,
--
Masayuki Nakano
Working on DOM, Events, editor and IME hand
his for feature detection.
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling at Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
devirtualize the methods of them newly,
they perhaps have already been done by compiler.
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling at Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org
tform
--
Masayuki Nakano
Working on DOM, Events, editor and IME handling at Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
s.mozilla.org/listinfo/dev-platform
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
g the result. I'll keep changing other GetPresShell() methods
too when I have time, but of course, you're welcome if you do that
instead of me ;-)
Regards,
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing li
/PresShell.cpp#7190-7586
3.
https://searchfox.org/mozilla-central/rev/8ff2cd0a27e3764d9540abdc5a66b2fb1e4e9644/layout/base/PresShell.h#499-1261
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https
ll file bugs for them.
Currently, I plan to enable them by default in all channels like
InputEvent.inputType. If we would get web-compat issues, e.g., they are
used to detect "beforeinput" event support, then, I'd disable them in a
follow up bug.
--
Masayuki Nakano
Software Eng
- brennie
On Wed, Feb 6, 2019 at 7:27 PM Masayuki Nakano wrote:
I sometimes rewrite patches from new contributor and commit them with
`-u` and the contributors name and email address, and land the patches
for them. E.g., https://bugzil.la/1513405
Is it possible to do that via Phabricator and Lan
have been set as blocker bugs to https://bugzil.la/1514775.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
fix broke another internet app (bug 1514940).
Therefore, we put off to reship this at least until 66.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev
We've decided to put this off at least 66.
https://bugzilla.mozilla.org/show_bug.cgi?id=1520756
On 2018/11/30 10:37, Masayuki Nakano wrote:
Summary: We'll set keyCode of "keypress" event to its charCode value if
keyCode is 0, charCode of "keypress" event to its k
We've decided to put this off at least 66.
https://bugzilla.mozilla.org/show_bug.cgi?id=1520756
On 2018/11/30 10:47, Masayuki Nakano wrote:
Summary: Enable window.event which can access dispatching event from
everywhere.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=218415
Li
to Level 2 support
with pref, "dom_input_events.conform_to_level_1", although could be
changed in review process).
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
On 2018/11/30 20:42, James Graham wrote:
On 30/11/2018 01:37, Masayuki Nakano wrote:
web-platform-tests: N/A due to requiring user input, but we have
mochitests with synthesized events.
I think it should be possible to write web-platform-tests for this kind
of thing now, using the testdriver
vent of text input
from keyboard directly (i.e., not via IME). "input" and "beforeinput"
are similar to "keypress", but they are fired only when an editor has
focus and with any input devices/middle wares.
Currently, I'm working on implementing "beforeinput&qu
m/forum/#!topic/mozilla.dev.platform/E8DyIJBhu1g
https://groups.google.com/forum/#!topic/mozilla.dev.platform/IWLLJmoGroA
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
org/show_bug.cgi?id=1496288
because we need to manage those changes as a set.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
s) to disable
this new behavior only in specific domains. If we'll get broken web
apps even after release, we and users can disable it with using this
blacklist.
Enabling patch has been landed from:
https://bugzilla.mozilla.org/show_bug.cgi?id=1496288
because we need to manage those ch
ress event changes which will be mentioned in
following posts.
Enabling patch has been landed from:
https://bugzilla.mozilla.org/show_bug.cgi?id=1496288
because we need to manage those changes as a set.
--
Masayuki Nakano
Software Engineer, Mozilla
_
ely later.
Note that this event is listened by only 0.0003% inner-windows for now
(currently, we collect the data only from Nightly testers).
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
regression about key operation in some web apps, please
file a bug for each web app, and block bug 1479964.
1: https://bugzilla.mozilla.org/show_bug.cgi?id=218415
2: https://bugzilla.mozilla.org/show_bug.cgi?id=1479964
3: https://bugzilla.mozilla.org/show_bug.cgi?id=1497546
4: https://bugzilla.m
;anchor" is
used in comm-central and BlueGriffon. Due to not defined as an Atom, it
does not make sense to keep supporting this value.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1484092
The first release of this change will be 63.
--
Masayuki Naka
gzilla.mozilla.org/show_bug.cgi?id=1452538#c19
On 2018/04/05 15:58, Masayuki Nakano wrote:
This incompatibility is pointed by W3C's Editing API WG:
https://github.com/w3c/editing/issues/171
Gecko has some specific editing UI of HTML editor.
1. Resiziers of , , absolute positioned elements.
tensions shouldn't use Control - Alt combination for
shortcut keys at least on Windows.
Note that if active keyboard layout does not have AltGr key,
getModifierState("AltGraph") always returns false (even if both Ctrl and
Alt are pressed).
The bug: https://bugzill
On 4/11/2018 4:34 PM, Karl Dubost wrote:
Le 11 avr. 2018 à 15:14, Masayuki Nakano a écrit :
However, oddly, I cannot show the preview on Firefox nor Nightly. When I click the
"preview", the website says "saved the preview" but I cannot access the preview
actually. It mi
ally.
This is interesting case. This is not what we're looking for, but this
is a case of web developers trying to fix the issue by themselves. I.e.,
they must be thinking that horizontal scroll isn't useful even if the
block direction is completely horizontal.
--
Masayuki Nakano
S
On 4/10/2018 5:53 PM, Karl Dubost wrote:
Masayuki,
Le 6 avr. 2018 à 17:26, Masayuki Nakano a écrit :
Does somebody know some lists of web sites which use vertical writing-mode?
Kobo Taiwan for example has preview of books in vertical writing mode.
see https://webcompat.com/issues/14152
On 4/10/2018 4:40 PM, Brian Birtles wrote:
On Fri, Apr 6, 2018 at 10:26 AM, Masayuki Nakano
wrote:
Does somebody know some lists of web sites which use vertical
writing-mode? Unfortunately, I don't know web sites which use writing-mode
heavily even though I usually read web sites writt
On 4/7/2018 12:39 AM, Ehsan Akhgari wrote:
On Thu, Apr 5, 2018 at 11:08 PM Masayuki Nakano <mailto:masay...@d-toybox.com>> wrote:
On 4/6/2018 2:50 AM, Ehsan Akhgari wrote:
> Hi Masayuki,
>
> First of all, thank you for taking on this task. I have a
ral or just remove
them completely.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
sually read web sites written in
Japanese...
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
toolbars.
Then, you'll see grabber to move the black border box at top edge of the
box and you can move the box with dragging. That's one of the feature of
absolutely positioned editor available even on Firefox.
--
Masayuki Nakano
Software Engineer, Mozilla
___
bility issue in:
https://bugzilla.mozilla.org/show_bug.cgi?id=1449564
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
t used
by anybody (it seems that it was used by ChatZilla, but according to its
website, it's not active) and this causes a lot of unnecessary virtual
calls and QI at D&D and Paste in editor. So, I don't think that we
should keep this feature anymore.
--
Masayuki Nakano
So
l
to nsIEditor.transactionManager.numberOfUntoItems and
nsIEditor.transactionManager.numberOfRedoItems.
So, we don't need to keep maintaining these shortcut methods anymore.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
de
h purpose, "input" event is the right event because "keydown"
event and "keyup" event may not be fired even after the bug fix. For
example, if the IME is backend of voice input or handwriting system,
Gecko won't fire "keydown&quo
argument. However, I couldn't fix new
oranges with this approach. So, it works with some condition, but I
don't know about this.
So, I'll keep struggling with regressions of this behavior change.
However, probably, we won't get regression reports for minor UI, e.g.,
runn
ug to change this behavior:
https://bugzilla.mozilla.org/show_bug.cgi?id=1036008
Document in MSDN:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode#keyCode_of_punctuation_keys_on_some_keyboard_layout
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
/docs/Web/Guide/HTML/Editable_content#Differences_in_markup_generation
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
with inserting this line:
document.execCommand("defaultParagraphSeparator", false, "br");
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
5f8ab/testing/mochitest/tests/SimpleTest/EventUtils.js#835-905
*4 https://bugzilla.mozilla.org/show_bug.cgi?id=553149
*5 https://bugzilla.mozilla.org/show_bug.cgi?id=1433648
*6 https://bugzilla.mozilla.org/show_bug.cgi?id=1434317
--
Masayuki Nakano
Software Engineer, Mozilla
ow_bug.cgi?id=968056
2: https://w3c.github.io/uievents/#legacy-keyboardevent-event-types
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
id=1429676
And currently, I'm working on making HTMLEditRules not derived from
nsIEditActionListener:
https://bugzilla.mozilla.org/show_bug.cgi?id=1430021
And nsIEditActionListener::Will*() will be removed because of no users:
https://bugzilla.mozilla.org/show_bug.cgi?id=1430319
--
Masayuki N
On 10/18/2017 4:08 PM, Jet Villegas wrote:
That is, do I owe you another steak? :-)
Always welcome another steak :-D
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https
Note that this feature won't be exposed to attributes of "wheel" events.
This is just a default action change and same behavior as Chrome.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lis
On 10/14/2017 12:29 AM, Masayuki Nakano wrote:
Ted, really sorry for the delay to say "Thank you" because of too busy
of my life.
I tried to do this on my environment (Ubuntu), then, I succeeded to get
a pretty stack trace even from trysever build.
1. Put |#include "nsTrac
tryserver build from terminal.
7. Save stack trace to a text file.
8. Run |/tools/rb/fix_linux_stack.py < stack.txt|
Thank you very much!
On 9/22/2017 9:55 AM, Ted Mielczarek wrote:
On Thu, Sep 21, 2017, at 08:51 PM, Masayuki Nakano wrote:
I'd like to get pretty stack trance which shows
n to check which path causes a bug.
If it's impossible, I'll create a tryserver build with each ancestor
caller logs the path, though.
Thanks in advance.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platfo
en I end up running all the
mochitest-browser tests, looking at every log until I find the chunk
where the test is, and retrigger just that chunk. The chunk number
changes based on the platform and debug/opt, so it's painful.
Is there a way to trigger only the chunk that will contain a given
tes
o use `mach try` with a specific set of test
directories. It will generate a set of --try-test-paths flags to
restrict tests to those paths, and only run the first chunk of any
group. Without that, groups shift around too much to be reliable.
On Fri, Sep 15, 2017 at 10:03:00AM +0900, Masayuki N
47 AM, ISHIKAWA,chiaki wrote:
Hi,
I use firefox under Windows most of the time, and so it will be very nice.
But obviously this is only for Windows platform, and
does not affect linux or OSX versions. Correct?
On 2017/08/23 14:19, Masayuki Nakano wrote:
Hi,
We decided that we should change our d
or nsIHTMLEditor, you need to
QI to nsIEditor first. So, if you need to add new scriptable method
which treat editor, using nsIEditor is better than other editor
interfaces since QI cost is not so cheap.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1060051
--
Masayuki Nakan
"Meiryo" isn't available.
Anyway, I believe that this makes 57 look nicer for Japanese users!
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=548311
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=1354004
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=1351332
[4] https://bugzilla.mo
I have no
idea how to implement it easily in HTML. Perhaps, capsuling with Shadow DOM?
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
I like using reference to argument if it's non-nullable.
In Core::Editor module, such arguments are already replaced with
reference in a lot of places.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-pla
nsIEditorIMESupport is an empty interface. Members were moved to
nsIEditor and nsIEditorIMESupport was made a subclass of it.
This interface is now completely unused. So, it should be removed from
the tree completely.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1325281
--
Masayuki
EditorBase and HTMLInputElement.
https://searchfox.org/mozilla-central/rev/224cc663d54085994a4871ef464b7662e0721e83/dom/html/nsIPhonetic.idl
Nobody (including add-ons) uses them now. So, we can get rid of them.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1363278
--
Masayuki Nakano
Software
ression reports after
reaching risky patch to the release especially when it's limited to
non-English users.
So, in this case, I think we'd get regression reports of web apps which
is used in world wide. Otherwise, we wouldn't get regression reports
until releasing the
your idea.
The bug is bug 1347079:
https://bugzilla.mozilla.org/show_bug.cgi?id=1347079
Thanks in advance.
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
bugzilla.mozilla.org/show_bug.cgi?id=1347073
--
Masayuki Nakano
Software Engineer, Mozilla
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
f the pref needs to be read just once, store the value in some
static variable or so.
-Olli
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
--
Masayuki Nakano
Software Enginee
ng all selection ranges,
but the ranges may be changed/removed during handling other selection
ranges. We don't have any spec how do we behave in such case.
I think we should probably ask other browser vendors about this again so
that we can plan our future here better.
I agree.
--
M
On 2016/12/20 8:00, Mats Palmgren wrote:
On 12/15/2016 10:46 AM, Masayuki Nakano wrote:
> Supporting multiple selection in editor makes our editor code
> complicated.
Why is that so exactly? By necessity, the code already operates
on one Range, right? so why can't we implemen
T, SELECTION_IME_CONVERTEDTEXT,
SELECTION_IME_SELECTEDCONVERTEDTEXT and SELECTION_FIND. So, perhaps, you
don't need to mind about such feature.
(Although, I don't know which selection type is used in location bar.)
--
Masayuki Nakano
Mana
On 2016/12/16 19:53, Mike Hommey wrote:
On Fri, Dec 16, 2016 at 05:16:25PM +0900, Masayuki Nakano wrote:
Hi,
I'm looking for some documents which explain when we need to touch CLOBBER
to avoid build failure. However, I've not found such document yet. I see
such information only
could be interesting.
On Fri, Dec 16, 2016 at 12:16 AM, Masayuki Nakano
wrote:
Hi,
I'm looking for some documents which explain when we need to touch CLOBBER
to avoid build failure. However, I've not found such document yet. I see
such information only in CLOBBER about WebIDL change.
S
boardEvent#Dispatch_KeyboardEvent_across_BrowserElements
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=1322736
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.m
Hi,
I'm looking for some documents which explain when we need to touch
CLOBBER to avoid build failure. However, I've not found such document
yet. I see such information only in CLOBBER about WebIDL change.
So, is there any document which lists up when we need to touch CLOBBER?
-
be better to stop supporting multiple selection only in
editor if the feature is not so loved by users.
I filed a bug for discussing this issue here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1323681
Feel free to comment anything.
Thanks in advance.
--
Masayuki Nakano
Manager, Internatio
/show_bug.cgi?id=1312991
Note that I don't want to do them in 52 because 52 will be the next ESR.
So, I'd like to do them in 53.
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platfor
v;|.
Anyway, I'd like we to add a rule to the coding style guide.
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
rm mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
::WSRunObject::WSFragment
nsWSRunObject::WSPointmozilla::WSRunObject::WSPoint
nsEditor::CreateTxnForIMEText()
mozilla::EditorBase::CreateTxnForComposiiton()
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
ow, let me know. Smaug might be a
good reviewer for that.
Thanks in advance.
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
Done. Will be in 49.
On 2015/09/17 18:40, Masayuki Nakano wrote:
Summary: Drop TSF support only from WinXP and WinServer 2003.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1205600
Platforms: Windows XP, Windows Server 2003 and Windows Server 2003 R2
Estimated or target release: Gecko 44
On 2016/04/12 20:27, Henri Sivonen wrote:
On Tue, Apr 12, 2016 at 7:45 AM, Masayuki Nakano wrote:
So, my question is, why do we still have Qt widget in mozilla-central? What
the reason of keeping it in mozilla-central?
My understanding is that
https://git.merproject.org/mer-core/qtmozembed
on of keeping it in mozilla-central?
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
faces/base/nsITextInputProcessor.idl
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
--
Masayuki Nakano
Manager, Internationalization, Mozilla
lp you.
I am planning to finish my outstanding code reviews by the end of this
month.
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
hile to support limited support of TSF on legacy Windows.
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
Error,
Warning,
Debug,
};
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
as our current style. IE doesn't have any special
style for them (i.e., rendered like simple ).
The bug to change the style:
https://bugzilla.mozilla.org/show_bug.cgi?id=1157083
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
__
reported, we should
disable it before release.
The bug to turn on:
https://bugzilla.mozilla.org/show_bug.cgi?id=478029
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https
134542 for the progress.
https://bugzilla.mozilla.org/show_bug.cgi?id=1134542
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
t. (of course, mochitest has them, though)
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
to implement:
Support D3E EventModifierInit
https://bugzilla.mozilla.org/show_bug.cgi?id=1124608
Link to standard:
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#h-event-modifier-initializers
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
efault in release build:
https://bugzilla.mozilla.org/show_bug.cgi?id=1126673
--
Masayuki Nakano
Manager, Internationalization, Mozilla Japan.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
1 - 100 of 119 matches
Mail list logo