Commit Graph

21454 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
21548bfe8b merge b2g-inbound to mozilla-central 2013-11-11 12:03:04 +01:00
Ms2ger
0fdc697b63 No bug - Fix some style issues in DOM code. 2013-11-11 09:04:41 +01:00
Ms2ger
4fe918bb7b Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal 2013-11-11 09:04:11 +01:00
Ms2ger
1cc6b62713 Bug 921718 - Part b: Move MediaList to WebIDL; r=bz 2013-11-11 09:03:17 +01:00
Ms2ger
ffae709a0d Bug 909254 - Stop using jsapi for HTMLCollection.namedItem; r=peterv 2013-11-11 08:55:41 +01:00
Carsten "Tomcat" Book
37ac775340 merge mozilla-inbound to mozilla-central 2013-11-11 08:50:14 +01:00
Vicamo Yang
8099ca4c54 Bug 936763 - B2G MMS: the connected/disconnected network can come from 3G not MMS, which throws exceptions when accessing MMS proxy settings. r=vicamo 2013-11-11 12:41:03 +08:00
Carsten "Tomcat" Book
1b73d5648b Merge mozilla-central to fx-team 2013-11-09 12:29:36 +01:00
Ben Tian
59d2e848b4 Bug 921991 - B2G BT: support multiple sim cards, r=echou 2013-11-08 14:41:12 +08:00
Tim Taubert
2fcb9512fa Bug 934091 - Add current process ID to the {++|--}{DOMWINDOW|DOCSHELL} debug output r=smaug
From cbc766c3d5bae69f438bdc096f935c40e23b0f36 Mon Sep 17 00:00:00 2001
2013-11-07 09:53:04 +01:00
Peter Van der Beken
d5bd6db76d Bug 935283 Keep document as a data property on window for now. r=bz 2013-11-06 10:21:36 +01:00
John Schoenick
7d7cc3c41c Bug 923745 - Force flash to use a windowless mode in e10s until windowed mode plugins are fixed. r=bsmedberg 2013-11-08 13:00:47 -08:00
John Schoenick
df7402b3bb Bug 883404 - Add a object.reload() call for chrome to de-activate plugins. r=josh 2013-11-08 13:00:46 -08:00
Ryan VanderMeulen
f58972205b Merge b-i to m-c. 2013-11-08 14:53:47 -05:00
Shawn Huang
0da63279ac Bug 932770 - [bluedroid] Implement GetPairedDeviceInternal, r=echou 2013-11-08 23:25:20 +08:00
Carsten "Tomcat" Book
021c6d3068 Merge mozilla-central to b2g-inbound 2013-11-08 15:29:28 +01:00
Carsten "Tomcat" Book
a129f86fd5 Merge mozilla-central to mozilla-inbound 2013-11-08 15:07:31 +01:00
Carsten "Tomcat" Book
efcabbb9bf merge b2g-inbound to mozilla-central 2013-11-08 13:39:20 +01:00
Carsten "Tomcat" Book
d3dcf8491e merge mozilla-inbound to mozilla-central 2013-11-08 13:30:45 +01:00
Ed Morley
bd7b902f08 Backed out changeset f2ed6b24269a (bug 932151) for causing bug 936324
--HG--
rename : dom/inputmethod/forms.js => b2g/chrome/content/forms.js
2013-11-08 10:59:31 +00:00
Dave Hylands
22cb4e6756 Bug 949004 - Check to see if lock is null before using it. r=qDot
--HG--
extra : rebase_source : 115a50601853376ae1a0548aad4d61f58e96c8d1
2013-11-07 16:14:44 -08:00
Gina Yeh
9a299e00ab Bug 934891 - Remove DISCONNECTING state from A2DP, r=echou 2013-11-08 12:53:27 +08:00
Chris Peterson
35f785af18 Bug 935395 - Fix QuickDraw Cursor declaration warning. r=smichaud
--HG--
extra : rebase_source : 61fcd566e04a7fc750f9aca22232c235f8ec6939
2013-11-03 20:37:39 -08:00
Wes Kocher
aa27f88eb0 Merge m-c to inbound 2013-11-07 17:56:10 -08:00
Birunthan Mohanathas
02a1314689 Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan 2013-11-11 14:17:14 -05:00
Terrence Cole
ff92f5bc3b Bug 936040 - Fix a rooting analysis false positive in nsWindowSH::PostCreate; r=smaug
--HG--
extra : rebase_source : c295bd28a4413c67fe242f0bcce476037f0d7fee
2013-11-07 08:27:47 -08:00
Ryan VanderMeulen
1e03d34ba6 Merge m-c to fx-team. 2013-11-07 14:49:21 -05:00
Ryan VanderMeulen
33e7bec8e5 Merge inbound to m-c. 2013-11-07 14:45:25 -05:00
Carsten "Tomcat" Book
e36218e529 merge mozilla-central to b2g-inbound 2013-11-07 16:01:27 +01:00
Carsten "Tomcat" Book
2490b7a836 merge b2g-inbound to mozilla-central 2013-11-07 15:50:39 +01:00
Yuan Xulei
560a2ee462 Bug 932151 - Include forms.js in both desktop and b2g build. r=fabrice
--HG--
rename : b2g/chrome/content/forms.js => dom/inputmethod/forms.js
2013-11-07 09:02:25 -05:00
Carsten "Tomcat" Book
debadf6309 merge fx-team to mozilla-central 2013-11-07 14:24:24 +01:00
Shawn Ku
157dfb1c9e Bug 930394 - Part 3: Add test cases. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi. 2013-11-07 18:00:12 +08:00
Shawn Ku
a10128b241 Bug 930394 - Part 2: RIL patch. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi. 2013-11-07 17:59:09 +08:00
Shawn Ku
7fb7072041 Bug 930394 - Part 1: add comment in IDL. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi, r=hsinyi. 2013-11-07 17:53:03 +08:00
Kyle Huey
cf5ef62928 Bug 922919: Followup to disable logging on 64 bit OSes because it doesn't compile reliably. r=me 2013-11-07 14:23:46 +08:00
Alan Huang
f43546ed61 Bug 922919: Add logging to detect "Intermittent test_BackgroundLRU.html | Test timed out". r=khuey 2013-11-07 11:14:27 +08:00
Ben Tian
3df3d24522 Bug 934552 - Crash in bluetooth while monkey testing, r=echou 2013-11-06 14:26:46 +08:00
Carsten "Tomcat" Book
03cad4df42 merge mozilla-central to fx-team 2013-11-07 16:04:23 +01:00
Paul Rouget
b83275098a Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz 2013-11-07 14:40:23 +01:00
Georgia Wang
30f499a602 Bug 843455 - B2G STK Import scripts for marionette tests. r=yoshi 2013-10-25 16:20:05 +08:00
Ben Tian
fe0650c3cc Bug 897782 - Support Multiple BT file transfering, r=echou 2013-11-05 15:53:10 +08:00
Ryan VanderMeulen
3c583fb5f1 Backed out changeset 8222e9ae0a21 (bug 915233) for Windows xpcshell perma-fail on a CLOSED TREE. 2013-11-06 17:48:11 -05:00
Ryan VanderMeulen
0050cf6519 Merge m-c to inbound. 2013-11-06 14:59:07 -05:00
Ryan VanderMeulen
438d08b2de Merge inbound to m-c. 2013-11-06 14:24:58 -05:00
Terrence Cole
2bd8f8f148 Bug 931912 - Suppress an exact rooting hazard false positive in nsWindowSH::Finalize; r=sfink
--HG--
extra : rebase_source : 3934e7cd7e21e37de20aadac203db6a285021691
2013-11-05 15:02:35 -08:00
Andrew McCreight
d9397ab65a Bug 934035 - Make PeerConnectionObserver's constructor not take an object argument. r=jib 2013-11-01 17:49:48 -07:00
David Rajchenbach-Teller
dbebd56e03 Bug 930924 - Open workers from xpcshell. r=bent 2013-11-06 09:05:17 -05:00
Vendelin Ruzicka
0690b323d8 Bug 933040 - Warn for showModalDialog uses. r=jst, r=sicking 2013-11-06 08:59:54 -05:00
Carsten "Tomcat" Book
8825880843 merge b2g-inbound to mozilla-central 2013-11-06 13:11:03 +01:00
Phil Ringnalda
8270f646fc Back out b2316c5a1d69 (bug 915233) for Win b2g desktop build bustage 2013-11-05 20:54:54 -08:00
Phil Ringnalda
d034bd732a Merge m-c to m-i 2013-11-05 20:29:04 -08:00
Phil Ringnalda
b21ad5b1df Bug 930449 - Disable test_browserElement_oop_ContextmenuEvents.html until someone teaches it to stop timing out 2013-11-05 20:25:05 -08:00
Nicholas Nethercote
3eae0dfea5 Bug 934321 - Add MemoryMultiReporter, a helper class that reduces some boilerplate, and convert all existing multi-reporters to use it. r=wchen.
--HG--
extra : rebase_source : a6110c3558c571b7908b63e8cc7ca21103098d0d
2013-11-06 14:58:20 +11:00
Nikhil Marathe
723aec3710 Bug 915233 - DOM Promises on Workers. r=baku,smaug,bz sr=sicking 2013-11-05 20:05:21 -08:00
Yura Zenevich
f5f3c48812 Bug 934737 - [AccessFu] fixing a string bundle error when encountering an input type='date'. r=eeejay
---
 accessible/src/jsat/OutputGenerator.jsm                    | 7 ++++++-
 accessible/tests/mochitest/jsat/test_utterance_order.html  | 4 ++++
 dom/locales/en-US/chrome/accessibility/AccessFu.properties | 1 +
 3 files changed, 11 insertions(+), 1 deletion(-)
