Commit Graph

13606 Commits

Author SHA1 Message Date
Robert Strong
a1e0a460cb backout changeset ec6a21cbe516 - Bug 817723 2012-12-07 17:04:37 -08:00
Robert Strong
67dc515436 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
c0e29b39e3 bug 810082 - open popup when invisible click-to-play plugin is scripted r=jaws 2012-12-05 15:36:39 -08:00
Ed Morley
1f968efedf Merge mozilla-central to mozilla-inbound 2012-12-07 18:40:02 +00:00
Tom Schuster
32762dce29 Bug 676619 - Modified test case for https. r=smaug 2012-12-07 16:59:13 +01:00
Ed Morley
2736b4f7c9 Merge mozilla-central to mozilla-inbound 2012-12-07 14:18:15 +00:00
Ed Morley
3a8e1d9a24 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-07 14:14:03 +00:00
Ehsan Akhgari
9f557231bb 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
d79e37f3d1 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
Bellindira Castillo [:bellindira]
268ad05a3a 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
Josh Matthews
fea0503514 Bug 769285 - Remove obsolete test of geolocation access token. 2012-12-06 23:00:23 -05:00
Ehsan Akhgari
9ee27cbe92 Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt 2012-12-06 21:13:15 -05:00
Felipe Gomes
320151663e 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
Dão Gottwald
d8e10aae68 Bug 818724 - Replace gStartupRan with a private gBrowserInit property. r=mak 2012-12-07 12:10:41 +01:00
Dão Gottwald
833097ffdc Bug 818721 - Downloads panel footer overlaps panel border. r=mconley 2012-12-07 12:10:23 +01:00
Soumya Deb
795ae2fd5c Bug 818660 - Un-prefix gradients from about:home page contents. r=dao 2012-12-07 12:09:53 +01:00
Ehsan Akhgari
0784ce9b76 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
954f4a65bd Backed out changeset ea20935fa19d (bug 801232) because of leaks 2012-12-06 15:52:30 -05:00
Ehsan Akhgari
9300225bfd Bug 817292 - Bump the timeout for browser_480148.js; r=edmorley 2012-12-06 14:45:18 -05:00
Ehsan Akhgari
3a337de456 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
c7fd5aa176 Backed out changeset 31d5dca2a3b4 (bug 801232) because of leaks 2012-12-06 14:01:35 -05:00
Ehsan Akhgari
2f2d76a5a5 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
45d35b7949 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
4c22376d16 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-06 10:02:57 +00:00
Ehsan Akhgari
e6636cdb30 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
b44aae1e63 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-05 22:10:26 +00:00
Marco Bonardo
f9ffaf21c8 Bug 817999 - remove DownloadMonitorPanel remnants.
r=dao
2012-12-05 17:44:01 +01:00
Jim Mathies
15a42ab9b5 Bug 817879 - Update bad resource paths in devtools. r=jwalker 2012-12-05 05:14:09 -06:00
Mark Hammond
b35d30d748 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
a46b8ab992 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
d1bf6e6b90 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
aef4c3981e 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]
fd79a7cf27 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]
0ea7ccbfda 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
6cf352d756 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
cb92e75717 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
Mike Hommey
ec464cd343 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
eead7d8b6d Backout changeset bd9307cf2ed7 because of wrong bug number. 2012-12-05 09:30:36 +01:00
Mike Hommey
61571a8cfe 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
Ryan VanderMeulen
ad9b21c4aa Bug 817924 - Update pdf.js to version 0.6.172. r=bdahl 2012-12-04 21:00:38 -05:00
Mark Hammond
cf5ac82595 Bug 817790 - fix stretched social toolbar icons when opening new windows. r=jaws 2012-12-05 10:12:40 +11:00
Ehsan Akhgari
b708151504 Merge mozilla-central into mozilla-inbound 2012-12-06 23:13:32 -05:00
Mark Hammond
5eff5d3ead Bug 807997 - allow chats to open in any suitable top-level window. r=gavin 2012-12-07 10:56:17 +11:00
David Keeler
7650b53bfe bug 818118 - guard pluginHost.getPermissionStringForType calls r=jaws 2012-12-06 13:32:23 -08:00
Ed Morley
ca001d5be0 Merge mozilla-central to mozilla-inbound 2012-12-04 20:20:11 +00:00
Rob Campbell
f85d9f6a07 merge fx-team to m-c 2012-12-04 15:17:23 -05:00
Ed Morley
4c877a20d8 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-04 14:53:45 +00:00
Victor Porof
d5c7f5a303 Bug 816983 - Closing Browser Debugger via the Window Close button no longer kills the Browser Debugger Process, r=rcampbell 2012-12-04 15:48:39 +02:00
Victor Porof
ccec5fc148 Bug 816548 - Show 'hidden' properties menu item should say 'non-enumerable', r=past 2012-12-04 15:48:39 +02:00
Victor Porof
776b19ff34 Bug 816549 - 'Show variables searchbox' option in the debugger options menu - no such word as 'searchbox', r=past 2012-12-04 15:48:39 +02:00