Commit Graph

13558 Commits

Author SHA1 Message Date
Joe Walker
7daa3767fb Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Joe Walker
88dbe2ab92 Bug 815246 - GCLI helper buttons shouldn't be available in the remote window; r=paul 2012-12-13 13:03:47 +00:00
Victor Porof
e0d809e500 Bug 728073 - MDN links in the Style Inspector are not localized, r=paul 2012-12-13 12:26:42 +02:00
Victor Porof
1252490384 Bug 816858 - Style Editor should work on chrome windows, r=paul 2012-12-13 12:26:42 +02:00
Girish Sharma
358bf78999 Bug 808436 - [gcli] cmd refresh throws an exception, r=paul 2012-11-07 22:54:22 +05:30
Paul Rouget
fc1f35fb7e Bug 768846 - Resize issues in Responsive mode with Toolbox open. r=vporof 2012-12-13 12:26:42 +02:00
Victor Porof
25db31bc60 Bug 796135 - Provide some obvious UI for scripts filtering, r=past 2012-12-10 16:03:48 +02:00
Victor Porof
e6e86f81a1 Bug 818430 - Having line and token operators in the same query makes the scripts menulist behave weirdly, r=past 2012-12-11 09:38:04 +02:00
Victor Porof
06a15377af Bug 816596 - Hide the variables filter box while there are no variables to filter, r=past 2012-12-11 09:38:00 +02:00
Victor Porof
33d23c1516 Bug 816440 - Watch expression evaluations should not display the configurable/enumerable/writable tooltip, r=past 2012-12-11 09:36:50 +02:00
teramako
b93e17458f Bug 808542 - [gcli] "addon list" output is malformed. r=mratcliffe 2012-12-04 06:50:53 +09:00
Tetsuharu OHZEKI
f0a42347ba Bug 817579 - Command buttons in toolbox do not have tooltip; r=msucan,jwalker 2012-12-05 18:39:56 +02: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
Victor Porof
2ed4f10038 Bug 817425 - many id's in devtools debugger listed as undefined, r=past 2012-12-04 15:48:39 +02:00
Ehsan Akhgari
78ebf85f3c Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff 2012-12-04 00:58:28 -05:00
Ehsan Akhgari
7cc52ca87d Bug 817931 - Don't restore the contents of the last closed window into a newly opened window if it's a private window; r=ttaubert
DONTBUILD since this is NPOTB for global PB builds
2012-12-04 00:18:26 -05:00
Ehsan Akhgari
97b99365ed Bug 816936 - Add a "New Private Window" dock menu item for per-window private browsing builds on Mac; r=jdm
DONTBUILD since this is NPOTB for global PB builds
2012-12-03 23:20:23 -05:00
Ehsan Akhgari
e779a59ea0 Bug 817932 - Ignore unrelated load events to fix the intermittent failure in browser_privatebrowsing_openlocation.js; r=jdm
DONTBUILD since this is NPOTB for global PB builds
2012-12-03 23:15:22 -05:00
Andres Hernandez
e4d9e7447d Bug 817472 - Port browser_394759_privatebrowsing.js to the new per-window PB APIs; r=ehsan
DONTBUILD because this is NPOTB for global PB builds

--HG--
rename : browser/components/sessionstore/test/browser_394759_privatebrowsing.js => browser/components/sessionstore/test/browser_394759_perwindowpb.js
2012-12-03 16:51:16 -06:00
Andres Hernandez
465c72cd26 Bug 816524 - Do not store information about closed private windows; r=ttaubert 2012-11-30 15:43:38 -06:00
Ryan VanderMeulen
77948c6e44 Merge the last PGO-green inbound changeset to m-c. 2012-12-03 19:03:01 -05:00
Josh Matthews
a1401f5b6d Backed out changeset 0902b7e89928 (bug 816524) 2012-12-03 17:01:15 -05:00
Ed Morley
b3e1fc52a1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-03 19:05:07 +00:00
Mario Alvarado [:marioalv]
0417fce708 Bug 806707 - Port browser_save_private_link.js to the new per-window PB APIs; r=ehsan
DONTBUILD since this is NPOTB in global PB builds

--HG--
rename : browser/base/content/test/browser_save_private_link.js => browser/base/content/test/browser_save_private_link_perwindowpb.js
2012-12-03 01:36:43 -06:00
Ehsan Akhgari
1d7e5ee830 Follow-up to bug 810180 - Reset the homepage to about:blank when opening new windows in the test; r=jdm
DONTBUILD because this is NPOTB in global PB builds
2012-12-02 23:22:45 -05:00
Ehsan Akhgari
ac57263eb9 Bug 817463 - Disable loading the homepage for per-window private browsing tests; r=jdm
DONTBUILD since this is NPOTB in global PB builds
2012-12-02 21:48:46 -05:00
Ehsan Akhgari
d8c25f9e30 Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin
This patch makes sure that when you have a tab open in a private window,
we would never switch to it from either a private or non-private window.
Also, this disabled switching to tabs inside private windows.

