peter chang
45f43d863e
Bug 1054901 - Add AsyncPanZoomStarted/Stopped notifications to scroll observers. r=roc
2014-08-22 04:32:00 -04:00
Brian Birtles
78a2998f0e
Bug 1045993 part 4 - Add tests for Animation.effect.name; r=dbaron
2014-08-22 13:42:48 +01:00
Brian Birtles
1829ded41a
Bug 1045993 part 3 - Add AnimationEffect.name; r=dbaron, r=bz
2014-08-22 13:42:48 +01:00
Brian Birtles
c6384d518e
Bug 1045993 part 2 - Move the animation name from AnimationPlayer to Animation; r=dbaron
...
This patch stores the animation name on the Animation object rather than its
AnimationPlayer. This is because Animation objects don't have a reference to
their AnimationPlayer but their AnimationEffect needs access to the animation
name.
This patch also adds an accessor for AnimationPlayer to get the name from its
Animation (since players *do* have a reference to their source animation
content).
2014-08-22 13:42:48 +01:00
Brian Birtles
ca90f4c1d9
Bug 1045993 part 1 - Add AnimationEffect interface and Animation.effect member; r=dbaron, r=bz
2014-08-22 13:42:47 +01:00
Brian Birtles
0b42074024
Bug 1045994 - Add a chrome-only property to AnimationPlayer to indicate if an animation is running on the compositor; r=dbaron, r=bz
2014-08-22 13:42:47 +01:00
Florian Quèze
a4d83b7b42
Bug 1056172
- the recording-window-ended notification isn't reliably fired, r=jesup.
2014-08-22 12:21:48 +02:00
Randell Jesup
774f50d295
Bug 1050802: Backend to allow stopping sharing for screen/window for a WindowID r=jib
2014-08-22 10:27:16 +01:00
Nigel Babu
1303a8d0b1
Backed out 2 changesets (bug 1050802) for bustage, CLOSED TREE
...
Backed out changeset c365e93b8e42 (bug 1050802)
Backed out changeset 7e35629e7cdb (bug 1050802)
2014-08-22 12:53:32 +05:30
Nigel Babu
54c3ae6906
Backed out changeset a209d60bed50 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:34:58 +05:30
Nigel Babu
ba78a53581
Backed out changeset 3708cca072dc (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:34:37 +05:30
Nigel Babu
e690499dca
Backed out changeset b2679f354c15 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:34:09 +05:30
Nigel Babu
0c95ea58c5
Backed out changeset 429de5ae1110 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:33:54 +05:30
Nigel Babu
9c1e5f12ab
Backed out changeset b695c5227ce6 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:33:43 +05:30
Patrick Wang (Chih-Kai Wang)
9428b8347b
Bug 1040017: Prevent ContentParent from sending broadcast message to Nuwa. r=khuey
2014-08-22 13:41:34 +08:00
Randell Jesup
dc72550d8e
Bug 1050802: Backend to allow stopping sharing for screen/window for a WindowID r=jib
2014-08-22 01:29:21 -04:00
Jeff Gilbert
96e00df3cc
Bug 1052240 - Mark tests to fail/skip. - r=kamidphish
2014-08-21 19:17:33 -07:00
Jeff Gilbert
603e448d80
Bug 1052240 - Rearrange some code. - r=kamidphish
2014-08-21 19:17:32 -07:00
Jeff Gilbert
f006d2e187
Bug 1052240 - Fix test failures. - r=kamidphish
2014-08-21 19:17:32 -07:00
Jeff Gilbert
e643deba18
Bug 1052240 - Generate mochi-wrapper files. - r=kamidphish
2014-08-21 19:17:32 -07:00
Jeff Gilbert
2a033b0f34
Bug 1052240 - Add mochi-wrapper generator and template files. - r=kamidphish
2014-08-21 19:17:31 -07:00
Trevor Saunders
b6b2d4b019
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
2014-08-05 13:33:55 -04:00
Matt Woodrow
39d0f7f70c
Bug 1056427 - Stop PRenderFrame from managing PLayerTransaction since it hasn't worked since the layers refactoring. r=roc
...
--HG--
extra : rebase_source : 38c86648bb8e59a6b992bd377acb9aacb418c98b
2014-08-22 12:16:44 +12:00
Bobby Holley
6c86c8eebd
Bug 981218 - Remove default compartment objects. r=luke
...
\o/
2014-08-21 17:13:51 -07:00
Bobby Holley
2e91eea145
Bug 981218 - Stop using a default compartment object in the IndexedDB and ProxyAutoConfig JSRuntimes. r=bobowen
2014-08-21 17:13:51 -07:00
Bobby Holley
11c48559fe
Bug 981218 - Stop using default compartment objects in workers. r=bobowen
2014-08-21 17:13:51 -07:00
Bobby Holley
6d9d935743
Bug 981218 - Stop using default compartment objects in nsJSUtils.cpp. r=bobowen
2014-08-21 17:13:50 -07:00
Bobby Holley
4ffa7535ad
Bug 981218 - Remove the JSAutoCompartment from cx pushing. r=bobowen
...
By this point, AutoJSAPI takes care of entering the correct compartment, so this
no longer serves a purpose.
2014-08-21 17:13:50 -07:00
Walter Litwinczyk
62ea9c6aff
Bug 1049960 - WebGL generate invalid operation errors when copyTex[Sub]Image2D is called with a format that is not a subset of the FBO format. r=jgilbert
2014-08-20 13:38:42 -07:00
Andrew McCreight
49d22c54d9
Bug 963382 - Fix misaddressed review comment.
2014-08-21 14:31:44 -07:00
Andrew McCreight
c2171c85f7
Bug 1053920 - Define and use JSNativeArguments in Codegen.py. r=bz
2014-08-21 14:31:44 -07:00
Andrew McCreight
4bfe09cf1d
Bug 1056316 - Prune out obsolete cases from error message about combining Throws with other things. r=bz
2014-08-21 14:31:43 -07:00
Andrew McCreight
45c0af210a
Bug 963382, part 2 - Add chrome JS function for clearing cache. r=bz
2014-08-21 13:56:11 -07:00
Andrew McCreight
8e2299bb2a
Bug 963382, part 1 - Split out MethodDefiner's JS implemented case into its own thing. r=bz
2014-08-21 13:56:11 -07:00
Nathan Froyd
2374d4767a
Bug 1055281 - check for existence of paths in LOCAL_INCLUDES in moz.build; r=mshal
2014-08-20 11:51:33 -04:00
Sean Lin
73a41c0822
Bug 1014023 - [Datastore] Notify apps of changes in datastore without being opened. r=baku, r=gene
2014-06-27 15:58:47 +08:00
Andrea Marchesini
5fc7b1bcdb
Bug 1002571
- Implement navigator.serviceWorker.getRegistrations. r=nsm
2014-08-20 11:40:00 -04:00
Ed Morley
29f6cbfb93
Merge mozilla-central and inbound
2014-08-21 14:28:02 +01:00
Ed Morley
4c62f0c52a
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-08-21 13:44:28 +01:00
Ed Morley
988a206fdc
Backed out changeset 7a6008e82204 (bug 1040017) for B2G nonunified build failures
2014-08-21 10:44:06 +01:00
Thomas Zimmermann
592a4673f7
Bug 1053804: Replace |MainThreadTask| by |CloseScoRunnable|, r=shuang
...
|MainThreadTask| performs different operations on the main thread,
depending on a given command flag. There is only one command, CLOSE_SCO,
in use.
This patch removes the command infrastructure and replaces |MainThreadTask|
by |CloseScoRunnable|, which implements only this single operation.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
82e0af3a5a
Bug 1053804: Cleanup Bluetooth Handsfree manager, r=shuang
...
This patch removes the unusued callback code from Bluetooth's
Handsfree manager.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
8bc1aa2290
Bug 1053804: Integrate runnables into Handsfree notifications, r=shuang
...
A number of notifications dispatch runnables to the main thread for
invoking actions. This is not requireed, as notifications already
run on the main thread. This patch merges the runnable's code into
the respective notifications.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
de8efe7881
Bug 1053804: Use Bluetooth Handsfree notifications, r=shuang
...
This patch replaces Handsfree callbacks by notifications. One
important change is that the first call to |BluetoothHandsfreeManager::Get|
now happens during initialization. Hence the Handsfree manager is now setup
immediately, instead of later at use.
2014-08-21 10:10:38 +02:00
Thomas Zimmermann
72eb36ef53
Bug 1053804: Implement Bluetooth Handsfree notifications, r=shuang
...
The patch adds notifications support to the Handsfree manager. Each
notification's method is taken from the respective callback code, with
changes to the arguments' data types.
2014-08-21 10:10:38 +02:00
Thomas Zimmermann
11b6bf3249
Bug 1053804: Add Bluetooth Handsfree notifications, r=shuang
...
The notification interface consists of virtual methods that are
invoked form the Bluetooth backend on certain events. The Handsfree
manager can implement the methods to handle these events.
2014-08-21 10:10:37 +02:00
Thomas Zimmermann
c1da71678e
Bug 1050174: Cleanup interface of |BluetoothSocket| (under bluetoth2/), r=btian
...
This patch cleans up the interface of Bluedroid's |BluetoothScoket|
to look more similar the interface of |UnixSocketConsumer|, from
which it descends.
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
934eb04f18
Bug 1050174: Use |SocketIOShutdownTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
182a7a5ee6
Bug 1050174: Use |SocketIOSendTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
8a53389156
Bug 1050174: Use |SocketIOTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
b062bfbcd8
Bug 1050174: Use |SocketIOBase| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
3b9a504579
Bug 1050174: Use |SocketIODeleteInstanceRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
831c114c1a
Bug 1050174: Use |SocketIORequestClosingRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
8f4db76357
Bug 1050174: Use |SocketIOReceiveRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
5561039241
Bug 1050174: Use |SocketIOEventRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
c60f953c36
Bug 1050174: Use |SocketIORunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
9de3c49579
Bug 1050174: Use |SocketConsumerBase| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:34 +02:00
Thomas Zimmermann
6052069472
Bug 1050174: Cleanup fields in |DroidSocketImpl| (under bluetooth2/), r=btian
...
|DroidSocketImpl| contains several unused fields that are removed
by this patch.
2014-08-21 09:30:34 +02:00
Nicholas Nethercote
a9a9475ae5
Bug 1051106 - Remove a useless waitForScan() call. r=vchang.
...
--HG--
extra : rebase_source : fab1721336cd1c9878b7f8259524d73ea9fcebfe
2014-08-20 18:36:59 -07:00
Shian-Yow Wu
9fdf0f930e
Bug 1048615 - Test case for multiple simultaneous access. r=fabrice
2014-08-21 19:09:37 +08:00
Kyle Machulis
af669c16de
Backing out b5d49f1885af as it wasn't properly backed out in 0611006cc095
...
--HG--
extra : rebase_source : 22687deeeee7abd76e424b21bec8fc59fb6f7515
2014-08-20 13:37:55 -07:00
Ryan VanderMeulen
0f481d49c0
Merge m-c to b2g-inbound. a=merge
2014-08-20 16:21:52 -04:00
Ryan VanderMeulen
aff546e81b
Merge inbound to m-c. a=merge
2014-08-20 16:14:23 -04:00
Fabrice Desré
8453feb8d7
Bug 1056226 - "Unrecoverable" app uninstall does not send manifest information to uninstall event r=marco
2014-08-20 12:27:32 -07:00
Kyle Machulis
c3c4d72110
Backed out d71120161e89 b5d49f1885af (bug 846200) due to missing xpc shell test fix patch
2014-08-20 12:01:18 -07:00
Kyle Machulis
d00fe363a5
Bug 846200 - Update mochitests to use new settings-api permissions
2014-08-20 10:40:40 -07:00
Kyle Machulis
13feac6197
Bug 846200 - Support for granting settings permissions on a per-permission basis
2014-08-20 10:40:37 -07:00
Reuben Morais
024269fa85
Bug 1040333 - Set principal flags in WorkerPrivateParent ctor. r=khuey
2014-08-20 14:34:14 -03:00
Patrick Wang (Chih-Kai Wang)
eb7c004181
Bug 1040017: Prevent SetOffLineStatus from being sent to Nuwa after loading. r=khuey
2014-08-21 13:32:57 +08:00
Dave Hylands
431ebf4702
Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
2014-08-19 13:41:35 -07:00
Ed Morley
b3374017d7
Merge mozilla-central and b2g-inbound
2014-08-20 15:19:45 +01:00
Ed Morley
cd48fd4080
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-08-20 14:46:55 +01:00
John Daggett
d7cf8f6fad
Bug 975744 - remove font features pref and enable features by default. r=dbaron
2014-08-20 16:54:35 +09:00
John Daggett
c26dc7ba92
Bug 1041951 - fix SMIL tests that create a psuedo computed style for shorthands. r=birtles
...
The 'font-variant' property is now a shorthand, so the set of longhand values affected is different from before. Switch the test to set the longhand property for the 'small-caps' value.
2014-08-20 16:54:29 +09:00
Nigel Babu
bd0fa8ed01
Backed out changeset 19e59c14b0aa (bug 1049240) for xpshell bustage
2014-08-20 12:19:36 +05:30
Kyle Machulis
d2b1bea742
Backed out 82bed38ff50a (bug 900551, bug 1015518, bug 846200) due to marionette webapi test bustage on ICS Emulator
2014-08-19 22:33:36 -07:00
Kyle Machulis
8c60f9e888
Backed out c4c490f3b301, previous backout of bug 900551, bug 1011518, bug 846200, now fixed by bug 1055898 (51afb4de4a25)
2014-08-19 21:05:50 -07:00
Randy Lin
db8f872063
Bug 1054219 - [B2G][SpeakerManager] Avoid to create unnecessary speakerManager instance on child process. r=baku
2014-08-20 10:25:55 +08:00
Wes Kocher
83f87af771
Merge m-c to inbound a=merge
2014-08-19 18:25:36 -07:00
Bobby Holley
13b281a967
Bug 1036214 - Tests. r=bz
...
This whole test setup comes from bug 923904, so some of the things it's testing
need to be rejiggered (like the checkGlobal stuff).
2014-08-19 18:12:15 -07:00
Bobby Holley
29c2f9eb29
Bug 1036214 - Do a subsumes check on object and any parameters (and things containing them) to JS-implemented WebIDL. r=bz
2014-08-19 18:12:15 -07:00
Wes Kocher
0ace7bebee
Backed out 8 changesets (bug 1015518, bug 900551, bug 1011518, bug 846200) for build bustage
...
Backed out changeset 59eb7edaa6ed (bug 1015518)
Backed out changeset 04a531d5647e (bug 1011518)
Backed out changeset 9ac939654549 (bug 1011518)
Backed out changeset 2f707489d892 (bug 900551)
Backed out changeset f2a0a448e563 (bug 900551)
Backed out changeset f130f54ea09a (bug 900551)
Backed out changeset 9d38e8901847 (bug 846200)
Backed out changeset 744da032a2de (bug 846200)
2014-08-19 14:49:02 -07:00
Kyle Machulis
29d97824bc
Bug 1015518 - Update users of settings observer message field to use boolean; r=gene
2014-08-19 13:43:58 -07:00
Kyle Machulis
246ce946d1
Bug 1011518 - Fix SettingsService mochitests; r=bent
2014-08-19 13:43:58 -07:00
Kyle Machulis
dd7bea9bd8
Bug 1011518 - Use SettingsRequestManager as SettingsService Backend; r=bent
2014-08-19 13:43:57 -07:00
Kyle Machulis
a9c701a17c
Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan
2014-08-19 13:43:57 -07:00
Kyle Machulis
8cfbe7560b
Bug 900551 - Add new permission for wallpaper setting; r=bent
2014-08-19 13:43:57 -07:00
Kyle Machulis
30b7bb3dd8
Bug 900551 - Settings API OOP; r=bent
2014-08-19 13:43:57 -07:00
Kyle Machulis
a13cf722a1
Bug 846200 - Update mochitests to use new settings-api permissions; r=bent
2014-08-19 13:43:56 -07:00
Kyle Machulis
b15bd9a308
Bug 846200 - Support for granting settings permissions on a per-permission basis; r=bent
2014-08-19 13:43:56 -07:00
Dave Hylands
6d8b15c626
Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
...
--HG--
extra : rebase_source : a4d8cd8413ef1ea7dddb57fed87c723a923ea0bf
2014-08-19 13:41:35 -07:00
Ryan VanderMeulen
7e4df53bec
Merge inbound to m-c. a=merge
2014-08-19 16:09:47 -04:00
Ryan VanderMeulen
e4b5cf1d02
Merge m-c to inbound. a=merge
2014-08-19 16:25:33 -04:00
Botond Ballo
54aeea8833
Bug 923512 - Introduce strongly-typed coordinate classes. r=kats,Bas
...
--HG--
extra : rebase_source : 22e5fe577ea503aede765c70e16c0bf875c4a9fd
2014-08-19 13:08:16 -04:00
Fabrice Desré
9b50f59ed0
Bug 899322 - Convert the mozApps API to use webidl r=marco,bholley
2014-08-19 09:30:54 -07:00
Ed Morley
3ca0a92b3f
Merge mozilla-central and b2g-inbound
2014-08-19 15:19:13 +01:00
Lynn Tran
6f27f291a9
Bug 1041335 - Add a mozilla::services getter for nsIServiceWorkerManager; r=ehsan
2014-08-18 21:13:14 -04:00
Ehsan Akhgari
5c813a7b0a
Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug
2014-08-18 20:12:50 -04:00
Szu-Yu Chen [:aknow]
7c432865c8
Bug 1054909 - Don't pass number to Callback constructor. r=hsinyi
2014-08-18 19:26:00 -04:00
Andrew McCreight
2ee3816f99
Bug 1048659 - Return the union we construct in a JS callback. r=peterv
2014-08-19 08:41:26 -07:00
Juan Gomez
c33279c8d0
Bug 1054791 - [Flatfish][Build] Build failed in BluetoothInterface.cpp: 'bt_remote_version_t' does not name a type. r=tdz
2014-08-17 16:21:00 -04:00
Szu-Yu Chen [:aknow]
fda6b3a0e9
Bug 1053110 - Part 4: Move clir logic to TelephonyService. r=hsinyi
2014-08-19 00:24:00 -04:00
Szu-Yu Chen [:aknow]
a816f91cf4
Bug 1053110 - Part 3: Create a helper: sendToRilWorker. r=hsinyi
2014-08-19 00:23:00 -04:00
Szu-Yu Chen [:aknow]
13e233d061
Bug 1053110 - Part 2: Refactor MMI regex. r=hsinyi
2014-08-19 00:23:00 -04:00
Szu-Yu Chen [:aknow]
cc263900cb
Bug 1053110 - Part 1: Add mmi code test. r=hsinyi
2014-08-19 00:23:00 -04:00
Chuck Lee
c5e9074414
Bug 1051660 - 0002. Test case for Wifi Enable API. r=hchang
2014-08-18 15:10:27 +08:00
Chuck Lee
22d8a08a1f
Bug 1051660 - 0001. Fix minor bugs in API implementation. r=hchang
2014-08-18 15:10:24 +08:00
Junior Hsu
012e6ed0a7
Bug 1005818 - Part 2: Only limited browser API are available to a widget. r=kanru
...
1. Add |ownerIsWidget| in nsIFrameLoader.idl
2. Add |GetReallyIsWidget| in nsIMozBrowserFrame.idl
3. Hide the methods of browser API of a widget
4. Hide security-sensitive mozbrowser events of a widget
2014-08-19 15:14:22 +01:00
Junior Hsu
7c8c44b873
Bug 1005818 - Part 1: Load a widget as an app if the |src| is in the |widgetPages|. r=fabrice, sr=sicking
...
1. Add permission |embed-widgets| and Element attribute |mozwidget|
2. Add |hasWidgetPage| in /mozIApplication.idl
3. Check permission |embed-widgets| and the |src| is in the |widgetPages| when |GetAppManifest|
4. Add test case
5. Should enable preference |dom.enable_widgets|
2014-08-19 15:14:08 +01:00
Ed Morley
21ca5ad825
Backed out changeset 721eb8e94100 (bug 1014023) for exceptions during test_widget.html
2014-08-19 15:12:32 +01:00
Ed Morley
8265642165
Backed out changeset e020d647d6d3 (bug 1005818) for exceptions during test_widget.html
2014-08-19 15:06:12 +01:00
Ed Morley
e5e3a2cfc3
Backed out changeset e71a3cac1b3d (bug 1005818)
2014-08-19 15:05:51 +01:00
Hsin-Yi Tsai
71e9c437e6
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 4 - xpcshell stk. r=edgar
2014-08-12 18:05:38 +08:00
Hsin-Yi Tsai
8caf63b377
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 3 - xpcshell IconLoader. r=edgar
2014-08-15 17:11:47 +08:00
Hsin-Yi Tsai
499a9cbc12
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 2 - xpcshell SimRecordHelper. r=edgar
2014-08-13 19:09:21 +08:00
Hsin-Yi Tsai
61f96b11c8
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 1 - impl. r=edgar, r=vicamo
2014-08-13 19:06:32 +08:00
Kyle Huey
8e9a0aaf0e
Bug 1034312: Inherit from interfaces when using the NS_DECL_NSIFOO macros in b2g. r=vicamo
2014-08-19 18:01:49 -07:00
Ben Kelly
338425ad2e
Bug 1049552 Avoid PBackground addref off main thread in GetOrCreateForCurrentThread(). r=bent
2014-08-20 19:42:00 -04:00
Bill McCloskey
8ddcf4f776
Bug 1053999 - Be more conservative in recursion checks before brain transplants (r=bholley)
2014-08-20 18:14:56 -07:00
Wes Kocher
c5de0243e4
Merge m-c to inbound a=merge
2014-08-20 18:13:40 -07:00
Walter Litwinczyk
b01526fb1c
Bug 974744 - WebGLFramebuffer.cpp add missing STENCIL_ATTACHMENT completeness check for textures. r=jgilbert
2014-08-19 13:24:39 -07:00
Robert Bindar
1cec21ddd4
Bug 899585 - Add custom data support in the Notification constructor r=baku
2014-08-20 17:56:12 -07:00
Wes Kocher
cb80e496c9
Backed out changeset 2a9cfbab0adc (bug 1053999) for Windows build bustage on a CLOSED TREE
2014-08-20 16:08:04 -07:00
Bill McCloskey
9c46f9c743
Bug 1053999 - Be more conservative in recursion checks before brain transplants (r=bholley)
2014-08-20 15:16:07 -07:00
Daniel Holbert
8708496e3e
Bug 1020661: Ignore GCC warning Wunused-local-typedefs inside of webrtc's scoped_ptr.h header. r=jesup
2014-08-20 14:56:12 -07:00
Ryan VanderMeulen
07c694a4e3
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-08-20 16:23:04 -04:00
Andrea Marchesini
a37c54985b
Bug 1043004 - Update ServiceWorkerContainer API to spec. r=bkelly
2014-08-19 09:56:00 -04:00
Bobby Holley
b24fd449b2
Bug 796938 - Remove GetDynamicScriptContext API. r=smaug
2014-08-19 12:02:08 -07:00
Bobby Holley
f17ede2b28
Bug 796938 - Switch to GetEntryGlobal in nsLocation::SetHrefWithBase. r=smaug
...
We leave this flag on the script context for now - we can move it somewhere
else later.
2014-08-19 12:02:08 -07:00
Bobby Holley
7af3b3dc36
Bug 796938 - Use GetEntryGlobal in NS_ScriptErrorReporter. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
e6c4bb6512
Bug 796938 - Use GetEntryGlobal in nsGlobalWindow::FireAbuseEvents. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
90903eaf82
Bug 796938 - Remove GetDynamicScriptGlobal API. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
f60683ae91
Bug 796938 - Switch nsLocation::GetSourceBaseURL to GetEntryDocument. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
97a2a1660d
Bug 796938 - Switch to GetEntryDocument in GetDocumentCharacterSetForURI. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
680df539fd
Bug 796938 - Switch to GetEntryGlobal in GetCallerDocShellTreeItem. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
ff7633a000
Bug 796938 - Switch nsGlobalWindow::SecurityCheckURL to GetEntryGlobal. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
026f51f0d3
Bug 796938 - Switch nsHTMLDocument::Open and XMLDocument::Load to a new GetEntryDocument API and remove nsContentUtils::GetDocumentFromContext. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
e1824e5875
Bug 796938 - Switch nsGlobalWindow::Focus to GetEntryGlobal and eliminate nsContentUtils::GetWindowFromCaller. r=smaug
2014-08-19 12:02:05 -07:00
Bobby Holley
a54113a4dd
Bug 951991 - Implement GetEntryGlobal. r=smaug
2014-08-19 12:02:05 -07:00
Bobby Holley
759ee691ed
Bug 951991 - Assert against calling GetCurrentInnerWindow on an inner. r=smaug
...
The current convention is that this returns null when invoked on an inner, which
callers may or may not handle correctly. But when we start using GetEntryGlobal,
we'll end up with a lot of inners where we used to get outers, so we should get
strict about this now.
2014-08-19 12:02:05 -07:00
Christoph Kerschbaumer
cd170f13e2
Bug 1045902: CSP - log warning and ignore 'reflected-xss' directive (r=grobinson)
...
--HG--
extra : rebase_source : 9625060894079debd9cee8bc50bdc3b3be1ee18f
2014-07-31 22:24:07 -07:00
Ms2ger
07eb3b86f4
Bug 1056138 - Move checks for the PutForwards and Replaceable extended attributes into the WebIDL parser; r=bz
...
In fact, the WebIDL parser already checks for PutForwards, so the check in the
codegen was superfluous.
2014-08-20 17:31:39 +02:00
Markus Stange
69cfc2463e
Bug 1015721 - Add ZoomChangeUsingMouseWheel event. r=smaug
2014-08-20 17:12:02 +02:00
Ed Morley
af2fb00b20
Merge mozilla-central and inbound
2014-08-20 15:19:09 +01:00
Makoto Kato
f884ca58ad
Bug 1050660 - Don't call removeChild immediately after calling setVisible. r=khuey
2014-08-20 20:25:44 +09:00
Makoto Kato
95e8a378bb
Bug 1050660 - setInputMethodActive doesn't sometimes work when switching IME after boot. r=fabrice
2014-08-20 20:24:47 +09:00
Bill McCloskey
d114809709
Bug 1050604 - Get IPDL tests passing again (r=bent)
2014-08-20 12:49:11 -07:00
Bill McCloskey
113fe8bbe5
Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap)
2014-08-20 12:49:11 -07:00
Tim Taubert
8929f8a9f8
Bug 1050318 - Split WebCrypto tests into multiple files to prevent timeouts r=rbarnes
2014-08-19 10:52:58 +02:00
Henry Chang
05f3b3d57f
Bug 1033983 - Bypass the UTF conversion of null char if it's not the last one. r=chucklee
2014-08-14 16:32:42 +08:00