Carsten "Tomcat" Book
aae9491196
merge b2g-inbound to mozilla-central a=merge
2014-09-22 13:06:09 +02:00
Carsten "Tomcat" Book
477171c3f3
merge mozilla-inbound to mozilla-central a=merge
2014-09-22 12:58:26 +02:00
Carsten "Tomcat" Book
aa9eb4673e
Backed out changeset 0b73bd6d5d9c (bug 1032125) for causing regressions
2014-09-22 12:45:48 +02:00
Carsten "Tomcat" Book
54e4e809e5
Backed out changeset e193cf8cb616 (bug 1032125) for causing regressions
2014-09-22 12:45:22 +02:00
Carsten "Tomcat" Book
9b3926eb43
Backed out changeset 422fd81a4118 (bug 1032125) for causing regressions / Bug 1070850
2014-09-22 12:43:02 +02:00
Vicamo Yang
70d97a65c3
Bug 1064231 - unify instantiation process for RIL services. r=smaug
2014-09-21 15:24:44 +08:00
Vicamo Yang
4bc782b40f
Bug 1063304 - 3.e/3: ensure 'network', 'cell' are created with correct types. r=me
2014-09-21 15:24:44 +08:00
Vicamo Yang
7987007f47
Bug 1063304 - 3.d/3: Gonk implementation. r=echen
2014-09-21 15:24:43 +08:00
Vicamo Yang
8596a24d53
Bug 1063304 - 3.c/3: accommodate other components. r=echen
2014-09-21 15:24:43 +08:00
Vicamo Yang
1244fa73f5
Bug 1063304 - 3.b/3: implementation. r=echen
2014-09-21 15:24:43 +08:00
Vicamo Yang
5f527cf324
Bug 1063304 - 3.a/3: add nsIMobileConnection. Interface changes. r=echen, r=htsai
2014-09-21 15:24:42 +08:00
Vicamo Yang
18854fea78
Bug 1063304 - 2/3: export header files in right namespace. r=echen
2014-09-21 15:24:42 +08:00
Vicamo Yang
2d6a6e67a7
Bug 1063304 - 1/3: rename MobileConnectionGonkService.js to MobileConnectionService.js. r=echen
...
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.js => dom/mobileconnection/gonk/MobileConnectionService.js
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.manifest => dom/mobileconnection/gonk/MobileConnectionService.manifest
rename : dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl => dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl
2014-09-21 15:24:42 +08:00
Wes Kocher
d73e5807e0
Merge m-c to b2g-inbound a=merge
2014-09-19 17:40:10 -07:00
Markus Nilsson
72dafd4f92
Bug 1059202 - Unit test - CSP and CA verfication for Trusted Hosted Apps r=sicking
2014-09-19 14:58:38 -07:00
Zoran Jovanovic
2ea2ab768c
Bug 1059202 - CSP and CA verfication for Trusted Hosted Apps r=fabrice,sicking,rlb
2014-09-19 14:58:34 -07:00
Jan-Ivar Bruaroey
21e265d366
Bug 1070076 - fixed createOffer options arg legacy-syntax-warning to not trip on absent arg. r=jesup
2014-09-19 15:25:06 -04:00
Ryan VanderMeulen
d9193300bc
Merge inbound to m-c. a=merge
2014-09-19 13:33:32 -04:00
Kartikaya Gupta
03f5d1a956
Bug 1068802 - Some small logging tweaks. r=botond
2014-09-19 09:33:54 -04:00
Carsten "Tomcat" Book
7a763f8ba8
Merge m-c to b2g-inbound
2014-09-19 14:43:09 +02:00
Carsten "Tomcat" Book
ee5100f923
Merge m-c to mozilla-inbound
2014-09-19 14:35:57 +02:00
Carsten "Tomcat" Book
751ead3179
merge mozilla-inbound to mozilla-central a=merge
2014-09-19 14:11:44 +02:00
Kyle Machulis
86d9a798cc
Bug 1069605 - Make sure settings lock exists before trying to remove it; r=bent
2014-09-18 17:23:27 -07:00
Kyle Machulis
b9ae5a6b12
Bug 1069605 - Only send messages in SettingsLocks when window is live; r=bent
2014-09-18 17:23:00 -07:00
Wes Kocher
789f1dfac8
Backed out changeset b030bb382b31 (bug 1051995) for m-oth bustage
2014-09-18 17:07:56 -07:00
Wes Kocher
0413806ee0
Merge m-c to b2g-inbound a=merge
2014-09-18 16:11:23 -07:00
Wes Kocher
70cf8f9246
Merge inbound to m-c a=merge
2014-09-18 15:26:44 -07:00
Fabrice Desré
e0a4f5d5c8
backout bug 1029943 for performance regressions (see bug 1066515)
2014-09-18 10:31:20 -07:00
Jed Davis
5afd8a0b69
Bug 1064529 - Don't misuse invalid ipc::FileDescriptor in memory report requests. r=njn
2014-09-18 17:59:00 +02:00
James Kitchener
483e50fd2c
Bug 1066554 - Load stylesheets when instantiated in shadow-dom. r=bz
2014-09-18 06:54:00 -04:00
Dan Glastonbury
2f2cd73379
Bug 1048666 - WebGL2 - Implement ClearBufferXXX APIs.; r=jgilbert,bjacob
...
--HG--
extra : source : ba4e3272249d44f13d3923342be5916a5dc8519e
2014-09-18 10:17:00 +10:00
Boris Zbarsky
cf1632f7eb
Bug 1066776. Make variadic dictionary arguments work. r=khuey
2014-09-19 00:02:33 -04:00
Kyle Huey
a443122f91
Bug 1051995: Remove the mozdocommand listener when remote browsers are destroyed to avoid leaking. r=fabrice
2014-09-17 17:06:28 -07:00
Kyle Machulis
afd8b3af87
Bug 1068962 - Fix task cleanup on settings locks where finalize has already been called; r=bent
...
--HG--
extra : rebase_source : 18992e6c2e0277d2866fe92048b52a0a55a55ee6
2014-09-18 13:43:40 -07:00
Kyle Machulis
0cbd70639b
Bug 1068962 - Fix settings lock ownership array splice; r=bent
...
--HG--
extra : rebase_source : 0374ddeaffe0936ac7bb78aff0fc5b3a467c3bd1
2014-09-18 10:08:36 -07:00
Jeff Gilbert
57b25005b4
Bug 1064433 - Remove old unused webgl conformance mochitest files. - r=kamidphish
2014-09-17 16:26:27 -04:00
Chuck Lee
a7003009f4
Bug 1050678 - Provide network info for state change event. r=hchang
2014-09-17 15:08:18 +08:00
Patrick Wang (Chih-Kai Wang)
3dd06bddd9
Bug 1032125: Part 3: Don't send frame messages to Nuwa process after Nuwa has frozen. r=khuey
2014-09-19 17:12:57 +08:00
Patrick Wang (Chih-Kai Wang)
09d738d349
Bug 1032125: Part 2: Prevent DOM Storage from sending IPC after Nuwa ready. r=khuey
2014-09-19 17:12:10 +08:00
Patrick Wang (Chih-Kai Wang)
092a7ba0d7
Bug 1032125: Part 1: Prevent from sending message to Nuwa after Nuwa frozen. r=khuey
2014-09-19 17:11:15 +08:00
Jon Coppeard
c8cbf89441
Bug 650161 - Use the object moved hook to update the wrapper cache r=terrence r=bz r=bholley
...
* * *
Add exception for objectMoved hook as we do for finalize hook
2014-09-17 15:35:11 +01:00
Boris Zbarsky
a64ed5d320
Bug 843272. Uncomment tests that should not be commented out. r=mccr8
2014-09-19 00:02:30 -04:00
Wes Kocher
93c2bf5d43
Backed out changeset d77733726cae (bug 1063318) for b2g mochitest leaks
2014-09-18 16:30:33 -07:00
Wes Kocher
72b5851679
Merge m-c to inbound a=merge
2014-09-18 16:10:03 -07:00
Josh Aas
22a272981e
Bug 1063318: Switch Chromium IPC code to Mozilla's ref/auto ptr types. Also fix thread safety bug. r=nfroyd
2014-09-18 15:52:59 -05:00
Mark Hammond
0ab74ee6dd
Bug 1067229 - allow nsIXULAppInfo::ID and ::Vendor to work in a content process. r=jdm
2014-09-24 16:14:55 +10:00
Fabrice Desrï¿©
5511905b64
Bug 902165 - System JS : ERROR resource://gre/modules/BrowserElementParent.jsm:219 ReferenceError: DOMApplicationRegistry is not defined in green B2G mochitest-3 runs r=bent
2014-09-24 16:14:54 +10:00
Peter Van der Beken
34ffd8ca34
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, add a named properties object type to DOMObjectType and how to get the parent prototype object in DOMIfaceAndProtoJSClass. r=bz, r=bholley.
...
--HG--
extra : rebase_source : fdd72f5027b365554ab0b986de685204c8030c58
2014-09-09 15:19:10 +02:00
Peter Van der Beken
165dc310ea
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, cache named properties objects. r=bz.
...
--HG--
extra : rebase_source : ed4b2cc3c095690b8d91bee3202e8316e4531f60
2014-09-15 16:51:33 +02:00
Ben Turner
26edfb8667
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
2014-09-17 19:36:01 -04:00
Ehsan Akhgari
d31e4c0d28
Bug 1068020 - Fix more bad implicit constructors in DOM; r=baku
2014-09-17 17:53:42 -04:00
Peter Van der Beken
f5362987e1
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, create the named properties object from the binding code. r=bz.
...
--HG--
extra : rebase_source : 9147c989b0f6b5791d3e98041029e730036c3892
2014-09-05 22:36:36 +02:00
Peter Van der Beken
4e39df8970
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, calculate parent prototype names in one place. r=bz.
...
--HG--
extra : rebase_source : c3ffbba076fed4ef2157ca8bb430a0d9cbaedd61
2014-09-09 15:19:09 +02:00
Peter Van der Beken
367ae188db
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, annotate Window as having named properties. r=bz.
...
--HG--
extra : rebase_source : 7e4628edb7c49837e8675ca787db0c00ce70ff14
2014-09-05 22:36:32 +02:00
Peter Van der Beken
32edd5e887
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, give the WindowNamedPropertiesHandler a DOMIfaceAndProtoJSClass. r=bz.
...
--HG--
extra : rebase_source : dbe820c4bc90bf9dbdbf752d0c81bb231f6ffe60
2014-09-05 22:09:50 +02:00
Alexandre Lissy
e459dbc542
Bug 1063859 - Do not iterate on undefined valued when querying notifications. r=mhenretty
...
When we are performing the getAll/getAllCrossOrigin requests and there
is no notifications, then this.notifications[origin] (with a valid
origin) is just undefined. We should make sure we do not iterate over in
this case.
2014-09-23 08:02:00 -04:00
Carsten "Tomcat" Book
0b016814ef
Backed out changeset 78b119af926a (bug 1032125) for bustage on B2g non-unified builds on a CLOSED TREE
2014-09-18 15:14:19 +02:00
Carsten "Tomcat" Book
5f81935878
Backed out changeset f945fb33b616 (bug 1032125)
2014-09-18 15:13:53 +02:00
Carsten "Tomcat" Book
56e574bc0c
Backed out changeset 3b4e5b178aa6 (bug 1032125)
2014-09-18 15:13:50 +02:00
Cervantes Yu
8605db8ea7
Bug 1064890: Initialze the date cache cleaner for content processes forked from b2g. r=khuey
2014-09-15 19:10:21 +08:00
Patrick Wang (Chih-Kai Wang)
072758b7c8
Bug 1032125: Part 3: Don't send frame messages to Nuwa process after Nuwa has frozen. r=khuey
2014-09-18 10:30:20 +08:00
Patrick Wang (Chih-Kai Wang)
8c09423062
Bug 1032125: Part 2: Prevent DOM Storage from sending IPC after Nuwa ready. r=khuey
2014-09-18 10:29:45 +08:00
Patrick Wang (Chih-Kai Wang)
7971ada57a
Bug 1032125: Part 1: Prevent from sending message to Nuwa after Nuwa frozen. r=khuey
2014-09-18 10:29:13 +08:00
Dan Glastonbury
cc3f09db06
Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug
...
--HG--
extra : rebase_source : a7f9510b34a9f43afc0418c50b8821928c2a4262
extra : source : 89c2a61cd4c543c78b9bf0963f0227488fa27802
2014-09-18 08:08:41 +10:00
Bevis Tseng
b255c35e52
Bug 864484 - Part 5: Build CellBroadcast by default. r=vyang, r=smaug, r=ted
...
--HG--
extra : rebase_source : 73dcc868004c3e34c51806a34f88d25fc6c4c7c6
2014-08-25 17:24:03 +08:00
Walter Litwinczyk
90c29d8198
Bug 1063053 - Add stronger types to WebGL texture code for better debug/compile time checking. r=jgilbert,kamidphish
2014-09-18 16:14:22 -07:00
Josh Aas
1b3d3f7c47
Bug 1063318: Switch Chromium IPC code to Mozilla's ref/auto ptr types. Also fix thread safety bug. r=nfroyd
2014-09-19 13:17:17 -05:00
Carsten "Tomcat" Book
b9e605f086
Backed out changeset d0be07d7cf1b (bug 1072187) for test bustage on a CLOSED TREE
2014-09-26 15:48:14 +02:00
Henri Sivonen
0c8133c979
Bug 1072187 - Remove HZ-GB-2312. r=emk.
2014-09-26 15:12:02 +03:00
Henri Sivonen
0e50d55abc
Bug 945215 - Map HZ-GB-2312 to the replacement encoding. r=emk.
...
--HG--
rename : dom/encoding/test/reftest/bug863728-1-ref.html => dom/encoding/test/reftest/bug945215-1-ref.html
rename : dom/encoding/test/reftest/bug863728-1.html => dom/encoding/test/reftest/bug945215-1.html
rename : dom/encoding/test/reftest/bug863728-2-ref.html => dom/encoding/test/reftest/bug945215-2-ref.html
rename : dom/encoding/test/reftest/bug863728-2.html => dom/encoding/test/reftest/bug945215-2.html
2014-09-24 12:23:28 +03:00
Bevis Tseng
2df83d424f
Bug 864484 - Part 4: Add IPDL Protocol Implementation for CellBroadcast. r=vyang
...
--HG--
extra : rebase_source : 2493220fabd331274df8d91d2bc4480baf9cf8ed
2014-08-18 17:06:11 +08:00
Boris Zbarsky
4de4a7b20e
Bug 1030192 part 2. Codegen changes to handle cases when a sequence is actually overloaded with a dictionary. r=khuey
2014-09-24 09:11:30 -04:00
Boris Zbarsky
a6b5448916
Bug 1030192 part 1. Make sequences distinguishable from dictionaries and callbacks in the Web IDL parser. r=khuey
2014-09-24 09:11:30 -04:00
Boris Zbarsky
f86d27c82d
Bug 1070764. Don't try to use the uninitialized temp value while default-constructing a dictionary with a required member. r=khuey
2014-09-24 09:11:30 -04:00
Boris Zbarsky
065e3c563e
Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey
2014-09-24 09:11:29 -04:00
Ehsan Akhgari
e102dad79d
Bug 1071571 - Fix more bad implicit constructors in DOM; r=baku
...
--HG--
extra : rebase_source : 76a5802984faf0b63d9b86ab325428a397b0d27d
2014-09-23 22:01:09 -04:00
Carsten "Tomcat" Book
bb6b27d528
Backed out changeset 4bb508b6f0c5 (bug 1041180) for XPCshell test failures
2014-09-24 13:13:20 +02:00
Carsten "Tomcat" Book
580bc7a9ab
Backed out changeset 75c44bd10b14 (bug 945215) for web-platform-2 test failures
2014-09-24 12:43:01 +02:00
Carsten "Tomcat" Book
f9320e7667
Backed out changeset 13028d2039e8 (bug 1069401) for b2g m1 test failures
2014-09-24 12:40:43 +02:00
Henri Sivonen
9876f786a2
Bug 945215 - Map HZ-GB-2312 to the replacement encoding. r=emk.
...
--HG--
rename : dom/encoding/test/reftest/bug863728-1-ref.html => dom/encoding/test/reftest/bug945215-1-ref.html
rename : dom/encoding/test/reftest/bug863728-1.html => dom/encoding/test/reftest/bug945215-1.html
rename : dom/encoding/test/reftest/bug863728-2-ref.html => dom/encoding/test/reftest/bug945215-2-ref.html
rename : dom/encoding/test/reftest/bug863728-2.html => dom/encoding/test/reftest/bug945215-2.html
2014-09-24 12:23:28 +03:00
Christoph Kerschbaumer
72c6a44018
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-09-24 01:01:07 -07:00
Andrea Marchesini
9dc4fd68a2
Bug 1069401 - UserAgent cannot be changed for specific websites in workers, r=khuey, r=bz
2014-09-23 22:26:00 +02:00
Nick Fitzgerald
b4caf18aad
Bug 947044 - Part 2: Fix tests that check ReferenceError's message. r=gavin
2014-09-22 16:13:00 +02:00
Edwin Flores
2c8d65c398
Bug 1044742 - Fix review comments on rev 9f9b3c194a76 - r=bz
2014-09-24 16:48:02 +12:00
Dan Glastonbury
839c715371
Bug 1048724 - WebGL2 - GL symbols for Transform Feedback.; r=jgilbert
...
--HG--
extra : rebase_source : f47b2a8203b0dc23dd871987c2b2f7dae28b2723
extra : source : a0ecb0468b8a2998b676da63678938d9f9d58f52
2014-09-23 15:47:28 +10:00
Edwin Flores
6a540f3e68
Bug 1044742 - Add EME globals to test_interfaces.html - r=bz
2014-09-24 15:59:12 +12:00
Edwin Flores
6adc6ea76a
Bug 1044742 - Add mochitests for Encrypted Media Extensions support - r=cpearce
2014-09-24 15:59:11 +12:00
Edwin Flores
6d52fb6091
Bug 1044742 - Backout 8f13101a6dbb on a CLOSED TREE - r=bustage
2014-09-24 12:07:18 +12:00
Wes Kocher
cdeb7299d2
Merge m-c to inbound a=merge
2014-09-23 16:48:23 -07:00
Wes Kocher
0300f6d4af
Backed out 2 changesets (bug 1041180) for build bustage on a CLOSED TREE
...
Backed out changeset 1cfb645267a4 (bug 1041180)
Backed out changeset afc9903ff28f (bug 1041180)
2014-09-23 16:26:49 -07:00
Edwin Flores
6b80874361
Bug 1044742 - Add mochitests for Encrypted Media Extensions support - r=cpearce
2014-09-24 10:04:49 +12:00
Edwin Flores
2ef552ade1
Bug 1059043 - Move MediaKeys.createSession into MediaKeySession as per spec - r=cpearce,smaug
2014-09-24 10:04:49 +12:00
Christoph Kerschbaumer
5453719121
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-09-23 09:46:54 -07:00
Markus Stange
6f3f0d263a
Bug 927892 - Use aDestPoint in dt->DrawFilter instead of a translation. r=Bas
...
--HG--
extra : rebase_source : 1a2e9d2ba45ddec8d8378c467f0eb39ea70f66a2
2014-09-23 17:47:20 -04:00
Markus Stange
c7f330e9eb
Bug 927892 - Canvas filter drawing support. r=Bas
...
--HG--
extra : rebase_source : ae76ccd952f17e4dffaf1c7725926241bd2ab233
2014-09-23 17:47:20 -04:00
Markus Stange
fc66d11319
Bug 927892 - Split shadow drawing out of AdjustedTarget. r=Bas
...
--HG--
extra : rebase_source : cd02f322140f672e396c58330780ac085a97f103
2014-09-23 17:47:20 -04:00
Markus Stange
d63937e22c
Bug 927892 - Also calculate bounds for canvas operations when a filter is used. r=Bas
...
--HG--
extra : rebase_source : 085093205939a8da25212a9475da2b9799318131
2014-09-23 17:47:19 -04:00
Markus Stange
020075771a
Bug 927892 - Keep the filter description up-to-date when something in the referenced filter changes. r=roc
...
--HG--
extra : rebase_source : 40dba0d79a5fbce93667e8228440123834b70912
2014-09-23 17:47:19 -04:00
Markus Stange
b3c42872ac
Bug 927892 - Correctly handle em/ex units in SVG filter primitive region length values. r=roc
...
--HG--
extra : rebase_source : 990450d54e65c331a1fcc549cf5ec63c72faa7a8
2014-09-23 17:47:19 -04:00
Markus Stange
7d1771f42b
Bug 927892 - Resolve the parsed canvas filter to a FilterDescription. r=roc
...
--HG--
extra : rebase_source : 46fa0017ccc4ee3ab2e0edcf143703cf0100d422
2014-09-23 17:47:18 -04:00
Markus Stange
7e362be82b
Bug 927892 - Add parsing support for canvas filters. r=heycam
...
--HG--
extra : rebase_source : 541fbfc9e1ff4e9ea5ee1186af2902b13938a8ec
2014-09-23 17:46:11 -04:00
Markus Stange
5912e033b8
Bug 927892 - Add the CanvasRenderingContext2D.filter property, preffed off by default behind canvas.filters.enabled. r=roc, r=smaug
...
--HG--
extra : rebase_source : d80516906bea090c4db0d5419342f470cbe8f1b4
2014-09-23 17:44:53 -04:00
Josh Matthews
54c5c0f3e0
Bug 1070990 - Trace the IPC TCP socket's reflector. r=mccr8
2014-09-23 15:19:19 -04:00
Andrea Marchesini
da09ccff7b
Bug 1062920 - WorkerNavigator strings should honor general.*.override prefs, r=khuey
2014-09-23 20:11:18 +01:00
Bevis Tseng
7d338ea936
Bug 864484 - Part 3: Move MozCellBroadcastMessage to webidl implementation. r=vyang, r=smaug
...
--HG--
rename : dom/cellbroadcast/interfaces/nsIDOMMozCellBroadcastMessage.idl => dom/webidl/MozCellBroadcastMessage.webidl
extra : rebase_source : 1fe6072c1db53fc4751e9a931adadb31a246f247
2014-08-15 13:13:05 +08:00
Ed Morley
1fca361a39
Backed out changeset e449addcdf75 (bug 1062323) for gaia-unit test failures in compose_test.js
2014-09-23 09:42:34 +01:00
Bevis Tseng
343477777e
Bug 864484 - Part 2: Replace CellBroadcastProvider with CellBroadcastService. r=vyang
...
--HG--
extra : rebase_source : 3b5f5e3aab5a797aad88a1566a3e4eb17e0fa6bd
2014-08-13 18:28:34 +08:00
Bevis Tseng
19387b8726
Bug 864484 - Part 1: Create new CellBroadcastService. r=vyang
...
--HG--
extra : rebase_source : fa69884403c5b4187554660993044ee3c7a4706f
2014-08-13 10:35:23 +08:00
Yoshi Huang
2ec59f6b64
Bug 1069177 - B2G NFC: rename nsINFCPeerEventListener to nsINfcDOMEventTarget. r=dimi
2014-09-24 14:52:04 +08:00
Carsten "Tomcat" Book
3801c1183b
Merge m-c to mozilla-inbound
2014-09-25 14:42:49 +02:00
Bobby Holley
54afe3012b
Bug 1065811 - Expose isCallable()/isConstructor() in JS_PUBLIC_API. r=billm
2014-09-25 13:13:28 +02:00
Nils Ohlmeier [:drno]
4254d0a334
Bug 1063808 - fix offerRequiresVideo to request video instead of audio. r=jib
2014-09-16 19:49:00 +02:00
Christoph Kerschbaumer
84ddf42b9a
Bug 1038756: Callsites creating a channel in /dom/workers/ (r=bent)
2014-09-21 09:39:57 -07:00
Christoph Kerschbaumer
37035682a7
Bug 1038756: Callsites creating a channel in /dom/xslt/ (r=peterv)
2014-09-21 09:39:41 -07:00
Christoph Kerschbaumer
e2b6b7be69
Bug 1038756: Callsites creating a channel in /dom/xbl/ (r=bz)
2014-09-21 09:38:38 -07:00
Christoph Kerschbaumer
63981c70c1
Bug 1038756: Callsites creating a channel in /dom/[base,xml,plugins] (r=jst)
...
* * *
Bug 1038756: Callsites creating a channel in /dom/[base,xbl,plugins] (r=jst)
2014-09-22 04:49:12 -07:00
Nikhil Marathe
712d37a30f
Bug 1062323 - Chained promises should resolve asynchronously. r=bz
...
--HG--
extra : amend_source : cf7f71cbacb12d96cfdd08ddc7d9cfdd8d93eaa8
extra : transplant_source : d%D3%96%16%26%A0%ED%89%DF%1E%AC%C9%1B%97%CC%B9h8%D2D
2014-09-22 16:37:40 -07:00
Wes Kocher
2a27a561af
Merge m-c to inbound a=merge
2014-09-22 20:05:22 -07:00
Karl Tomlinson
0b787ede31
b=1069009 add Media Source Extensions to test_interfaces.html r=smaug
...
--HG--
extra : rebase_source : 2864c15a4fd44b6dc818668704c6f10cf32fd7ad
2014-09-17 14:38:25 +12:00
Blair McBride
7675ad23dc
Backout changeset ce59241c232f for build bustage on a CLOSED TREE
2014-09-23 14:34:53 +12:00
Josh Matthews
1aa84e5607
Bug 1070990 - Trace the IPC TCP socket's reflector. r=mccr8
2014-09-22 21:32:29 -04:00
William Chen
5ba334c43f
Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug
2014-09-25 21:53:20 -07:00
Phil Ringnalda
dd7ebaded4
Back out 693507b38116 (bug 1041180) since it doesn't like compiling without its friend
...
CLOSED TREE
2014-09-25 21:18:01 -07:00
Masayuki Nakano
e0a2cf20de
Bug 1072137 part.1 Stop searching root editable node if a node has independent selection r=smaug
2014-09-26 09:10:49 +09:00
Masayuki Nakano
60b7d54842
Bug 1072137 part.0 Add tests r=smaug
2014-09-26 09:10:16 +09:00
Masayuki Nakano
a071ef0db7
Bug 1065835 part.6 Remove NOTIFY_IME_OF_CURSOR_POS_CHANGED and nsGtkIMModule should handle NOTIFY_IME_OF_SELECTION_CHANGE instead r=smaug+ehsan+karlt
2014-09-26 09:05:13 +09:00
Masayuki Nakano
d5aafd2cdc
Bug 1065835 part.4 Destroy TextComposition instance after handling synthesized compositionend event when synthesized events for a request to commit or cancel is caused by PresShell discarding native compositionend event r=smaug
2014-09-26 09:05:12 +09:00
Masayuki Nakano
66be0a9376
Bug 1065835 part.3 TextComposition::RequetToCommit() should support to handle even if the composition is synthesized for test r=smaug
2014-09-26 09:05:12 +09:00
Masayuki Nakano
f0725ba9d6
Bug 1065835 part.2 TextComposition should override commit string with the last data or empty string during requesting commit or canceling composition r=smaug
2014-09-26 09:05:12 +09:00
Masayuki Nakano
02b9307499
Bug 1065835 part.1 Synthesize composition events for committing composition string if requesting to commit of IME isn't performed synchronously r=smaug
2014-09-26 09:05:11 +09:00
Christoph Kerschbaumer
0de2d98100
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-09-25 16:10:28 -07:00
Ryan VanderMeulen
405beae114
Merge m-c to inbound. a=merge
2014-09-25 16:53:41 -04:00
Andrew McCreight
27cfcc7c66
Bug 1060526 - Call DestroyWindow() in TabChild::ActorDestroy(). r=smaug
2014-09-25 13:01:33 -07:00
Ehsan Akhgari
15a9610d1e
Bug 1072700 - Build the b2g specific camera code in unified mode; r=mikeh
2014-09-25 15:36:54 -04:00
Dan Glastonbury
a4bccb2220
Bug 1048668 - WebGL2 - Implement CopyBufferSubData.; r=jgilbert
...
--HG--
extra : source : b4c58b9519fc35c634d2a912f3900605ccc081a3
2014-05-27 20:13:09 +10:00
Bobby Holley
f7c451febf
Bug 1070696 - Implement a JSObject* override to AutoJSAPI::Init(). r=smaug
2014-09-21 21:31:53 +02:00
Bobby Holley
8dae0fc8ce
Bug 1070696 - Rename xpc::GetNativeForGlobal to xpc::NativeGlobal and make it accept non-global JSObjects. r=smaug
...
The method is infallible, and making the callers invoke
js::GetGlobalForObjectCrossCompartment manually is dumb.
2014-09-21 21:31:53 +02:00
Walter Litwinczyk
a1006b63cf
Bug 1036068 - Update ANGLE to chromium/2151. r=jrmuizel
2014-09-19 16:35:54 -07:00
Boris Zbarsky
2139e7c4de
Bug 1066826. Remove navigator.mozIsLocallyAvailable API. r=peterv
2014-09-19 22:58:27 -04:00
Boris Zbarsky
0e72d84ed9
Bug 958887 part 4. Generate property accessors on the CSS2Properties interface for the dashed-named CSS properties and float that use their actual property names. r=peterv
2014-09-19 22:58:27 -04:00
Boris Zbarsky
53e2c94cad
Bug 958887 part 3. Fix codegen support for IDL attribute names and methods with dashes in them. r=peterv
2014-09-19 22:58:27 -04:00
Boris Zbarsky
ef0bf63f0a
Bug 958887 part 2. Pass the actual names of the CSS properties involved to GenerateCSS2PropertiesWebIDL.py. r=peterv
2014-09-19 22:58:26 -04:00
Boris Zbarsky
be56af5d99
Bug 958887 part 1. Add support for doing BinaryName annotations in IDL. r=peterv
2014-09-19 22:58:26 -04:00
Randell Jesup
e26223e57c
Bug 1062876: refactor window iteration code for MediaManager r=jib
2014-09-19 17:24:28 -04:00
Neil Deakin
94791a56bc
Bug 1067993, TabParent's Deactivate isn't called when window is lowered, r=smaug
2014-09-19 16:44:08 -04:00
Peter Van der Beken
bd4cac5f0b
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, move some code around. r=bholley.
...
--HG--
extra : rebase_source : 713a35d4bc7ffa4a25561823dbb0301a22565cb5
2013-10-18 13:22:08 +02:00
Peter Van der Beken
ee873a6dce
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make CreateInterfaceObjects take a js::Class instead of a JSClass. r=bz.
...
--HG--
extra : rebase_source : 8b37d59b5f43215c5acef9f8219e631024ece207
2014-08-05 12:46:42 +02:00
Peter Van der Beken
412db14000
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make global properties own on Xrays. r=bholley.
...
--HG--
extra : rebase_source : dc238b6eeed8299adc3995c2b8647f68499efb58
2014-09-15 16:49:04 +02:00
Peter Van der Beken
f2cb312c65
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make GetNativePropertyHooks detect global objects. r=bz.
...
--HG--
extra : rebase_source : 15dc7787cc8456da79d9c62536f241fc3dc94dbd
2014-08-22 11:25:35 +02:00
Peter Van der Beken
5be6e129db
Bug 1067501 - Make stringification of DOM Xrays use Object.prototype.toString. r=bholley.
...
--HG--
extra : rebase_source : 7ba38f2b2625d0ff5405eda2fda6bad9608efa34
2014-09-15 16:45:38 +02:00
Walter Litwinczyk
fcbc7ad7ba
Bug 1073216 - WebGL add strong GLenum support for VAO/Buffer bindings, and texture min/mag/wrap types. r=jgilbert
2014-09-26 13:11:51 -07:00
Dirk Schulze
92372d8ff6
Bug 1072894 - Implement polygon() parsing for clip-path. r=heycam
2014-09-28 01:56:00 +02:00
Bill McCloskey
7d74b39cc2
Bug 1067351 - [e10s] Allow child process to get blob path to fix file upload crash (r=bent)
2014-09-17 11:51:10 -07:00
Ryan VanderMeulen
64f611b942
Merge m-c to inbound. a=merge
2014-09-17 14:43:42 -04:00
Ryan VanderMeulen
39d4036b5e
Merge inbound to m-c. a=merge
2014-09-17 14:38:33 -04:00
Daniel Holbert
81678b978e
Bug 1068177: Remove redundant assertion about const variable 'kDEBUGThreadSleepMS', to prevent MSVC warning about ~DEBUGThreadSlower never returning. r=bent
2014-09-17 11:30:22 -07:00
Ed Morley
cea5a26d63
Backed out changeset bea8bb703913 (bug 650161) for rooting hazzard failures
2014-09-17 17:34:20 +01:00
Lars T Hansen
5cf3fff6ae
Bug 1068539 - Keep the serialization format compatible, increment the version number. r=jorendorff,khuey
2014-09-17 17:10:59 +02:00
Jon Coppeard
c60aa1033f
Bug 650161 - Use the object moved hook to update the wrapper cache r=terrence r=bz r=bholley
2014-09-17 15:35:11 +01:00
Kamil Leszczuk
8ea794899a
Bug 1061055 - Move CheckPermissions into methods of NfcManager. r=allstarschh, r=smaug
2014-09-01 05:45:00 -04:00
Robert Bindar
154aca75b7
Bug 912645 - Add notification behavior dict support. r=baku, sr=sicking
2014-09-16 17:12:00 -04:00
Carsten "Tomcat" Book
c709e0de4e
Backed out changeset 5d8e56deff5a (bug 1063304) for suspicion of causing cppunit test failures
...
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionService.js => dom/mobileconnection/gonk/MobileConnectionGonkService.js
rename : dom/mobileconnection/gonk/MobileConnectionService.manifest => dom/mobileconnection/gonk/MobileConnectionGonkService.manifest
rename : dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl => dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl
2014-09-17 13:13:51 +02:00
Carsten "Tomcat" Book
5bd2000996
Backed out changeset eed2f616bc3e (bug 1063304)
2014-09-17 13:13:13 +02:00
Carsten "Tomcat" Book
8c9a5f4dc5
Backed out changeset 32f152567996 (bug 1063304)
2014-09-17 13:13:11 +02:00
Carsten "Tomcat" Book
bc70f8d2d5
Backed out changeset 11f7b3142762 (bug 1063304)
2014-09-17 13:13:09 +02:00
Carsten "Tomcat" Book
f39f940858
Backed out changeset 9ff2889f236a (bug 1063304)
2014-09-17 13:13:08 +02:00
Carsten "Tomcat" Book
775cb65bd4
Backed out changeset 251ec0478b72 (bug 1063304)
2014-09-17 13:13:05 +02:00
Carsten "Tomcat" Book
15772b526b
Backed out changeset 69870df1c72f (bug 1064231)
2014-09-17 13:12:59 +02:00
Fernando RodrÃguez Sela
c6dee5c626
Bug 1026556 - Stk Timer Management Proactive Command error conditions not supported, r=htsai, sr=jonas
2014-09-08 09:20:09 +02:00
Wes Kocher
48ee047035
Merge inbound to m-c a=merge
2014-09-16 17:06:43 -07:00
Ryan VanderMeulen
aaed76a710
Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE.
...
Backed out changeset b59c02df792f (bug 918828)
Backed out changeset 12e7deed1b17 (bug 918828)
Backed out changeset b87ca498ea9a (bug 918828)
Backed out changeset 621224c58e71 (bug 918828)
Backed out changeset 4faff84eb1ba (bug 918828)
Backed out changeset 3695c1c812a5 (bug 918828)
2014-09-16 17:26:34 -04:00
Ryan VanderMeulen
4ddd261546
Backed out changeset ed586ca080c0 (bug 1053966) for the same Mnw permafails it was backed out for previously.
2014-09-16 16:54:25 -04:00
Jason Orendorff
84d74d3de0
Fix typo in bug 918828, part 1 (rev 4faff84eb1ba). no_r=bustage on a CLOSED TREE.
...
--HG--
extra : rebase_source : 122464eb7dd07a8465718afdc571a2b8d1ce45f2
2014-09-16 15:28:30 -05:00
Fabrice Desré
f7d1cba01a
Bug 1059194 - Trusted Hosted Apps, part 3: Basic app install tests r=myk
2014-09-16 13:14:02 -07:00
Vlatko Markovic
6f2a9765c1
Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking
2014-09-16 13:14:02 -07:00
Vlatko Markovic
e67f54dd25
Bug 1059194 - Trusted Hosted Apps, part 1: App installation & Run. r=fabrice
2014-09-16 13:14:02 -07:00
Mike Habicher
8ff61ce703
Bug 1014877 - uncouple preview and video-recording frame sizes, r=aosmond
2014-09-16 15:36:48 -04:00
Kyle Machulis
a0b65dd166
Bug 1068077 - Remove explicit navigation to system app from bluetooth marionette webapi tests. r=mdas
2014-09-16 09:15:31 -07:00
Dave Hylands
bc4c91513d
Bug 1063877 - Change nsVolumeService to use sync IPC for initial request. r=khuey
2014-09-15 11:51:25 -07:00
Mike Habicher
a4981f12d6
Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot
2014-09-16 13:15:16 -04:00
Vicamo Yang
10d2a22edf
Bug 1064231 - unify instantiation process for RIL services. r=smaug
2014-09-16 21:20:24 +08:00
Vicamo Yang
6b2782d4e6
Bug 1063304 - 3.d/3: Gonk implementation. r=echen
2014-09-16 21:20:18 +08:00
Vicamo Yang
13e05f3696
Bug 1063304 - 3.c/3: accommodate other components. r=echen
2014-09-16 21:20:18 +08:00
Vicamo Yang
46234d6714
Bug 1063304 - 3.b/3: implementation. r=echen
2014-09-16 21:20:18 +08:00
Vicamo Yang
5616c78e0c
Bug 1063304 - 3.a/3: add nsIMobileConnection. Interface changes. r=echen, r=htsai
2014-09-16 21:20:17 +08:00
Vicamo Yang
1da565390d
Bug 1063304 - 2/3: export header files in right namespace. r=echen
2014-09-16 21:20:17 +08:00
Vicamo Yang
efcb8e82b1
Bug 1063304 - 1/3: rename MobileConnectionGonkService.js to MobileConnectionService.js. r=echen
...
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.js => dom/mobileconnection/gonk/MobileConnectionService.js
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.manifest => dom/mobileconnection/gonk/MobileConnectionService.manifest
rename : dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl => dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl
2014-09-16 21:20:17 +08:00
hchang
82c83df449
Bug 1061993 - Add lock to ifc_* functions. r=chucklee
2014-09-16 11:18:31 +02:00
Henry Chang
eeeaf1ab57
Bug 1062550 - b2g crashes during USB tethering. r=vchang
2014-09-05 19:01:07 +08:00
Eric Chou
b469c54445
Bug 1067206 - Fire DOM request even when Bluetooth pairing failed, f=jaliu, r=shuang
2014-09-16 13:14:01 +08:00
Carsten "Tomcat" Book
65f0797937
Merge m-c to b2g-inbound
2014-09-16 07:10:24 +02:00
Carsten "Tomcat" Book
e4f0706dc6
Backed out changeset 2a7cae8b0b5d (bug 1067552) for Android 4.0 M8 test failures
2014-09-16 06:52:44 +02:00
Wes Kocher
6e013e9ba9
Merge m-c to b-i a=merge
2014-09-15 16:47:02 -07:00
Wes Kocher
332233753a
Merge m-c to inbound a=merge
2014-09-15 16:41:45 -07:00
Shu-yu Guo
320f4e1440
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
2014-09-15 16:30:47 -07:00
Shu-yu Guo
285e8aa396
Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo)
2014-09-15 16:30:46 -07:00
Wes Kocher
c48bd144a4
Merge b-i to m-c a=merge
2014-09-15 16:04:20 -07:00
Kyle Machulis
2e5a3460bf
Bug 1061805 - Make sure Settings API only calls finalize once; r=bent
2014-09-15 09:29:29 -07:00
Jon Coppeard
27e45aa4dd
Bug 1045945 - Initialize the destroy principals callback for workers r=bent
2014-09-15 16:49:11 +01:00
Boris Zbarsky
0b98d765f7
Update some documentation to make it clearer. No bug, DONTBUILD
2014-09-15 11:00:25 -04:00