This patch uses the autocompletesearchparam attribute to convey whether
the autocomplete search is coming from a private window, to disable
finding open pages in nsPlacesAutoComplete.  It also changes the
behavior of switchToTabHavingURI to make sure that switch to tab
actually fails if somehow attempted (this is used in the test.)  It also
prevents pages opened in a private window to be registered with
nsPlacesAutoComplete as open pages, in order to make sure that those
pages do not appear as switch to tab entries in the autocomplete list
for other windows.

The test for this patch is based on browser_bug555767.js, and tests all
of the four possible interactions here.
2012-11-30 02:40:47 -05:00
Mario Alvarado [:marioalv]
0ab4323350 Bug 813215 - Port browser_354894.js to the per-window PB APIs; r=ehsan
DONTBUILD because this is NPOTB in gloabl PB builds

--HG--
rename : browser/components/sessionstore/test/browser_354894.js => browser/components/sessionstore/test/browser_354894_perwindowpb.js
2012-11-29 01:02:06 -06:00
Andres Hernandez
f2eec374d9 Bug 816524 - Do not store information about closed private windows; r=ttaubert
DONTBUILD since this is NPOTB for global PB builds
2012-11-30 15:43:38 -06:00
Ehsan Akhgari
2b7c33ffa3 Backed out changeset 05865f2b8171 (bug 806690) because it was not effective
DONTBUILD
2012-12-02 20:42:15 -05:00
Ehsan Akhgari
5e0d319148 Bug 806720 - Rewrite the browser_styleeditor_private_perwindow.js test according to the latest changes to the style editor test suite; shoulder-r=jdm
DONTBUILD since this is NPOTB for global PB builds
2012-12-02 19:21:43 -05:00
Ehsan Akhgari
b7e80be756 Bug 806690 - Cancel the current browser load to make sure that we don't catch unexpected load events for about:home; shoulder-r=jdm
DONTBUILD since this in NPOTB for global PB builds
2012-12-02 19:05:50 -05:00
Bellindira Castillo [:bellindira]
2d3fe64ee7 Bug 806715 - Port browser_tabview_bug624265.js to the new per-tab PB APIs; r=ehsan
--HG--
rename : browser/components/tabview/test/browser_tabview_bug624265.js => browser/components/tabview/test/browser_tabview_bug624265_perwindowpb.js
2012-11-30 18:39:20 -06:00
Ryan VanderMeulen
097ec47fbe Merge m-c to inbound. 2012-12-01 10:27:23 -05:00
ffxbld
1d23b24864 No bug, Automated blocklist update from host bld-linux64-ec2-362 - a=blocklist-update 2012-12-01 03:29:35 -08:00
Joe Walker
8ff3ac8629 Merge m-c to fx-team 2012-11-30 13:51:45 +00:00
Ed Morley
13428a6614 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-11-30 10:07:02 +00:00
Joe Walker
96993c1368 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Ehsan Akhgari
bc8db22919 Fix a typo, no bug, DONTBUILD 2012-11-30 01:59:59 -05:00
Gavin Sharp
c6db9627aa Stop preprocessing report-phishing-overlay.xul unnecessarily, no bug 2012-11-29 20:11:42 -08:00
David Keeler
bd244c0ac8 bug 816059 - properly reset blocklist in browser-chrome tests r=jaws 2012-11-29 12:18:53 -08:00
Bellindira Castillo [:bellindira]
e87614f7aa Bug 790752 - Investigate more comprehensive measures of tab switching speed that includes event handler responsiveness. r=gavin 2012-11-28 22:56:56 -06:00
Bellindira Castillo [:bellindira]
c6ae680c3f Bug 806705 - Port browser_bug767836.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/base/content/test/browser_bug767836.js => browser/base/content/test/browser_bug767836_perwindowpb.js
2012-11-28 21:06:22 -06:00
Mike Conley
0425772b89 Bug 815678 - Stop Downloads Panel from changing width when scanning completed download. r=mak. 2012-11-29 11:45:27 -05:00
Rafael Ávila de Espíndola
36486c1a62 Bug 815216 - Upgrade clang to 168596 in the 3.2 branch. r=rail.
Update the tooltool manifests.

--HG--
extra : rebase_source : 96b8406a18941b058e660c5c0c4f1391a78b02f3
2012-11-29 09:50:35 -05:00
Marco Bonardo
79b7f7961e Bug 791447 - Move about:newTab data to preferences. r=gavin
Gecko 18 doesn't store anymore about: pages DOMStorage into chromeappsstore.sqlite, so any previous data would be lost on upgrade to it.
Moreover, we want to move off DOMStorage due to high startup costs.
Thus here we migrate old about:newTab chromeappsstore.sqlite data to complex prefs.
2012-12-03 20:19:17 +01:00