Commit Graph

13617 Commits

Author SHA1 Message Date
Ehsan Akhgari
6a8d44025c Merge mozilla-central into mozilla-inbound 2012-12-09 12:40:04 -05:00
ffxbld
09ecbc8072 No bug, Automated blocklist update from host bld-linux64-ec2-388 - a=blocklist-update 2012-12-08 03:37:29 -08:00
Josh Matthews
0e3236290e Backed out changeset 34eb0961da2c (bug 769288) 2012-12-08 00:21:49 -05:00
Josh Matthews
301dc581c5 Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan 2012-12-06 22:35:26 -05:00
Josh Matthews
a646812448 Backed out changeset 3b25f7b4a9ce (bug 769288) 2012-12-07 19:45:51 -05:00
Josh Matthews
408b45f88e Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan 2012-12-07 19:12:16 -05:00
Bellindira Castillo [:bellindira]
cb21912222 Bug 806718 - Port browser_tabview_privatebrowsing.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_privatebrowsing.js => browser/components/tabview/test/browser_tabview_privatebrowsing_perwindowpb.js
2012-12-07 00:33:41 -06:00
Ed Morley
0460516d1b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-07 14:14:03 +00:00
Ehsan Akhgari
eb8cecdd77 Remove the setWindowPrivate function which is now unused, no bug
DONTBUILD since this is NPOTB for global PB builds
2012-12-07 08:35:02 -05:00
Ehsan Akhgari
250e32ce92 Simplify browser_privatebrowsing_lastpbcontextexited.js and make it not leak, no bug
DONTBUILD since this is NPOTB for global PB builds

