Masayuki Nakano
b62ac16b3e
Bug 960871 part.8 Rename variable names of NS_COMPOSITION_CHANGE event r=smaug
2014-10-07 19:01:49 +09:00
Masayuki Nakano
c2bf46d0e4
Bug 960871 part.6 Use WidgetCompositionEvent for NS_COMPOSITION_CHANGE instead of WidgetTextEvent r=smaug
2014-10-07 19:01:48 +09:00
Masayuki Nakano
50519d8d6b
Bug 960871 part.4 Rename NS_TEXT_TEXT to NS_COMPOSITION_CHANGE and fix comments which mention text events r=smaug
2014-10-07 19:01:47 +09:00
Masayuki Nakano
aa8f33c1db
Bug 960871 part.2 Rename WidgetCompositionEvent::data to WidgetCompositionEvent::mData r=smaug
2014-10-07 19:01:46 +09:00
Masayuki Nakano
313f5cdffe
Bug 960871 part.1 Rename WidgetTextEvent::theText to WidgetTextEvent::mData r=smaug
2014-10-07 19:01:46 +09:00
Wes Kocher
5000218064
Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
...
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Eric Rahm
4a41e11c21
Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
...
--HG--
extra : rebase_source : c96eea1c12ea8c19314393f0e8b4b57a4316a61d
2014-10-06 13:08:20 -07:00
Kartikaya Gupta
f8118760e7
Bug 1074401 - Ensure that the repaint request is always dispatched from the APZ on the main thread. r=botond
2014-10-03 13:39:37 -04:00
Masayuki Nakano
95e1b5411c
Bug 975383 part.2 Remove compositionupdate dispatchers in nsWindow of Android r=nchen
2014-10-03 15:33:48 +09:00
Kartikaya Gupta
a1954cf3cf
Bug 1074985 - Remove unimplemented method declarations. r=wesj
2014-10-01 17:49:30 -04:00
Jim Chen
df3c7f4bd1
Bug 888482 - Send event to set layer client; r=snorp
2014-09-30 18:20:58 -04:00
Jim Chen
3418bcd4be
Bug 888482 - Make new event to set layer client in Gecko; r=snorp
2014-09-30 18:20:58 -04:00
Jim Mathies
19c5e2c685
Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe
2014-09-29 16:11:08 -05:00
Ben Turner
b5f643fa70
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
2014-09-26 16:21:57 -07:00
Eitan Isaacson
01131b5e9f
Bug 969512 - Don't use NS_MOUSEENTER/LEAVE in widget level code. r=kats r=yzen
...
Make accessibility explore by touch hover events touch events.
2014-09-23 12:09:22 -07:00
Chris Kitching
a62d68db6a
Bug 1067056: Remove JavaDomKeyLocation and GeneratorOptions annotation. r=jchen
2014-09-13 17:42:03 -07:00
Ben Turner
68190e91be
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
2014-09-17 19:36:01 -04:00
Jim Chen
1c0c6573e7
Bug 1066175 - Only crash when crash reporting annotation succeeds; r=snorp
2014-09-17 12:59:21 -04:00
Ben Turner
c6ede83e24
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
...
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
2014-09-13 12:12:19 -04:00
Kartikaya Gupta
cc6d90bfea
Bug 1063803 - Remove unused function. r=wesj
2014-09-12 11:44:20 -04:00
Jim Chen
0bdfa69d46
Bug 1063120 - Add synchronous method to notify Gecko observer; r=snorp
2014-09-11 18:31:32 -04:00
Jonathan Watt
7740e7e3de
Bug 1064084, part 1 - Convert all consumers of gfxContext::Translate() to use gfxContext::SetMatrix()/Multiply(). r=Bas
2014-09-11 07:57:38 +01:00
Wes Johnston
f2fcb3e288
Bug 1058150 - Use restricted profiles for guest mode. r=mfinkle
2014-09-09 15:08:37 -07:00
Chris Peterson
412ea5db86
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
2014-07-21 21:43:21 -07:00
Kartikaya Gupta
24c1971914
Bug 1062307 - Ensure the contextmenu event triggered by a long-press action targets things outside the root scroll frame. r=capella,smaug
2014-09-06 09:30:46 -04:00
Jim Chen
9e657ce31e
Bug 1058136 - Properly send text change notifications for composition text; r=cpeterson
2014-09-04 14:38:18 -04:00
Jim Chen
0567c72b22
Bug 1058136 - Handle compose event to optimize composition usage; r=cpeterson
2014-09-04 14:38:18 -04:00
Jim Chen
ac184c49af
Bug 1058136 - Don't notify null text changes; r=cpeterson
2014-09-04 14:38:17 -04:00
Mark Capella
42cbcfa51c
Bug 1021804 - Long press on news story links invoke context menu, r=kats, wesj
2014-08-29 17:32:40 -04:00
Vicamo Yang
59e1f62017
Bug 878533 - 3/3: fix Fennec build bustage. r=blassey
2014-08-28 11:00:03 +08:00
Jim Chen
9e2f5981db
Bug 1056941 - Fix dangerous destructors in Fennec code; r=blassey
2014-08-26 15:07:59 -04:00
Kartikaya Gupta
0735cf9d8c
Bug 1055548 - Round the APZ tap notifications to integer CSS pixels before sending to JS code. r=wesj
...
--HG--
extra : rebase_source : 8b8bdc94bedf21f45d9add82436fa98683b26a03
2014-08-26 12:45:04 -04:00
Kartikaya Gupta
60fc199690
Bug 1030741 - Follow-up to fix android bustage. r=me
2014-08-23 19:55:55 -04:00
Kartikaya Gupta
6bebab3213
Bug 1049887 - Ensure we properly restore the scissor rect state in the GL context after running Java code. r=snorp
...
The C++ GLContext wrapper doesn't know about the changes to the GL state that the
Java code does, so Java must be careful to restore the GL state to the way
it was. The ScopedGLState RAII code doesn't quite accomplish this because of caching
in the C++ GLContext wrapper, so we have to do this directly from Java code.
2014-08-20 10:38:51 -04:00
Mark Finkle
6cdd6c44e9
Bug 1042715 - Add support for Restricted Profiles r=rnewman
2014-08-20 09:10:06 -04:00
Aryeh Gregor
4ae55a890c
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
2014-08-18 17:44:50 +03:00
Kartikaya Gupta
0e584b53c4
Bug 1049136 - Add native-code awareness of the Java UI thread so we can do thread assertions. r=snorp
2014-08-08 18:15:38 -04:00
Kartikaya Gupta
0a4d217810
Bug 1049136 - Hook up touch event handling for apz-fennec. r=wesj,snorp
2014-08-08 18:15:37 -04:00
Kartikaya Gupta
65f27f483e
Bug 1046344 - Unbitrot and rearrange the old APZ glue code in Fennec. r=snorp
2014-08-08 17:42:20 -04:00
Jim Chen
dfc142c782
Bug 1046880 - Throw custom exception when a property does not exist or has the wrong type; r=blassey
2014-08-06 14:38:29 -04:00
Jim Chen
2cd5a422d1
Bug 1048500 - Wait longer to get native stack for ANR; r=blassey
2014-08-05 12:41:10 -04:00
Vicamo Yang
e450a6115a
Bug 916607 - 3/4: android backend. r=blassey
2014-08-04 17:01:36 +08:00
Chris Kitching
5263bf8e47
Bug 1045950: Dereference pointers in AndroidBridge:InitCamera r=kats
2014-07-30 11:08:26 -07:00
Jim Chen
04dd55e1aa
Bug 886627 - Add AndroidBridge directory API; r=rbarker
2014-07-24 16:42:50 -04:00
Jeff Walden
23732db53a
Bug 1037100 - Remove all use of ScopedDeleteArray from miscellaneous places. r=jcranmer
...
--HG--
extra : rebase_source : 937557b819742ee62e10a4afa6c5152b910cd8b2
2014-07-10 20:37:40 -07:00
Benoit Jacob
262af77ae3
Bug 586656 - Serialize external "pluginEvent" structs in WidgetGUIEvent so that plugin events work in e10s - r=masayuki,jimm
2014-07-23 15:55:51 -04:00
Carsten "Tomcat" Book
60eab4e610
merge fx-team to mozilla-central a=merge
2014-07-23 16:05:22 +02:00
Myk Melez
2fdb33074a
Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle
2014-07-22 12:52:45 -07:00
Mike Hommey
33ef4f2c39
Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal
2014-07-23 08:39:56 +09:00
Jim Chen
5c725bc170
Bug 1038796 - Notify hang activity when processing Android app shell events; r=snorp
2014-07-18 12:53:41 -04:00