2013-11-05 21:51:56 -05:00
Wes Kocher
a00a50d182 Merge m-c to inbound 2013-11-05 18:25:40 -08:00
Wes Kocher
a7e71d74e5 Backed out changeset b2995c617e4c (bug 915233) for breaking the build on a CLOSED TREE 2013-11-05 18:18:29 -08:00
Wes Kocher
27d09036f4 Merge inbound to m-c 2013-11-05 17:50:18 -08:00
Nikhil Marathe
5b431100b6 Bug 915233 - DOM Promises on Workers. r=baku,smaug,bz sr=sicking 2013-11-05 17:44:12 -08:00
Ryan VanderMeulen
ac8d19b555 Merge m-c to b2g-inbound on a CLOSED TREE. 2013-11-05 16:39:16 -05:00
Ryan VanderMeulen
9ff28f4f25 Merge m-c to inbound on a CLOSED TREE. 2013-11-05 16:38:58 -05:00
Ryan VanderMeulen
6ed6f54a36 No bug - Fix merge bustage. CLOSED TREE 2013-11-05 16:06:31 -05:00
Gijs Kruitbosch
78dee7c743 Backed out changeset 3a245d66f692 (bug 931912) for opt build bustage on a CLOSED TREE 2013-11-05 21:45:59 +01:00
Ryan VanderMeulen
90c46b963f Merge m-c to b2g-inbound. 2013-11-05 15:37:26 -05:00
Ryan VanderMeulen
43c0e6a230 Merge m-c to inbound. 2013-11-05 15:36:23 -05:00
Ryan VanderMeulen
7a2924f392 Merge inbound to m-c. 2013-11-05 15:28:52 -05:00
Kyle Huey
020d8b6c36 Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug 2013-11-05 22:16:26 +08:00
Kyle Huey
15d29946d1 Bug 934785: Only change the popup control state on the main thread. r=smaug 2013-11-05 22:16:26 +08:00
Kyle Huey
3f7123a621 Bug 933099: Banish <windows.h> from nsGlobalWindow.cpp. r=bz 2013-11-05 22:16:25 +08:00
Kyle Huey
c236dbbb74 Bug 925531: Worker URL harmonization. r=bent 2013-11-05 22:16:25 +08:00
Kyle Huey
e034802efa Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-11-05 22:16:24 +08:00
Garner Lee
7105874117 Bug 933635 - Part 3: NFC IPC Sources. r=yoshi 2013-11-01 17:45:46 +08:00
Garner Lee
b3d92433b1 Bug 933635 - Part 2: SystemWorkerManagager IDL changes. r=khuey 2013-11-01 14:53:37 +08:00
Terrence Cole
534c78289b Bug 931912 - Suppress an exact rooting hazard false positive in nsWindowSH::Finalize; r=sfink 2013-10-28 10:34:31 -07:00
Fernando Jiménez
23bacab30d Bug 933719 - Missing deprecated Webapps:PackageEvent 2013-11-05 20:10:17 +01:00
Andrew McCreight
a60808cc93 Bug 932505 - Add some basic checking for Bindings.conf r=bz 2013-10-31 15:28:22 -07:00
Nicholas Nethercote
8aa18001f7 Bug 929797 - Implement proper memory reporting for child processes. r=khuey.
--HG--
extra : rebase_source : f0788757afc2097830295170120e1e2094993cc7
2013-10-22 22:26:24 -07:00
Robert Longson
379ae1f294 Bug 935902 - Fix access to filter standard attributes for gaussian blur and component transfer. r=jwatt 2013-11-08 09:28:42 +00:00
Garrett Robinson
1da990368c Bug 855326 - CSP 1.1 nonce-source for scripts and styles r=mrbkap r=dholbert r=geekboy 2013-11-08 15:44:39 -08:00
Carsten "Tomcat" Book
2f2903b541 Backed out changeset 6da206d64b49 (bug 923625) for failing mochitest 3 on b2g ics 2013-11-09 10:06:10 +01:00
Jeff Walden
3e47e0b069 Bug 903332 - Make watch/unwatch into proxy hooks and such, and make watching/unwatching work on DOM proxies and windows (or at least work as much as it ever did, which is to say kinda-sorta-ish). r=bhackett, r=efaust
--HG--
extra : rebase_source : 58dc71e7e58208a2cfa12b265adca7b189e5e5bd
2013-10-29 16:39:09 -07:00
Mike Hommey
a470038314 Bug 935305 - Move preprocessor to mozbuild.action. r=gps
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
2013-11-09 10:35:44 +09:00
Andrea Marchesini
dc77f637fc Bug 933050 - DataStore.add should receive an optional key value., r=ehsan 2013-11-08 23:10:29 +00:00
Andrea Marchesini
4abbe765f1 Bug 933049 - Remove DataStore getChanges, r=ehsan 2013-11-08 23:07:50 +00:00
Andrea Marchesini
2142e2edae Bug 923625 - DataStore sends the principal as argument in sendAsyncMessage, r=ehsan 2013-11-08 23:05:39 +00:00
Carsten "Tomcat" Book
79a4977c17 Backed out changeset f27a2aba0db2 (bug 927711) for build failure/bustage 2013-11-05 12:44:47 +01:00
Carsten "Tomcat" Book
8093b210ca Backed out changeset 6cb70cc44e8c (bug 927711) for build failure/bustage 2013-11-05 12:44:33 +01:00
Shawn Huang
7fd0d33f4d Bug 932682 - [bluedroid] Support Pair/Unpair, Bond state changed callback, r=echou 2013-11-05 19:30:46 +08:00
Gene Lian
cdca045916 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 2, implementation). r=ctai 2013-11-05 19:02:33 +08:00
Gene Lian
60b46de155 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 1, DOM API IDL). r=hsinyi 2013-11-05 19:02:01 +08:00
Reuben Morais
b6c02856c2 Bug 904298 - Implement mozilla::{AssertAppPrincipal,CheckPermission}. r=sicking 2013-11-05 08:14:46 -02:00
Georgia Wang
2b9e511bd4 Bug 908536 - Part3: STK BIP-CLOSE_CHANNEL, RECEIVE/SEND_DATA xpcshell test. r=yoshi. 2013-10-23 10:40:08 +08:00
Georgia Wang
8ac88959d1 Bug 908536 - Part2: STK BIP CLOSE_CHANNEL, RECEIVE/SEND_DATA handle in RIL. r=yoshi. 2013-10-23 10:39:23 +08:00
Georgia Wang
6656972463 Bug 908536 - Part1: STK BIP-CLOSE_CHANNEL, RECEIVE\SEND_DATA commands IDL. r=yoshi, hsinyi. 2013-10-23 10:36:54 +08:00
Georgia Wang
28fc8c36dc Bug 908535 - Part3: xpcshell test for OPEN CHANNEL proactive cmd. r=yoshi 2013-10-23 10:31:27 +08:00
Georgia Wang
b80198b2b1 Bug 908535 - Part2: Process STK OPEN CHANNEL cmd and ctlvs in ril. r=yoshi 2013-10-23 10:30:10 +08:00
Georgia Wang
26bdd3dd0e Bug 908535 - Part1: STK-OPEN CHANNEL proactive command IDL change. r=yoshi, hsinyi. 2013-10-23 10:25:54 +08:00
Gene Lian
cbca30cd63 Bug 932201 - [B2G][DSDS] Gecko needs to properly download MMS for non-active SIM. r=ctai,vicamo 2013-11-05 17:21:56 +08:00
Alfredo Yang
c1c648a84c Bug 853356 - Test: Check mediastream track according to request type. r=jsmith 2013-11-05 16:30:05 +08:00
Alfredo Yang
620bb632ca Bug 853356 - Part3 Pass a string array instead of a single string to support multiple permissions request. r=khuey 2013-11-05 16:29:52 +08:00
Alfredo Yang
095eff90e8 Bug 853356 - Part2 Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup 2013-11-05 16:29:39 +08:00
Alfredo Yang
af01190bbc Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 16:29:27 +08:00
Kan-Ru Chen (陳侃如)
3b2be7096b Backout 3903cb4b779f 2013-11-05 15:00:31 +08:00
Kan-Ru Chen (陳侃如)
a582f5f131 Backout 2baeee8eb114 2013-11-05 15:00:06 +08:00
Kan-Ru Chen (陳侃如)
3a9ca16110 Backout 6d33ac3a2b14 2013-11-05 14:59:22 +08:00
Kan-Ru Chen (陳侃如)
6984270499 Backout dc03ef5cd3fd 2013-11-05 14:58:39 +08:00
Gene Lian
9768ef5bda Backout 3c0d710561bf (bug 927363) due to causing bug 930296. 2013-11-05 14:43:14 +08:00
Alfredo Yang
bf2f8eb2e0 Bug 853356 - Test: Check mediastream track according to request type. r=jsmith 2013-11-05 14:09:01 +08:00
Alfredo Yang
554000b50c Bug 853356 - Part3 Pass a string array instead of a single string to support multiple permissions request. r=khuey 2013-11-05 14:08:45 +08:00
Alfredo Yang
02b2d7381a Bug 853356 - Part2 Add MediaPermissionGonk.h and MediaPermissionGonk.cpp to implement ContentPermissionPrompt. r=jesup 2013-11-05 14:07:29 +08:00
Alfredo Yang
0d61f474ce Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 14:05:52 +08:00
Wes Kocher
e400a12724 Merge inbound to m-c 2013-11-04 21:09:17 -08:00
Wes Kocher
df1cca0f0f Backed out changeset bad6c063b01f (bug 932274) for build bustage 2013-11-04 14:40:50 -08:00
David Zbarsky
ec2becadee Bug 932274: Use Moz2D size classes in ipdl r=nical 2013-11-04 16:43:10 -05:00
Ryan VanderMeulen
d54baa4c91 Merge m-c to inbound. 2013-11-04 16:31:13 -05:00
Ryan VanderMeulen
88bcfa3e2d Merge b2g-inbound to m-c. 2013-11-04 16:17:59 -05:00
Ryan VanderMeulen
3a4f8792df Merge inbound to m-c. 2013-11-04 16:16:22 -05:00
Carsten "Tomcat" Book
651904135a merge b2g-inbound to mozilla-central 2013-11-04 13:52:18 +01:00
Shawn Huang
b1f70c67e0 Bug 931802 - [bluedroid] Support DeviceFound/DiscoveryStateChange callback, r=echou 2013-11-04 19:05:48 +08:00
Carsten "Tomcat" Book
5cd6a423a2 Backed out changeset a876f43914f6 (bug 921919) for build failures on a CLOSED TREE 2013-11-04 08:44:00 +01:00
Gina Yeh
025a5f5c1e Bug 933195 - Replace object path with device address, r=echou 2013-11-04 14:42:51 +08:00
Chia-hung Tai
0a940ca2dc Bug 921919 - B2G MMS: Notify Gaia SMS AP the MMS read report request and return the read result to the requester. r=vyang 2013-11-04 11:36:00 +08:00
Chia-hung Tai
2a6d7cd489 Bug 921919 - B2G MMS: Notify Gaia SMS AP the MMS read report request and return the read result to the requester. r=vyang 2013-11-04 11:36:00 +08:00
Dan Glastonbury
821c4d7a3f Bug 843668 - Implement WebGL -draft- extension EXT_sRGB. r=jgilbert
https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/
See content/canvas/test/webgl/conformance/extensions/ext-sRGB.html for example
usage.

