Ryan VanderMeulen
7888c59f09
Backed out changeset 080912624060 (bug 869209) for Android xpcshell failures.
...
CLOSED TREE
2013-05-11 08:14:34 -04:00
Ryan VanderMeulen
69f527b9fa
Backed out changeset 8e8ebb9fc99f (bug 870768) for frequent robocop crashes.
2013-05-11 08:11:46 -04:00
Joe Walker
c21ed5fc34
Backed out changeset 6ebf2274acf5 (Bug 852792) for xpcshell bustage
2013-05-11 12:13:09 +01:00
Joe Walker
8cc5493dcc
Backed out changeset 752dca088d71 (Bug 865252) for xpcshell bustage
2013-05-11 12:08:58 +01:00
Dave Hylands
7da14f84fb
Bug 858416 - Create a composite device storage interface. r=dougt
2013-05-11 02:10:18 -07:00
Makoto Kato
4b6e9a557e
Bug 870647 - Add NanumGothic pref to Android. r=jfkthame
2013-05-11 17:00:42 +09:00
Victor Porof
428f946673
Bug 859222 - Need custom icon for Network tab; r=jwalker
2013-05-11 09:14:40 +03:00
Gina Yeh
0ce1c300fe
Bug 830213 - Modify function NotifyStatusChanged in BluetoothHfpManager, r=echou
2013-05-11 14:06:16 +08:00
Nikhil Marathe
d043b721f2
Bug 863732 - Use RTC wakeup to monitor WebSocket connection. r=jlebar
2013-05-11 10:45:56 +05:30
David Zbarsky
1e6ff1698e
Bug 868312 - Some more rooting fixes for dom r=bz
2013-05-10 22:39:45 -04:00
Ryan VanderMeulen
1809e72d0b
Bug 861903 - Disable faulty test until it can be fixed with 100% less bustage.
2013-05-10 21:43:50 -04:00
Ben Turner
82bcfb325e
Bug 861903 - Disable faulty test until it can be fixed.
2013-05-10 17:48:54 -07:00
Gregory Szorc
0ffa5d99bd
Merge central into services
2013-05-10 17:25:17 -07:00
Ben Turner
b54c88eac0
Bug 861903 - Bustage fix.
2013-05-10 16:01:55 -07:00
Ben Turner
dad8310dd4
Bug 861903 - Bustage fix.
2013-05-10 15:30:49 -07:00
Ben Turner
0659ee17ac
Bug 861903 - Bustage fix.
2013-05-10 15:22:16 -07:00
Ryan VanderMeulen
f4b148a20a
Backed out 4 changesets (bug 861920, bug 861894) for mochitest failures.
...
Backed out changeset 69fcebb24095 (bug 861920)
Backed out changeset c39ceb11cb76 (bug 861920)
Backed out changeset d0aa77e7825b (bug 861894)
Backed out changeset 81e072111e98 (bug 861894)
2013-05-10 17:35:55 -04:00
Ben Turner
6e9d63ab9b
Bug 861903 - Hook IndexedDB up to low disk space notifications. r=janv.
2013-05-10 14:22:01 -07:00
Shane Caraveo
a99f92a40f
bug 869209 order social providers by frecency, r=mak
2013-05-10 12:06:34 -07:00
L. David Baron
9f8e9f40d7
Fix warnings-as-errors bustage from changeset 09552b219c3a (Bug 828312 patch 3).
2013-05-10 18:04:55 -07:00
Ryan VanderMeulen
7f00594f07
Merge birch to m-c. IGNORE BAD COMMIT MESSAGES
2013-05-10 14:56:24 -04:00
Gregory Szorc
ceac8b9cf4
Bug 846133 - Store FHR state in a file; r=rnewman
...
Preferences aren't robust. So, we're using a file.
2013-05-10 11:04:48 -07:00
Ryan VanderMeulen
153e36ec98
Backed out changesets 6be352955252 and 1bc459138617 (bug 770840) for Android nightly bustage (bug 870782).
...
CLOSED TREE
2013-05-10 12:38:26 -04:00
Shawn Huang
d5b9ba0b02
Bug 870304: Fix misssing icon when getting paired/connected list, r=echou
2013-05-11 00:03:55 +08:00
Justin Lebar
f0d0f1383d
Bug 870480 - Follow-up: Try to fix a warning-as-error.
...
> error: suggest parentheses around comparison in operand of '!='
2013-05-10 11:58:09 -04:00
Justin Lebar
772e3b6ff9
Bug 870598 - Don't send the frameloader-visibility-changed notification if the frameloader's visibility didn't actually change. r=khuey
2013-05-10 11:46:08 -04:00
Girish Sharma
f5bd271112
Bug 870850 - Options panel - new icon; r=robcee
2013-05-10 21:15:01 +05:30
Nick Fitzgerald
71441d518a
Bug 865252 - Don't heavily prefer cache when loading source mapped sources; r=robcee
2013-05-11 10:22:38 +01:00
Nick Fitzgerald
5000b071fc
Bug 852792 - load sources from the sourcesContent field in a source map, if available; r=robcee
2013-05-11 10:22:36 +01:00
Girish Sharma
0166113caf
Bug 871059 - Sorted states of menu headers should take up full height of header toolbar, r=vporof
2013-05-11 13:13:55 +05:30
Mihai Sucan
c38fdcacf2
Bug 870220 - Web Console property inspector shows duplicate entries for navigator.plugins; r=robcee,vporof
2013-05-11 12:05:21 +03:00
Heather Arthur
91d981349e
Bug 856814 - [toolbox] Labels aren't centered in toolbox tabs; r=mratcliffe
2013-05-10 18:53:58 -07:00
Justin Lebar
fd0d7ab2d4
Bug 870480 - Notify wake lock listeners when a process adds or removes a wake lock, even if the wake lock itself doesn't change state. r=kanru
...
This also fixes two other bugs:
1) If a process crashed while holding a wake lock, we'd send a wake lock changed notification without including the list of locking processes. This could cause us to incorrectly believe that no processes were holding the lock.
2) If a process crashed while holding a wake lock on topic X, and if no other process held a wake lock on that topic, and there were no wake lock listeners registered, we wouldn't remove X from our hashtable of wake lock topics. We would correctly record the fact that the lock was not held, so this bug was benign.
2013-05-10 11:20:52 -04:00
Ryan VanderMeulen
3fce4fafb8
Backed out changesets 2f1fe3baec7c and 8beafe5ccc65 (bug 861920) because they depend on bug 861894, which was also backed out.
...
DONTBUILD
2013-05-10 11:09:28 -04:00
Ryan VanderMeulen
9d0440c7fd
Backed out changesets 04623bf25b64 and 6d2e81a6bf1b (bug 861894) for Windows bustage.
2013-05-10 10:48:13 -04:00
Michael Ratcliffe
ba1a876b65
Bug 860182 - TypeError: this._elementStyle is null: CssRuleView_nodeChanged; r=harth
2013-05-10 15:29:11 +01:00
Heather Arthur
dcbbe50e08
Bug 870131 - Rename 'Web Console' to 'Console' in toolbox; r=mratcliffe
2013-05-10 15:27:16 -07:00
Ryan VanderMeulen
76555a4eeb
Merge m-c to fx-team.
2013-05-10 15:00:46 -04:00
Fernando Jiménez
fa46b74e11
Bug 861920 - Avoid apps to write in its local storage while device free storage is low. Tests. r=honzab
2013-05-10 16:20:06 +02:00
Fernando Jiménez
98c35f943f
Bug 861920 - Avoid apps to write in its local storage while device free storage is low. Tests. r=honzab
2013-05-10 16:20:06 +02:00
Fernando Jiménez
1f7b8f64fb
Bug 861920 - Avoid apps to write in its local storage while device free storage is low. r=honzab
2013-05-10 16:20:05 +02:00
Fernando Jiménez
0eb1a8420f
Bug 861920 - Avoid apps to write in its local storage while device free storage is low. r=honzab
2013-05-10 16:20:05 +02:00
Fernando Jiménez
c10973aec0
Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low. Tests. r=honzab
2013-05-10 16:16:56 +02:00
Fernando Jiménez
73b155a838
Avoid apps to schedule new offline cache downloads while device free space is low. Tests. r=honzab
2013-05-10 16:16:56 +02:00
Fernando Jiménez
96f55abef4
Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low. r=honzab
2013-05-10 16:16:56 +02:00
Fabrice Desré
06765353b5
Bug 853350 - Follow up. Make windows build.
2013-05-10 21:16:15 +02:00
Ryan VanderMeulen
397c5688c9
Merge m-c to birch.
2013-05-10 14:59:49 -04:00
Dave Hylands
b3a2fbc559
Bug 868891 - Fix regression introduced by Bug 860934. r=dougt
...
Bug 860934 removed the use of fully qualified paths when communicating between the
parent and child processes. This patch fixes one of the spots that got missed.
2013-05-10 10:58:45 -07:00
Fernando Jiménez
1d1d303fc5
Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low. r=honzab
2013-05-10 16:16:56 +02:00
Jim Mathies
22b53aa62d
Bug 870724 - Check for a specific D3D type rather than the sdk version when defining D3D11 types in gfxWindowsPlatform.h. r=khuey
2013-05-10 08:26:10 -05:00