Commit Graph

135272 Commits

Author SHA1 Message Date
Ehsan Akhgari
891ead97b0 Backed out changeset 57624f26be8f (bug 702080) on the suspicion of causing a b2g mochitest-3 failure, since it touches code near remote browser stuff
Landed on a CLOSED TREE
2013-06-18 23:52:07 -04:00
Ehsan Akhgari
bbc905d8d8 Backed out changeset 9173dcf026ee (bug 882567) because of mochitest-1 timeouts on Linux
Landed on a CLOSED TREE
2013-06-18 23:16:05 -04:00
Ehsan Akhgari
1951841800 Backed out 2 changesets (bug 794282) because of mochitest-1 timeouts on Linux
Backed out changeset aad877111804 (bug 794282)
Backed out changeset a73bc11da471 (bug 794282)
2013-06-18 23:15:51 -04:00
Matt Woodrow
85fddd670e Bug 884334 - Make sure WidgetShutdownObserver doesn't attempt to use the widget pointer after it has been destroyed. r=roc 2013-06-19 14:21:01 +12:00
Benjamin Smedberg
7b9f081ca0 Back out 2d970c9c1fad - Bug 882858 Because of mochitest-browser failures in browser_CTP_drag_drop.js and perhaps browser_pluginnotification.js 2013-06-18 21:38:00 -04:00
Jonathan Wilde
bfd2f6ce44 Bug 811392 - Work - Choose better background colors for location text in the Firefox app bar. r=fryn 2013-06-18 18:15:51 -07:00
Frank Yan
79893e55ad Bug 873251 - [Metro] Update buttons and backgrounds of Firefox app bar. r=jwilde
--HG--
rename : browser/metro/theme/images/forward.png => browser/metro/theme/images/appbar-forward.png
rename : browser/metro/theme/images/reload.png => browser/metro/theme/images/appbar-reload.png
rename : browser/metro/theme/images/stop-hdpi.png => browser/metro/theme/images/appbar-stop.png
2013-06-14 16:29:12 -07:00
David Zbarsky
901e057ab8 Fix error message in ipdl compiler, no bug, r=jlebar over irc 2013-06-18 17:39:04 -07:00
Jeff Muizelaar
f582fb2011 Bug 880836. Fix a typo caught by joe.
--HG--
extra : rebase_source : deabe5a79c8ac27497cfbeb42d5f98b7b882a7a3
2013-06-18 20:31:17 -04:00
Edwin Flores
3f5956eafe Bug 794282 - Fix desktop b2g compile error from changeset a73bc11da471 r=bustage 2013-06-19 12:29:36 +12:00
Nicholas Nethercote
ac66fd9195 Bug 883688 - Fix uninitialized |gotLambda| in ion/IonBuilder.cpp. r=djvj.
--HG--
extra : rebase_source : 0b5bd244c2b3b34934ca6794509d00740dd4acdd
2013-06-18 17:08:13 -07:00
Ryan VanderMeulen
35a8134684 Backed out changeset 2f6babcfa00e (bug 882468) for JS crashes. 2013-06-18 19:50:20 -04:00
Jared Wein
d166047e20 Bug 698174 - Set full-screen-api.approval-required to false before checking fullscreen context menu items. r=cpearce 2013-06-18 19:28:39 -04:00
Ryan VanderMeulen
1851bc9c8b Merge m-c and inbound. 2013-06-18 19:10:23 -04:00
Ryan VanderMeulen
a6fa56a5d3 Merge inbound and m-c. IGNORE BAD COMMIT MESSAGES 2013-06-18 19:04:48 -04:00
Sam Foster
83b5db02b1 Bug 858388 - Refactor richgrid arrangeItems, autocomplete uses deferlayout. r=jimm
--HG--
extra : rebase_source : 00e29b380db249ff632af21604e447e2abe83540
2013-06-18 15:33:42 -07:00
Andrew McCreight
1cf3ca6aaf Bug 883382 - Eliminate superfluous CacheScriptEntry. r=smaug 2013-06-18 15:58:05 -07:00
Andrew McCreight
bf5a9d6efe Bug 884434 - Assert on extra shutdown CCs. r=smaug 2013-06-18 15:57:41 -07:00
Till Schneidereit
b1e4f6860e Bug 882468 - Simplify BooleanGetPrimitiveValue. r=jwalden
--HG--
extra : rebase_source : 0cda3f7ea8a717b3b7207e6b9f9aae0c369c3fb0
2013-06-18 23:51:47 +02:00
Edwin Flores
d971165513 Bug 794282 - Enable gstreamer by default in builds, but pref off r=cpearce,khuey 2013-06-19 10:22:30 +12:00
Edwin Flores
f77e378709 Bug 882567 - Handle fatal gstreamer errors by aborting playback r=alessandro.d 2013-06-19 10:22:29 +12:00
Ryan VanderMeulen
558b14210d Merge cypress and inbound. 2013-06-18 18:15:53 -04:00
Benjamin Smedberg
7a3a6c1a37 Back out revision d3da96f774b3 on a CLOSED TREE - Bug 882339 because of mochitest-browser failures in browser_CTP_drag_drop.js and browser-pluginnotification.js 2013-06-18 16:44:07 -04:00
Kyle Huey
6cdcce9914 Bug 877584: Followup to avoid some crashes during shutdown. r=mccr8 2013-06-18 12:02:16 -07:00
Kyle Huey
ad14119f4e Bug 882162: Part 11 - Push the final uses of mJSHolders down into mozilla::CycleCollectedJSRuntime and make it private. r=mccr8 2013-06-18 12:02:16 -07:00
Kyle Huey
5bc19e1a51 Bug 882162: Part 10 - Add a hook for tracing black JS and update the big comment to more accurately describe how this works. r=mccr8 2013-06-18 12:02:16 -07:00
Kyle Huey
55af825948 Bug 882162: Part 9 - Kill nsCycleCollectionJSRuntime. r=mccr8 2013-06-18 12:02:16 -07:00
Kyle Huey
3e6a01f7ac Bug 882162: Part 8 - Move the rest of nsCycleCollectionJSRuntime's implementation into mozilla::CycleCollectedJSRuntime. r=mccr8 2013-06-18 12:02:16 -07:00
Kyle Huey
7462053a52 Bug 882162: Part 7 - Move tracing of gray roots into mozilla::CycleCollectedJSRuntime. r=mccr8 2013-06-18 12:02:15 -07:00
Kyle Huey
67d1e8d027 Bug 882162: Part 6 - Move the runtime and zone CC participants into mozilla::CycleCollectedJSRuntime. r=mccr8 2013-06-18 12:02:15 -07:00
Kyle Huey
75e85a76a6 Bug 882162: Part 5 - Move most of nsCycleCollectionJSRuntime's implementation into mozilla::CycleCollectedJSRuntime. r=mccr8 2013-06-18 12:02:15 -07:00
Kyle Huey
be66fb44fe Bug 882162: Part 4 - Push tracing of global objects down into mozilla::CycleCollectedJSRuntime. r=mccr8 2013-06-18 12:02:15 -07:00
Kyle Huey
078c903e0e Bug 882162: Part 3 - Replace GetJSRuntime() with just Runtime(). r=mccr8 2013-06-18 12:02:15 -07:00
Kyle Huey
3c2aaa10b0 Bug 882162: Part 2 - Begin to push mJSHolders down into mozilla::CycleCollectedJSRuntime. r=mccr8 2013-06-18 12:02:14 -07:00
Kyle Huey
20a663e7f3 Bug 882162: Part 1 - Create a mozilla::CycleCollectedJSRuntime class. r=mccr8,bholley 2013-06-18 12:02:07 -07:00
Kyle Huey
c094a9abfa Bug 877584: Route JS holding through the cycle collection runtime so it can do different things on different threads. r=mccr8 2013-06-18 12:01:26 -07:00
Ryan VanderMeulen
2754c80515 Backed out changeset 8416c29fecda (bug 834539) for xpcshell failures.
CLOSED TREE
2013-06-18 14:46:00 -04:00
Ryan VanderMeulen
10869ba7c5 Backed out changeset fb43bd87db39 (bug 883495) for mass carnage of a CLOSED TREE. 2013-06-18 13:02:40 -04:00
James Willcox
9ebe1f9867 Bug 883201 - Make SourceSurfaceSkia::GetData keep pixels alive as necessary r=gal 2013-06-18 12:49:05 -04:00
Wes Johnston
57985f25ef Bug 879482 - Use correct function when mapping results from file pickers. r=mfinkle 2013-06-18 09:39:33 -07:00
Nick Alexander
5852bb6287 Bug 874132 - Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher
--HG--
extra : rebase_source : cf6601c6591921397f96fd1011db43de962ee8ed
2013-06-18 09:25:16 -07:00
Nick Alexander
e14ea23e42 Bug 874132 - Part 2: Add custom debug signing tool. f=mcomella, r=jmaher
--HG--
extra : rebase_source : 0372a7a3718f409ce8bd1aa2f78ce0387a98f06d
2013-06-18 09:25:15 -07:00
Nathan Froyd
0534491630 Bug 874132 - Part 1: Handle SDK layout differences in the Android r22 SDK. r=nalexander
Author:    Nathan Froyd <froydnj@gmail.com>

--HG--
extra : rebase_source : 614b386efc0a2b13c6570c99d09d6ec99146c3e1
2013-06-18 09:25:15 -07:00
Asaf Romano
82717d4434 Bug 834539 - Replace getPageTitle with an async API. r=mak. sr=gavin. 2013-06-18 19:24:31 +03:00
Ryan VanderMeulen
01296b90c1 Backed out changeset 8dcb029b9ca5 (bug 880836) for asserts.
CLOSED TREE
2013-06-18 12:08:19 -04:00
Phil Ringnalda
1dd68be3e5 Back out 35bf7e6dbf90 (bug 882120) for reftest and crashtest failures 2013-06-18 09:00:56 -07:00
Ted Mielczarek
0e11a150f1 bug 884300 - fix DWARF CFI record serialization. r=glandium 2013-06-18 11:56:43 -04:00
Benjamin Smedberg
633721b808 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-18 13:16:40 -04:00
Benjamin Smedberg
a75ca744ee Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns 2013-06-18 13:16:40 -04:00
Hannes Verschore
9a4c253703 Bug 883626: Skip looking to inactive Activations, r=luke 2013-06-18 17:53:57 +02:00