OSX 10.6 has a failure when reading back the results from an sRGB format
texture attached to an FBO. Blacklist MacOSX 10.6 and all lower versions.
2013-11-04 16:05:04 -05:00
Bharath Thiruveedula
4eaabc5cb2 Bug 684722 - Invoke geolocation error handlers when xhr fails. r=jdm 2013-11-04 14:52:53 -05:00
Rik Cabanier
fa242077eb Bug 540456 - Support HTML5 canvas draw{Custom,System}FocusRing(). r=smaug 2013-11-04 14:52:24 -05:00
Ryan VanderMeulen
c9cb6d04fe Backed out 3 changesets (bug 932309, bug 932322) for Linux mochitest-bc timeouts on a CLOSED TREE.
Backed out changeset aea34e69d171 (bug 932322)
Backed out changeset 2b99a0f6ff1b (bug 932309)
Backed out changeset 0e3bcb78784e (bug 932309)
2013-11-04 14:31:21 -05:00
Peter Van der Beken
9816f02a99 Bug 934203 - Windows-only startup crash in JS_WrapValue(JSContext*, JS::MutableHandle<JS::Value>) with Twitter Disconnect / Facebook Disconnect. r=bz.
--HG--
extra : rebase_source : 2ee7a6f417ea3611d21d5e8efd01caf2b9692a0c
2013-11-04 14:18:01 +01:00
Antonio M. Amaya
ad13cc58c1 Bug 932843 - Allow the installation of operator packaged apps without network connection. r=fabrice 2013-11-01 02:58:28 +01:00
Andrea Marchesini
667c7302c2 Bug 862899 - AudioChannelAgent in the FMRadio API. r=mchen, r=khuey 2013-11-04 17:27:39 -05:00
Henri Sivonen
5ac2a5be04 Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky. 2013-11-04 13:24:33 +02:00
Andrea Marchesini
405aa76bfa Bug 933351 - IDBRequest should not write warning messages about callee when created by IPC IDB, r=janv, f=bholley 2013-11-04 12:57:53 +00:00
Carsten "Tomcat" Book
6646962e49 Backed out changeset 88e0c01e2d81 (bug 910192) bustage on a CLOSED TREE 2013-11-04 13:04:02 +01:00
Henri Sivonen
7af818f242 Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky. 2013-11-04 13:24:33 +02:00
Peter Van der Beken
6a145a3bfd Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : 5595267a420f81f20e5e227712886c9329bec473
2013-10-08 18:18:40 +02:00
Peter Van der Beken
80ebb51518 Bug 932309 - Don't null out mDoc in nsGlobalWindow::FreeInnerObjects, additional fixes. r=smaug.
--HG--
extra : rebase_source : 40c7cdbe6baa9c7596ecf9eb67c917c95f9b2351
2013-11-01 14:31:00 +01:00
Peter Van der Beken
ea2928e6e6 Bug 932309 - Don't null out mDoc in nsGlobalWindow::FreeInnerObjects. r=smaug.
--HG--
extra : rebase_source : add310c90bafed468345647c61404c8e9971087b
2013-10-16 18:11:24 +02:00
Gene Lian
79fa492f2f Backout 3c0d710561bf (bug 927363) due to causing bug 930296. 2013-11-05 14:43:14 +08:00
Peter Van der Beken
395356226a Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : b8ce4fedf7fc46b14a1d01663945d1b0e22bdcdd
2013-10-08 18:18:40 +02:00
Peter Van der Beken
4c6a6456d7 Bug 932309 - Don't null out mDoc in nsGlobalWindow::FreeInnerObjects, additional fixes. r=smaug.
--HG--
extra : rebase_source : 71604344bd4d50dbce7d1364ab2d88f0ee5d2175
2013-11-01 14:31:00 +01:00
Peter Van der Beken
28de12df7b Bug 932309 - Don't null out mDoc in nsGlobalWindow::FreeInnerObjects. r=smaug.
--HG--
extra : rebase_source : 21c472ff3917bc386664050e761b4297cbdfa3a9
2013-10-16 18:11:24 +02:00
Ryan VanderMeulen
b46a0b6737 Backed out changeset aa013ffd209b (bug 888974) for mochitest-4 failures. 2013-11-07 10:47:37 -05:00
Carsten "Tomcat" Book
d8daefc008 merge mozilla-central to mozilla-inbound 2013-11-07 16:07:34 +01:00
Cervantes Yu
82360aea08 Bug 890870 - Start freezing the Nuwa process after PreloadSlowThings(). r=khuey 2013-10-01 19:28:44 +08:00
Vicamo Yang
2361124dc8 Bug 936359 - Honor the DEBUG flag in RilContentHelper.js. r=hsinyi 2013-11-08 18:38:16 +08:00
Georgia Wang
51707cdb46 Bug 921322 - Part2: xpcshell test for searchForNextTag. r=yoshi 2013-10-29 16:32:18 +08:00
Georgia Wang
af749cbe12 Bug 921322 - Part1: Add "searchForNextTag" in StkProactiveCmdHelper. r=yoshi 2013-10-24 12:06:40 +08:00
Yoshi Huang
cd41a2696c Bug 902788 - B2G RIL: Update xpcshell-tests for updating ICC
From 9a0db7c853f2b09b91b28fbd78d950405c6639cb Mon Sep 17 00:00:00 2001
 Contact. r=vicamo
