Commit Graph

4463 Commits

Author SHA1 Message Date
Phil Ringnalda
e0b7fbf1db Merge m-c to a CLOSED TREE m-i 2013-10-18 21:26:07 -07:00
Phil Ringnalda
a798fe8008 Back out e9f46c81c28e (bug 924463) on suspicion of being the One True cause of mass browser-chrome orange
CLOSED TREE
2013-10-18 18:54:22 -07:00
Steven MacLeod
340c923326 Bug 921581 - Send a notification once the final state has been written to disk on shutdown. r=ttaubert, r=Yoric 2013-10-18 12:24:19 -04:00
Gijs Kruitbosch
737fa0f1f0 Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Carsten "Tomcat" Book
40ca48c269 merge fx-team to mozilla-central 2013-10-18 11:40:53 +02:00
Steven MacLeod
296761dbce Bug 900910 - Initialize SessionStore earlier to catch windows opened immediately after startup. r=ttaubert 2013-10-17 14:26:25 -04:00
Ryan VanderMeulen
5ff219a25f Merge m-c to inbound. 2013-10-18 15:40:08 -04:00
Bill McCloskey
29c96a73fb Bug 909048 - Collect text and scroll data from content script (r=ttaubert) 2013-10-18 10:09:25 -07:00
Bill McCloskey
0a18fb29f4 Bug 909048 - Move text and scroll data handling to a module (r=ttaubert) 2013-10-18 10:09:19 -07:00
Bill McCloskey
f6c833defa Bug 910668 - Collect pagestyle from a content script (r=ttaubert) 2013-10-18 10:09:13 -07:00
Bill McCloskey
ae53ed37aa Bug 910668 - Move pagestyle collection to a module (r=ttaubert) 2013-10-18 10:09:08 -07:00
Bill McCloskey
ef0215aecf Bug 910668 - Add code to collect frames to restore (r=ttaubert) 2013-10-18 10:09:02 -07:00
Bill McCloskey
967821a3be Bug 909048 - Don't set "index" property on session history when not needed (r=ttaubert) 2013-10-18 10:08:54 -07:00
Bill McCloskey
43da216a34 Bug 923331 - Don't wait for history object in session restore (r=ttaubert) 2013-10-17 08:41:38 -07:00
Gavin Sharp
dd33c2bf63 Bug 925898: properly pass the "homepage" reason to getSubmission calls for about:home, r=MattN
--HG--
extra : transplant_source : %10i%ADC%D2W%C0%C0%99LM%9AR%D3%09%B29%10%F1%25
2013-10-11 15:00:11 -07:00
Gavin Sharp
668770b49b Bug 925892: add "channel=searchbar" parameter to Google plugin to distinguish search bar searches, r=MattN
--HG--
extra : transplant_source : %CD%D4%0BqxCt%82%BA%80%CE%E6%C3%E1%F3V%96xo%81
2013-10-11 14:30:31 -07:00
Steven MacLeod
1526008b53 Bug 925771 - Generate consecutive window IDs to avoid collisions. r=ttaubert
X-Git-Commit-ID: 9d342c1e5af9b5daea13b05c6f1f6a1c88d8ba93
2013-10-16 09:12:08 -07:00
Tim Taubert
c067a17466 Bug 853779 - Ensure we don't lose sessions when starting with a private window only; r=yoric 2013-10-15 11:52:08 -07:00
Tim Taubert
46728da6d4 Bug 923854 - Clean up SessionStore.jsm a little; r=smacleod 2013-10-15 11:20:18 -07:00
Jared Wein
b1a253a446 Bug 926928 - Pull out the code that builds the 'Recently Closed Tabs' and 'Recently Closed Windows' to a separate module. r=Gijs
--HG--
extra : rebase_source : a0bf9a5894fc8d2b2b6fb69fe390edb3cc4c4ede
2013-10-14 14:33:17 -04:00
Abhishek Potnis
4187f5915c Bug 924098: Fixed mismatch in variable name |aReason| in allDownloadsViewOverlay.js, r=gijs 2013-10-10 22:09:00 +02:00
Bill McCloskey
2659de5e12 Bug 923332 - Use loadURIWithFlags instead of contentDocument.location when loading about:blank (r=ttaubert) 2013-10-10 10:52:22 -07:00
Bill McCloskey
858f85d9af Bug 924929 - Add missing Cu import in session restore content code (r=Yoric) 2013-10-10 10:52:19 -07:00
Ehsan Akhgari
d26e049233 Bug 924248 - Make nsIDocument.h go on a diet; r=jst
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Asaf Romano
6ccf3fd497 Bug 912855 - Can't remove check-mark on "Load this bookmark in the sidebar". r=mak 2013-10-09 16:33:58 +02:00
Carsten "Tomcat" Book
309194ad49 merge fx-team to mozilla-central 2013-10-09 10:15:37 +02:00
Paolo Amadini
13e81160d0 Bug 917012 - Too many mainthread stat() calls during downloads. r=enn 2013-10-08 20:28:35 +02:00
Arnaud Bienner
7b32fc28e5 Bug 913520 - Move "Reload Live Bookmark" after "Sort by name" in context menu. r=mak 2013-09-19 14:35:55 +02:00
Dão Gottwald
02d355a91d Bug 921639 - duplicateTab needs to treat aDelta being undefined as 0 (just like nsISessionStore::duplicateTab). r=ttaubert 2013-10-08 11:13:19 +02:00
Raymond Lee
f861035356 Bug 859695 - OS.File should be adopted in PlacesBackups.jsm and PlacesUtils.jsm. r=mak 2013-10-07 14:52:08 +08:00
Tim Taubert
e5a7df0bd8 Bug 919532 - Make sure we don't lose state when quitting early without being notified; r=yoric 2013-10-06 14:36:01 -07:00
Tim Taubert
e38cb9ce92 Bug 923034 - Don't check getCurrentState's return value in SessionSaver; r=smacleod 2013-10-04 15:18:59 -07:00
Phil Ringnalda
65b2533e57 Merge m-i to m-c 2013-10-03 07:58:59 -07:00
Matt Brubeck
d1214e1cc6 Merge fx-team to mozilla-central 2013-10-03 07:38:41 -07:00
Ms2ger
bc14e4aa9c Merge m-c to inbound. 2013-10-03 11:09:17 +02:00
Ms2ger
105ce73cfa Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Bill McCloskey
b193ad6cbe Bug 921870 - Don't change "busy" attribute from session restore (r=ttaubert) 2013-10-02 17:31:33 -07:00
Gijs Kruitbosch
494f6b300c Bug 922847 - Separate animation from download button, r=mconley 2013-10-01 14:15:00 +02:00
Gijs Kruitbosch
55f3a40d2c Bug 923186 - Download button should use regular XBL. r=mconley 2013-10-02 19:53:25 +02:00
Yury Delendik
bd9ba1e96b Bug 904346 - Integrate Shumway into Firefox. r=gps 2013-09-30 18:23:41 -05:00
Gijs Kruitbosch
61b995950f Bug 845408 - unify download-indicator and download-button, r=mconley 2013-09-18 21:32:16 +02:00
Ryan VanderMeulen
40233fbb80 Merge fx-team to m-c.
--HG--
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 16:18:53 -04:00
Ed Morley
5f372d43ac Merge mozilla-central and inbound 2013-09-30 17:26:43 +01:00
Abhishek Potnis
d060773b1e Bug 900089 - Added call to _resetTabRestoringState in SessionRestore.setTabState; r=ttaubert 2013-09-30 12:21:37 +02:00
Tim Taubert
241c105ac7 Bug 921413 - Add entry for current page even if all session history fails due to bug 669196; r=billm 2013-09-30 09:59:14 +02:00
David Rajchenbach-Teller
1d933f1a2c Bug 911115 - Simple tests for the tab state cache. r=ttaubert 2013-09-30 12:01:20 -04:00
David Rajchenbach-Teller
6000016da7 Bug 911115 - Move the TabStateCache to its own module. r=ttaubert 2013-09-30 12:01:02 -04:00
Gregory Szorc
b03f79a7e6 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Gregory Szorc
cc1da2c22a Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Gregory Szorc
e53ac5e38d Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00