--HG--
extra : rebase_source : 6b2c4a18d04c09f707d6724f16b00c8f2e8ce1ff
2012-12-07 08:27:39 -05:00
Josh Matthews
346cb92cf5 Bug 769285 - Remove obsolete test of geolocation access token. 2012-12-06 23:00:23 -05:00
Ehsan Akhgari
0d299a8bd4 Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt 2012-12-06 21:13:15 -05:00
Felipe Gomes
1b2ce070ac Bug 811247 - Create only one instance of each social ambient panel instead of one per window. r=jaws,markh 2012-12-06 23:38:46 -08:00
Ehsan Akhgari
59fce7687a Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak 2012-12-05 22:31:26 -05:00
Ehsan Akhgari
bec615dc0f Backed out changeset ea20935fa19d (bug 801232) because of leaks 2012-12-06 15:52:30 -05:00
Ehsan Akhgari
91e28db920 Bug 817292 - Bump the timeout for browser_480148.js; r=edmorley 2012-12-06 14:45:18 -05:00
Ehsan Akhgari
9ce06497f6 Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak 2012-12-05 22:31:26 -05:00
Ehsan Akhgari
8d0ff7b27f Backed out changeset 31d5dca2a3b4 (bug 801232) because of leaks 2012-12-06 14:01:35 -05:00
Ehsan Akhgari
49b40cd547 Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak 2012-12-05 22:31:26 -05:00
Ehsan Akhgari
6446a412d7 Bug 817337 - Add a JS module to get the most recent browser window, with the option of restricting the search to include only private windows; r=dao 2012-12-05 20:59:26 -05:00
Ed Morley
9f0c8971bc Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-06 10:02:57 +00:00
Ehsan Akhgari
2f635f2511 Bug 806718 - Part 0: Don't run browser_tabview_privatebrowsing.js in per-window PB builds 2012-12-06 00:24:03 -05:00
Ed Morley
e401276626 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-05 22:10:26 +00:00
Marco Bonardo
d4380667c2 Bug 817999 - remove DownloadMonitorPanel remnants.
r=dao
2012-12-05 17:44:01 +01:00
Jim Mathies
770edb4c27 Bug 817879 - Update bad resource paths in devtools. r=jwalker 2012-12-05 05:14:09 -06:00
Mark Hammond
d4ee6e766e Bug 817782 - unhide the social chatbar as new top-level windows are opened. r=gavin 2012-12-06 13:37:04 +11:00
Ehsan Akhgari
c4e74b26fa Bug 816406 - Disallow dragging a private tab into a non-private window and vice versa; r=dao 2012-12-02 15:57:06 -05:00
Ehsan Akhgari
505aaa1a01 Bug 816914 - Revamp about:privatebrowsing to support per-window private browsing mode; r=jdm ui-r=shorlander
DONTBUILD since this is NPOTB for global PB builds
2012-12-02 15:11:48 -05:00
Ehsan Akhgari
91ca0507fa Bug 817422 - Move the New Private Window menu item under the app button on Windows and Linux if the app button is visible; r=dao ui-r=shorlander 2012-12-02 15:04:39 -05:00
Bellindira Castillo [:bellindira]
1ed95e71b0 Bug 806717 - Port browser_tabview_bug650280.js to the new per-tab PB APIs; r=ehsan
DONTBUILD because this is NPOTB for global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_bug650280.js => browser/components/tabview/test/browser_tabview_bug650280_perwindowpb.js
2012-12-05 11:53:55 -06:00
Bellindira Castillo [:bellindira]
601ab9cc2b Bug 806716 - Port browser_tabview_bug624727.js to the new per-window PB APIs; r=ehsan
DONTBUILD since this is NPOTB in global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_bug624727.js => browser/components/tabview/test/browser_tabview_bug624727_perwindowpb.js
2012-12-04 16:45:41 -06:00
Ehsan Akhgari
e814df817d Bug 818459 - Fix browser_bug816527.js; r=jdm
DONTBUILD because this is NPOTB for global PB
2012-12-05 08:50:33 -05:00
Ehsan Akhgari
7c4f2cbbf8 Bug 806708 - Remove the global private browsing checks from browser_tabMatchesInAwesomebar.js in per-window PB mode; r=jdm
--HG--
rename : browser/base/content/test/browser_tabMatchesInAwesomebar.js => browser/base/content/test/browser_tabMatchesInAwesomebar_perwindowpb.js
2012-12-05 09:03:38 -05:00
Paolo Amadini
1d617b7bd7 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
Theo Chevalier
2e90bf0940 Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77 2012-12-08 18:41:23 +01:00
Theo Chevalier
248865986f Bug 737600 - When telemetry is disabled in the pref pane, we should update toolkit.telemetry.rejected, r=mak77 2012-12-08 18:39:24 +01:00
Gavin Sharp
3b5f0f3c1a Followup to bug 788977: don't unnecessarily preprocess pinstripe's toolbox.css 2012-12-08 02:19:11 -08:00
Mike Hommey
76f06ac016 Bug 809802 - Only list update.locale in removed-files when building with omnijar. r=khuey. DONTBUILD 2012-12-05 09:21:07 +01:00
Mike Hommey
e5db99e5ea Backout changeset bd9307cf2ed7 because of wrong bug number. 2012-12-05 09:30:36 +01:00
Mike Hommey
8287b5f43a Bug 809803 - Only list update.locale in removed-files when building with omnijar. r=khuey
--HG--
extra : rebase_source : 190402e04873a8297b8f94e5fb0892a5f937e22f
2012-12-05 09:21:07 +01:00
Benjamin Peterson
204319cb96 Bug 818559 - Don't ask to unload if we know we're going to download. r=smaug 2012-12-07 20:35:17 -05:00
Robert Strong
2700b1a41c backout changeset ec6a21cbe516 - Bug 817723 2012-12-07 17:04:37 -08:00
Robert Strong
0a5d1901ea Bug 817723 - Only build the stub installer when the update channel equals nightly, aurora, beta, and release. r=khuey 2012-12-07 15:53:24 -08:00
David Keeler
a78faf8682 bug 810082 - open popup when invisible click-to-play plugin is scripted r=jaws 2012-12-05 15:36:39 -08:00
Ed Morley
0aed3efb27 Merge mozilla-central to mozilla-inbound 2012-12-07 18:40:02 +00:00
Tom Schuster
fe2ff1c910 Bug 676619 - Modified test case for https. r=smaug 2012-12-07 16:59:13 +01:00
Ed Morley
bc5cfaa61f Merge mozilla-central to mozilla-inbound 2012-12-07 14:18:15 +00:00
Dão Gottwald
b384d3081f Bug 818724 - Replace gStartupRan with a private gBrowserInit property. r=mak 2012-12-07 12:10:41 +01:00
Dão Gottwald
adde9caf29 Bug 818721 - Downloads panel footer overlaps panel border. r=mconley 2012-12-07 12:10:23 +01:00
Soumya Deb
6c002340fe Bug 818660 - Un-prefix gradients from about:home page contents. r=dao 2012-12-07 12:09:53 +01:00