---
 dom/system/gonk/tests/test_ril_worker_icc.js |   84 ++++++++++++++------------
 1 file changed, 47 insertions(+), 37 deletions(-)
2013-10-01 14:43:37 +08:00
Eric Chou
69782465dc Bug 936711 - Fix crash which happened at disabling Bluetooth during reconnection, r=gyeh 2013-11-12 17:37:30 +08:00
Ben Tian
475713e244 Bug 935573 - [bluedroid] Add Connect/Disconnect api, r=echou 2013-11-12 11:59:01 +08:00
Georgia Wang
6bf5c46c8b Bug 927234 - Part2: getIMSI_M/decodeIMSI xpcshell test. r=yoshi. 2013-10-23 16:51:39 +08:00
Georgia Wang
f9f1c46a9e Bug 927234 - Part1: add getIMSI_M function to get IMSI,MCC,MNC. r=yoshi 2013-10-23 16:33:45 +08:00
"allstars.chh"
45594e65f4 Bug 921318 - Part 2: update xpcshell-tests. r=vicamo 2013-11-11 14:36:08 +08:00
"allstars.chh"
7f3e67d068 Bug 921318 - Part 1: Use contactId. r=vicamo 2013-11-08 18:49:38 +08:00
Wes Kocher
aed505ca19 Merge m-c to b2g-inbound 2013-11-11 16:19:56 -08:00
Reuben Morais
ccec845618 Bug 904298 - Use CheckPermission to check for the desktop-notification permission. r=sicking 2013-11-11 21:56:21 -02:00
Jared Wein
6a0deca9e6 Bug 704326 - Standalone audio files should have different style so they don't look awkward. r=smaug,dolske 2013-10-28 13:27:53 -04:00
Olli Pettay
b1b4cf61fc Bug 937303 - Make CC logger to pass information about compartments, r=mccr8 2013-11-12 15:53:51 +02:00
Chuck Lee
341028fd97 Bug 859215 - 0005. Marionette test for read SMSC address. r=vicamo. 2013-09-16 10:12:45 +08:00
Chuck Lee
e3013dfef6 Bug 859215 - 0004. Get SMSC address in mobilemessage. r=vicamo 2013-09-16 10:12:43 +08:00
Chuck Lee
7cea9b4a07 Bug 859215 - 0003. Get SMSC address in RIL. r=vicamo 2013-09-16 10:12:40 +08:00
Chuck Lee
9aa05ca434 Bug 859215 - 0002. IPDL change to support get SMSC address. r=vicamo 2013-09-16 10:12:38 +08:00
Chuck Lee
c0c511767d Bug 859215 - 0001. IDL change. r=vicamo 2013-09-16 10:12:35 +08:00
Hsin-Yi Tsai
931f24a504 Bug 814634 - part4 - RIL and tests. r=vicamo 2013-10-29 17:40:44 +08:00
Hsin-Yi Tsai
43e0e1475c Bug 814634 - part3 - DOM. r=khuey 2013-10-29 09:58:12 +08:00
Hsin-Yi Tsai
9d1934c0d8 Bug 814634 - part2 - internal API. r=vicamo 2013-10-27 20:48:43 +08:00
Hsin-Yi Tsai
b61d746b5a Bug 814634 - part1 - WebAPI - WebVoicemail API: support multiple sim cards. r=khuey, r=gene.lian 2013-10-27 20:46:46 +08:00
Hsin-Yi Tsai
644a7e3983 Backed out changeset 170e22ea9aa0 (bug 814634) for missing r= in comment 2013-11-06 13:48:17 +08:00
Hsin-Yi Tsai
74e915ef8f Backed out changeset 5804ff8c66fb (bug 814634) for missing r= in comment 2013-11-06 13:48:17 +08:00
Hsin-Yi Tsai
86c819023d Backed out changeset 4b0f636041e5 (bug 814634) for missing r= in comment 2013-11-06 13:48:17 +08:00
Hsin-Yi Tsai
13bcdf2989 Backed out changeset 9e63eda1ca2f (bug 814634) for missing r= in comment 2013-11-06 13:48:17 +08:00
Hsin-Yi Tsai
ae1f8c2b64 Bug 814634 - part4 - RIL and tests. r=vicamo 2013-10-29 17:40:44 +08:00
Hsin-Yi Tsai
610ab494dc Bug 814634 - part3 - DOM. r=khuey 2013-10-29 09:58:12 +08:00
Hsin-Yi Tsai
0ff7c332e5 Bug 814634 - part2 - internal API 2013-10-27 20:48:43 +08:00
Hsin-Yi Tsai
97fd93d6d2 Bug 814634 - part1 - WebAPI - WebVoicemail API: support multiple sim cards. r=khuey, r=gene.lian 2013-10-27 20:46:46 +08:00
Reuben Morais
1d3b24a4d5 Backed out 4 changesets (bug 853356) for breaking permission prompts. 2013-11-06 01:32:42 -02:00
Gene Lian
365ae63640 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 2, implementation). r=ctai 2013-11-06 10:30:25 +08:00
Gene Lian
42339321a5 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 1, DOM API IDL). r=hsinyi 2013-11-05 21:50:38 +08:00
Matt Woodrow
41ad83dd75 Bug 922942 - Add some fuzz to some SVG path measurement tests since D2D doesn't return exact results. r=roc
--HG--
extra : rebase_source : 2cef979ae0a6f88f42c660c43f8fb2588c2e6b45
2013-11-04 14:51:55 +13:00
Andrew McCreight
b8de97a9a9 Bug 933966 - Fix reindentation in CGWrapper. r=bz 2013-11-01 16:48:35 -07:00
Reuben Morais
741f1170ee Bug 929491 - Include dictionary and object types in union construction error messages. r=bz 2013-11-02 16:18:35 -02:00
Nathan Froyd
61378e49b8 Bug 918651 - part 9 - remove useless includes from IPDL files; r=ehsan
These includes are no longer needed.  It's much easier to locate these
includes when they're not obscured by a bunch of other stuff.
2013-10-18 14:47:04 -04:00
Nathan Froyd
ec839c62b4 Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan
These include statements have been made redundant by all the qualifications
to the using statements.
2013-10-18 13:34:08 -04:00
Nathan Froyd
05e020c835 Bug 918651 - part 7a - fix source files bootlegging things from IPDL headers; rs=ehsan 2013-10-18 16:57:55 -04:00
Nathan Froyd
ebcc1e1abf Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan 2013-10-01 15:25:07 -04:00
Nathan Froyd
c41a24510b Bug 918651 - part 1 - remove unnecessary using statements from IPDL files; r=ehsan 2013-10-18 14:48:13 -04:00
Brian R. Bondy
152817226f Bug 928042 - Add an environment variable to disable content processes sandboxing even when MOZ_CONTENT_SANDBOX is defined. r=aklotz 2013-11-01 19:09:45 -07:00
Gene Lian
6e5310720b Backout b796080cf4d0 (bug 931699) due to causing bug 933787. 2013-11-02 17:45:17 +08:00
Robert O'Callahan
d7c44c8903 Bug 911889. Part 4. Add API to detect whether an nsGlobalWindow is running a timeout handler. r=bz 2013-09-04 23:37:46 +12:00
Robert O'Callahan
62b7c5862c Bug 911889. Part 2: Refactor MarkLayersActive code into its own class and be much more explicit about what it does. r=mattwoodrow
This also changes the functionality a little bit to track independent
per-property mutation counts and independent "content active" status.
2013-09-04 23:30:57 +12:00
Byron Campen [:bwc]
d3b8da349d Bug 906990 - Part 8: Create a chrome-only stats interface, and only expose the candidate pair stats there. r=jib 2013-10-29 10:29:43 -07:00
Byron Campen [:bwc]
3bca483297 Bug 906990 - Part 7: Populate candidate pairs in RTCStatsReport. r=jib 2013-10-28 16:02:00 -07:00
Chris Peterson
f3f08d8554 Bug 757726 - Part 4: Consolidate duplicate code into EnsurePlugins() and EnsureMimeTypes(). r=johns 2013-10-20 00:05:05 -07:00
Chris Peterson
c0ea0d86d5 Bug 757726 - Part 3: Refactor nsPluginArray::GetPlugins() to GetMimeTypes(). r=johns 2013-10-17 00:19:43 -07:00
Wes Kocher
ee011e95f8 Backed out changeset 00f838879263 (bug 906990) 2013-11-01 17:14:59 -07:00
Wes Kocher
cf41f0e098 Backed out changeset 57a7a785a964 (bug 906990) 2013-11-01 17:14:54 -07:00
Byron Campen [:bwc]
09e2c59a35 Bug 906990 - Part 8: Create a chrome-only stats interface, and only expose the candidate pair stats there. r=jib 2013-10-29 10:29:43 -07:00
Byron Campen [:bwc]
5d64fba8c5 Bug 906990 - Part 7: Populate candidate pairs in RTCStatsReport. r=jib 2013-10-28 16:02:00 -07:00
Ryan VanderMeulen
dfc64ae284 Backed out changesets ac2b3068888b, 6d1ec44bb1db, and 1e4fa51c53e0 (bug 933193) for mochitest-3 failures. 2013-11-01 17:19:00 -04:00
Brian R. Bondy
ed3814e084 Bug 933894 - Don't try to build Unix Sandbox on OSX. r=aklotz 2013-11-01 16:34:21 -07:00
Boris Zbarsky
67d774a820 Bug 933193 part 3. Add getElementById to ParentNode. r=smaug 2013-11-01 15:39:25 -04:00
Boris Zbarsky
62654086cb Bug 933193 part 2. Implement nsINode::GetElementById and make SVGSVGElement use it. r=smaug 2013-11-01 15:39:24 -04:00
Ryan VanderMeulen
43eeed0ee4 Merge fx-team to m-c. 2013-11-01 14:51:36 -04:00
Ryan VanderMeulen
f452f08c1d Merge b2g-inbound to m-c. 2013-11-01 14:45:07 -04:00
Reuben Morais
37bcdda882 Bug 930241 - Use toJSON instead of jsonifier in the Contacts interfaces. r=gwagner
--HG--
extra : rebase_source : b19099dec587b7acc3a86e71928423b46b958e0e
2013-11-01 14:01:59 -02:00
Reuben Morais
3a1212943a Bug 933054 - Allow the toJSON identifier to be used in WebIDL interfaces again. r=peterv
--HG--
extra : rebase_source : 83c7724f97d0b2ce709092f2aaf7e15e682c3d90
2013-11-01 14:01:00 -02:00
Gene Lian
8f3a6f21e7 Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports (follow-up). r=ctai 2013-11-01 22:45:57 +08:00
Gregor Wagner
9eefa26946 Bug 921721 - NS_ERROR_UNEXPECTED in airplane_mode.js when restarting B2G. r=bent 2013-11-01 07:54:21 -07:00
Ed Morley
febfa6a288 Merge mozilla-central and fx-team 2013-11-01 13:19:18 +00:00
Ed Morley
23e525166f Merge latest green b2g-inbound changeset and mozilla-central 2013-11-01 13:14:45 +00:00
Ed Morley
5e960926b5 Merge latest green inbound changeset and mozilla-central 2013-11-01 13:13:15 +00:00
Fabrice Desré
bd9859e505 Bug 914843 - fix gfx issue on oop b2g linux. r=nrc 2013-10-31 23:36:02 -07:00
Phil Ringnalda
4553266fad Back out 80bfcf2d28c7 (bug 933384) and f2757e7d1a08 (bug 932215) for bustage
CLOSED TREE
2013-10-31 21:25:30 -07:00
Doug Turner
4e44b38da0 Backing out 0f687f920370 2013-10-31 20:26:04 -07:00
Doug Turner
eb207427ab Backing out 987b3ec24f68 2013-10-31 20:25:46 -07:00
Doug Turner
58f885e6e0 Backing out 0f687f920370 2013-10-31 20:25:25 -07:00
Doug Turner
951d114a44 Backing out 7fe2c77ebbf2 2013-10-31 20:25:03 -07:00
Ryan VanderMeulen
9ac85a99fb Merge m-c to inbound on a CLOSED TREE. 2013-10-31 20:09:11 -04:00
Ryan VanderMeulen
d2586540b9 Backed out changesets d83f69660b5a and b54f084f8e39 (bug 684722) for frequent OSX timeouts. 2013-10-31 17:47:23 -04:00
Ryan VanderMeulen
da0792e78f Merge m-c to inbound on a CLOSED TREE. 2013-10-31 16:10:29 -04:00
Tim Taubert
68c065a82f Bug 932898 - Fix leaks in DOM tests; r=smaug CLOSED TREE 2013-10-31 02:30:00 +00:00
Ryan VanderMeulen
d38b80587b Backed out changeset 33c9ee1b4564 (bug 875585) cuz thats how we roll when it's a CLOSED TREE. 2013-10-30 23:18:24 -04:00
Robert O'Callahan
ec0adfacf7 Bug 933072. Make all Range tests only create 1 or 2 iframes instead of one or two per subtest. r=khuey (CLOSED TREE) 2013-10-31 15:16:27 +13:00
Ryan VanderMeulen
1d57260a86 Merge m-c to inbound on a CLOSED TREE. 2013-10-30 22:42:13 -04:00
Andrew McCreight
d10640b99b Bug 875585 - re-disable test_Range-surroundContents for pushing us off the OOM cliff by holding alive many iframes on this CLOSED TREE. rs=RyanVM 2013-10-30 17:21:09 -07:00
Reuben Morais
aa85d95ccf Bug 932763 - Setting mozContact's array properties to an empty array should work. r=gwagner
--HG--
extra : rebase_source : bdc09f04d31e72fafce8b8ef5726d1d0288c8efd
2013-10-30 21:39:05 -02:00
Reuben Morais
627a599f2d Bug 929435 - Treat undefined as null in Contacts API strings. r=gwagner
--HG--
extra : rebase_source : a838d31f1d1f7fbff04bdebc865d2234a5e958d5
2013-10-30 21:16:45 -02:00
Nikhil Marathe
c2194944f9 Bug 933010 - AsyncErrorReporter takes bool isChromeError. r=bz 2013-10-30 16:17:36 -07:00
Ben Turner
841a7458ad Bug 932878 - Allow zero-length blobs. r=khuey. 2013-10-30 10:47:05 -07:00
Reuben Morais
7be5760ac1 Backed out changeset 3e4f6dd35a2b (bug 932763) 2013-10-30 19:48:46 -02:00
Kartikaya Gupta
e08ba777b1 Bug 906877 - Remove code obsoleted by multi-apzc. r=BenWa, vingtetun
Now that we have multi-APZC landed, we don't need BrowserElementPanning
to detect when it's about to scroll a subframe and let APZC know. So
the two messages involved in this can be completely removed.
2013-10-30 17:06:15 -04:00
Reuben Morais
c24f344dbb Bug 932763 - Setting mozContact's array properties to an empty array should work. r=gwagner 2013-10-30 18:22:16 -02:00
Ryan VanderMeulen
c5d90671d1 Backed out 9 changesets (bug 814625) for desktop build bustage.
Backed out changeset a107de5616a0 (bug 814625)
Backed out changeset 416665a419f4 (bug 814625)
Backed out changeset b6fc8734864f (bug 814625)
Backed out changeset 9f5e2e44a914 (bug 814625)
Backed out changeset 17b3050df362 (bug 814625)
Backed out changeset 43a047c081c8 (bug 814625)
Backed out changeset 90bdcd099320 (bug 814625)
Backed out changeset 8957cc31cce2 (bug 814625)
Backed out changeset de45eb7a8d16 (bug 814625)
2013-10-30 15:48:39 -04:00
Mike Habicher
01d4c2e813 Bug 807058 - Expose thumbnail size capability and control properties. r=sotaro, r=jst 2013-10-30 15:41:08 -04:00
Andrea Marchesini
dc57aaff10 Bug 931307 - Remove "!aTitle.IsEmpty()" assertion. r=mhenretty 2013-10-30 15:41:07 -04:00
Wes Kocher
9e8ba0656b Backed out changeset 4a21dc77dad9 (bug 932280) for inexplicably breaking win7debug browser-chrome tests on a CLOSED TREE 2013-10-29 17:19:15 -07:00
Brian Hackett
98ec75f9e6 Bug 930048 - Remove need to read objects directly when optimizing singleton accesses, r=jandem. 2013-10-29 16:10:59 -06:00
Hsin-Yi Tsai
9f85dec6d3 Bug 912849 - part6 - interface tests. r=khuey 2013-10-29 19:00:53 +08:00
Terrence Cole
a4b099f908 Bug 932466 - Fix two exact rooting hazards in dom; r=smaug
--HG--
extra : rebase_source : 8085170b6ab76912962c19dce9e409e2f6026058
2013-10-28 12:35:52 -07:00
Oleg Romashin
d6e4b452a3 Bug 932280 - [Qt] Move moc_ files to Makefile.in in order to pass existance check for autogenerated files. r=Ms2ger 2013-10-29 07:56:53 -07:00
Ed Morley
c57c578dc0 Merge mozilla-central and inbound 2013-10-29 16:35:50 +00:00
Carsten "Tomcat" Book
8def22b731 Merge b2g-inbound to Mozilla-Central 2013-10-29 15:14:46 +01:00
Phil Ringnalda
fb73812f4a Back out 0a88dee3b92b:dc5cc7d7b84d (bug 911889) for beaucoup unexpected assertions
--HG--
extra : rebase_source : a2a13633b6028c99a3c732dbbafe8c800bc32071
2013-10-28 23:38:02 -07:00
Hsin-Yi Tsai
0dc69754fa Bug 912849 - part5 - BT impl. r=gyeh 2013-10-28 14:48:59 +08:00
Hsin-Yi Tsai
820981b6d2 Bug 912849 - part4 - gonk & ril impl. r=vicamo 2013-10-28 14:46:54 +08:00
Hsin-Yi Tsai
361966b5bc Bug 912849 - part3 - IPC & DOM impl. r=khuey 2013-10-28 14:43:14 +08:00
Hsin-Yi Tsai
07af6e3906 Bug 912849 - part2 - internal API: notifyConferenceError. r=vicamo 2013-10-28 14:39:33 +08:00
na-kobayashi
c00240d3d8 Bug 910091: add cdmaServiceCategory to CellBroadcastMessage. r=vicamo 2013-10-28 15:06:48 +09:00
Nikhil Marathe
8b0091b1d5 Bug 930611 - Introduce WorkerType rather than boolean SharedWorker check. r=bent 2013-10-30 16:40:16 -07:00