Commit Graph

22571 Commits

Author SHA1 Message Date
Patrick Brosset
34ead8f4db Bug 825410 - intermittent browser_inspector_pseudoclass_lock.js test failures; r=bgrins 2014-04-16 09:55:09 +02:00
Manish Goregaokar
f63d8ff655 Bug 992185 - Download location preference field not initializing properly. r=gavin 2014-04-16 20:56:20 -04:00
Brian Grinstead
fa2540235b Bug 996622 - [rule view] Use new theme colors for marking changed rules;r=pbrosset 2014-04-15 09:57:48 -05:00
Brian Grinstead
f2336ea9e9 Bug 996622 - [rule view] Use shared css file for ruleview.css;r=pbrosset 2014-04-15 09:57:48 -05:00
Carsten "Tomcat" Book
4f836e1172 Backed out changeset 35603c406f26 (bug 824021) win bc-1 test failures 2014-04-16 12:58:59 +02:00
Tim Taubert
1303f6031b Bug 824021 - Don't clear set of windows to resurrect on write when receiving messages r=yoric 2014-04-16 01:01:05 +02:00
Randell Jesup
44384d2552 Bug 993495: Update MediaManager UI r=jesup,florian,smaug 2014-04-16 02:22:19 -04:00
Gregory Szorc
eb1e150c73 Bug 989137 - Part 14: Return a promise from Experiments.init(); r=gfritzsche
Upcoming tests will need to wait on init() to finish before running. We
now return a promise so these tests don't have to look at internal
variables.

--HG--
extra : rebase_source : 487645efe419fb3fa3371f85a81e8f3e1ccd9012
extra : amend_source : 3d6bb785e0ecdabcbff1e5bc62ee7dc56cbb7244
extra : histedit_source : 8d12f7e5c47995a408509a85a527bc86f9a76ccb
2014-04-10 13:29:02 -07:00
Gregory Szorc
a792704f5f Bug 989137 - Part 13: Rename functions for associating with Add-on Manager; r=gfritzsche
The previous experiment feature expands the scope of these functions. A
rename was in order.

--HG--
extra : rebase_source : 054d7a440e3e15436ff7fbcbc4f91b28dd4fc9fd
2014-04-10 13:27:36 -07:00
Gregory Szorc
4634032ecd Bug 989137 - Part 12: Ability to ignore hashes of downloaded experiments; r=gfritzsche
We normally validate hashes of XPIs as part of installing experiments.
While a useful security feature, this patch makes that optional. This in
turn makes automated and manual testing easier.

--HG--
extra : rebase_source : 292653411391843fad3f62d0bee01e11779313b6
2014-04-10 13:18:19 -07:00
Florian Quèze
6e082922a8 Bug 971048 - Run language detection on webpages and display infobar when language is not the current UI locale, r=felipe. 2014-04-17 00:02:33 +02:00
Tim Taubert
c3a93c2128 Bug 966098 - Handle inactive/no windows case for "sync started" notification r=markh 2014-04-09 16:59:16 +02:00
Mike Shal
0f02c78a7c Bug 996307 - enable sccache for B2G Desktop Linux builds; r=glandium 2014-04-07 16:46:07 -04:00
Nathan Froyd
e3346a5a98 Bug 996019 - fix browser_bug435325.js to not connect to example.com; r=ehsan 2014-04-15 16:14:10 -04:00
Ryan VanderMeulen
739b9ad99c Merge inbound to m-c. 2014-04-15 23:26:35 -04:00
Jared Wein
c8af83622f Bug 996364 - Calling CustomizableUI.registerArea a second time for the same area throws an exception. r=Gijs 2014-04-15 15:22:45 -04:00
Ryan VanderMeulen
74cda0daa9 Backed out changesets 6f2321b72086 and e1f4243f9636 (bug 996622) for mochitest-dt failures.
CLOSED TREE
2014-04-15 14:41:47 -04:00
Mike Conley
a1b253d755 Bug 996148 - With tabs in titlebar disabled, the private browsing mask can be incorrectly positioned in certain modes. r=MattN.
The positioning of the private browsing mask depends on us correctly setting the fullscreen placeholder
width. Unfortunately, we only ever did that when kicking off the tabs-in-titlebar code. This patch makes
it so that we set the width regardless of whether or not tabs in titlebar is enabled.
2014-04-15 14:11:19 -04:00
Brian Grinstead
c60593141a Bug 996622 - [rule view] Use new theme colors for marking changed rules;r=pbrosset 2014-04-15 12:17:20 -05:00
Brian Grinstead
a53ed383d2 Bug 996622 - [rule view] Use shared css file for ruleview.css;r=pbrosset 2014-04-15 12:17:14 -05:00
Georg Fritzsche
02a9e562fa Bug 993084 - Fix experiments health report provider test. r=bsmedberg 2014-04-15 18:12:26 +02:00
Georg Fritzsche
af2e25e896 Bug 993084 - Consolidate pref name constants for experiment tests. r=bsmedberg 2014-04-15 18:12:26 +02:00
Georg Fritzsche
4df1f331ac Bug 993084 - Delay initialization of telemetry experiments if there is no active experiment. r=bsmedberg
To sync experiment state with the addon manager, we need to start it early when there is a
active experiment.
However, initializing the telemetry experiments system too early can lead to performance
regressions, so we delay the initialization if we don't have an active experiment.
2014-04-15 18:12:26 +02:00
Dão Gottwald
70e45f2050 Bug 989626 - Remove some more bogus max-heights that mess up wrapping labels. r=jaws 2014-04-15 15:25:53 +02:00
Carsten "Tomcat" Book
acba6fe86f Merge m-c to fx-team 2014-04-15 15:17:48 +02:00
Carsten "Tomcat" Book
db17ec3c56 merge b2g-i to m-c 2014-04-15 15:10:41 +02:00
Carsten "Tomcat" Book
818b9cc39c merge fx-team to m-c 2014-04-15 15:09:02 +02:00
Jonathan Watt
0dcb1838b9 Bug 950372 - Convert imgIContainer::GetFrame to return a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow 2014-04-15 19:02:23 +01:00
Gijs Kruitbosch
8774c4e11c Bug 987067 - use different selector on Windows/Linux than on OS X for background tab clipping for pointer events, r=dao,MattN 2014-04-14 17:53:40 +01:00
Gijs Kruitbosch
4185d43663 Bug 995164 - registerArea should work correctly with customize mode, r=mconley 2014-04-14 00:42:24 +01:00
Mike Conley
96a4f993ab Bug 996186 - Customize mode briefly makes titlebar transparent during transition. r=Gijs. 2014-04-14 13:51:00 -04:00
Marco Bonardo
2b41888dd7 bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Tim Taubert
5fd9bc2afa Bug 966843 - Fix intermittent browser_615394-SSWindowState_events.js hangs r=smacleod 2014-04-14 12:03:18 +02:00
Tim Taubert
3d9ec668b5 Bug 947570 - Disable browser_597071.js until rewritten for Marionette r=smacleod 2014-04-14 11:51:40 +02:00
Dão Gottwald
59ff5a3d22 Bug 995626 - Fade in tab titles and close buttons when opening a tab. r=jaws
--HG--
extra : rebase_source : 1f0579ad698d3d54e5896ec2fbd60b9b56251234
2014-04-11 03:13:36 -04:00
Gijs Kruitbosch
09fc817c4d Bug 987792 - increase panel buttons' labels' clip rect height, r=jaws 2014-04-14 18:00:33 +01:00
Ryan VanderMeulen
2ec92afc2d Backed out changeset e6b103b4369e (bug 974171) for mochitest-dt failures.
CLOSED TREE
2014-04-14 12:13:26 -04:00
Mike Hommey
563b0e2742 Bug 980117 - Use sccache on win32 try builds. r=mshal 2014-04-15 09:37:54 +09:00
Yuan Xulei
efaffaba65 Bug 986992 - Remove navigator.mozKeyboard. r=fabrice 2014-04-09 20:03:00 +02:00
Michael Ratcliffe
474e4a18c3 Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags r=jwalker 2014-04-08 12:53:58 +01:00
Michael Ratcliffe
2ba5a14786 Bug 988102 - Opening inspector scrolls the content page all the way to the top;r=bgrins 2014-04-14 15:33:06 +01:00
Paolo Amadini
82d33517df Bug 995170 - Convert legacy uses of promise.js in devtools where this doesn't result in test failures. r=jwalker 2014-04-14 14:15:43 +01:00
Carsten "Tomcat" Book
fe1a5c2dd7 Backed out changeset e2aff2cd9a9a (bug 959573) for bc1 test failures on a CLOSED TREE 2014-04-14 14:29:08 +02:00
Marco Bonardo
32d5e515ac bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Marco Bonardo
b9277dfbb2 bug 970291 - Remove BookmarkJSONUtils.serializeNodeAsJSONToOutputStream. r=mano 2014-04-14 12:00:11 +02:00
Ryan VanderMeulen
0992aa4425 Merge m-c to fx-team. 2014-04-13 22:54:25 -04:00
Gijs Kruitbosch
1c314fc0bf Bug 971034 - adjust min-height of zoom control reset button only, r=jaws 2014-04-14 01:51:39 +01:00
Ryan VanderMeulen
7a2b9ba125 Merge fx-team to m-c. 2014-04-13 19:27:26 -04:00
Heather Arthur
39c7dc4f76 Bug 988155 - Option to detect indentation in source editor. r=msucan 2014-04-13 15:23:26 -04:00
Ryan VanderMeulen
ac35fbc305 Backed out changeset ab4c12c6028b (bug 988155) for xpcshell failures. 2014-04-13 16:20:33 -04:00
ffxbld
eb0b232d43 No bug, Automated blocklist update from host bld-linux64-spot-307 - a=blocklist-update 2014-04-12 03:18:01 -07:00
Ryan VanderMeulen
bdd16250b4 Bug 963075 - Skip browser_pdfjs_main.js and browser_pdfjs_views.js on OSX debug for frequent leaks on a CLOSED TREE. 2014-04-11 17:11:30 -04:00
Ryan VanderMeulen
34dceacb42 Merge m-c to inbound on a CLOSED TREE. 2014-04-11 16:24:56 -04:00
Gijs Kruitbosch
4871ce7e4a Bug 989289 - only migrate builtin toolbars, also migrate toolbox, r=mconley 2014-04-09 23:56:38 +01:00
Tetsuharu OHZEKI
07980e1d1e Bug 994188 - Fix "ReferenceError: Cu is not defined" in browser/components/places/content/controller.js. r=mak 2014-04-12 01:11:10 +09:00
Mihai Sucan
1a68c96366 Bug 823097 - Add support for %c style formatting in the web console; r=past,bz 2014-04-10 17:59:21 +03:00
Mike de Boer
418c886c28 Bug 989466: revert clip-path change made in bug 893661 to fix font scaling. r=dao 2014-04-11 14:36:33 +02:00
Maxim Zhilyaev
4521f6727d Bug 993329 - Remove inline event handlers in newTab.xul [r=adw]
Add listener from page's init instead of inline.

--HG--
extra : rebase_source : 3a635d20bbb2b35caa23c4d7a5823172d066aee9
2014-04-10 23:15:59 -07:00
Georg Fritzsche
3fa570c942 Bug 994727 - Telemetry experiments: Fix disabling the feature. r=bsmedberg 2014-04-11 16:29:29 +02:00
Georg Fritzsche
aa9a0bb450 Bug 994727 - Telemetry experiments: Test coverage for disabling the feature. r=bsmedberg 2014-04-11 16:29:29 +02:00
Georg Fritzsche
87b9f492e1 Bug 993084 - Don't load experiments module if the feature is preffed off. r=bsmedberg 2014-04-10 16:56:25 +02:00
Tim Taubert
1e46c09f3f No Bug - Fix browser_net_timing-division.js leak when run as the last test on a CLOSED TREE rs=past 2014-04-11 09:12:47 +02:00
Ryan VanderMeulen
ca44fc6774 Merge m-c to inbound on a CLOSED TREE. 2014-04-10 22:16:50 -04:00
Gavin Sharp
4020424477 Properly disable the problematic portions of browser_aboutHome.js for bug 992485, undoing the dumb thing khuey did on a CLOSED TREE 2014-04-10 22:07:45 -04:00
Matthew Noorenberghe
bdb75ddb9c Bug 992270 - ignoreAllUncaughtExceptions in the about:home test of browser_google_behavior.js/browser_bing_behavior.js. r=gavin
CLOSED TREE
2014-04-10 21:54:30 -04:00
Kyle Huey
661954ff3b Bug 992485: Disable browser_aboutHome.js on this CLOSED TREE. 2014-04-10 16:52:42 -07:00
Tim Taubert
44ac5b9d93 Bug 994844 - Remove Task.spawn() usage from CustomizeMode.populatePalette() r=mconley 2014-04-10 19:45:33 +02:00
Patrick Brosset
aeff00834f Bug 994011 - intermittent browser_ruleview_refresh-on-attribute-change_02.js; r=me 2014-04-10 19:37:17 +02:00
Mike Conley
ff9ef4e364 Bug 994758 - Rename tabHeight define to tabMinHeight, which is more accurate. r=dao. 2014-04-10 13:34:49 -04:00
Gijs Kruitbosch
135ee677b3 Bug 989683 - restrict how we inherit the menubar text color to tabsintitlebar cases on non-aero, r=dao 2014-04-09 13:54:44 +01:00
Mike Conley
b54247414c Bug 995161 - Customize mode can still break after bootstrapped add-on with custom legacy:true toolbar restarts. r=Gijs.
--HG--
rename : browser/components/customizableui/test/browser_989609_bootstrapped_custom_toolbar.js => browser/components/customizableui/test/browser_bootstrapped_custom_toolbar.js
2014-04-13 19:49:07 -04:00
Mark Banner
f44247f985 Bug 995177 Websockets can't be used from chrome javascript - add necko_websocket.xpt to the package manifest. r=mcmanus 2014-04-11 16:26:05 +01:00
Jordan Santell
5c363609ec Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp 2014-04-02 15:51:21 -07:00
Brendan Dahl
5332ac8170 Bug 995431 - Update pdf.js to version 1.0.21. r=yury, r=Mossop, f=RyanVM 2014-04-14 16:09:04 -05:00
Ryan VanderMeulen
a173d38497 Bug 996003 - Various devtools test manifest cleanups. r=miker 2014-04-15 08:03:53 -04:00
Matthew Noorenberghe
6f9f9ca5c5 Bug 995867 - Switch Nightly firstrun/whatsnew URLs to HTTPS. r=adw 2014-04-13 21:34:00 +02:00
Richard Marti
8e68ea6d9f Bug 990973 - In-content prefs: scrollbars appear in a wrong position. r=jaws 2014-04-11 22:27:32 +02:00
Mark Hammond
df6265d9a7 Bug 992371 - Avoid promise rejection messages from FxAccounts. r=ttaubert 2014-04-10 17:13:53 +10:00
Heather Arthur
2c4b311956 Bug 988155 - Option to detect indentation in source editor. r=msucan 2014-04-13 15:23:26 -04:00
Mike Conley
2fa3924704 Bug 990218 - Simplify OS X's titlebar styling rules for tabs in titlebar. r=MattN, feedback=Gijs. 2014-03-28 13:36:00 -04:00
Girish Sharma
f3707ea5e5 Bug 993580 - Permanently fix webconsole error count test and temporarily fix box model tests. r=pbrosset 2014-04-10 02:30:01 +05:30
Tim Taubert
03d14c1c41 No Bug - Fix bustage caused by mochitest-bc chunking r=bustage
From 1f58ec726d4ac8b77d0f4ba45550d059f680a075 Mon Sep 17 00:00:00 2001
2014-04-10 13:21:04 +02:00
Mike de Boer
474fc737ca Bug 993932: remove border-color transition to remedy TART regression. r=dao 2014-04-09 22:48:39 +02:00
Tim Taubert
1cd44e9859 Bug 616853 - Fix tabview and toolkit/startup tests r=smacleod 2014-04-10 10:47:47 +02:00
Tim Taubert
2d570228a2 Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz 2014-04-02 08:21:14 +02:00
Willian Gustavo Veiga
57556d9673 Bug 993973 - Move the View menu after the Edit menu. r=past 2014-04-09 14:28:00 +03:00
Dão Gottwald
d76a6ce073 Backed out changeset 64995acca4a8 since the underlying issue should be fixed by bug 859126
--HG--
extra : rebase_source : 6441b5463a499cf673faa433e7693e53fdc98501
2014-04-09 19:16:43 +02:00
Jared Wein
93ab79817f Bug 993299 - Australis - There is no minimum width set in customization mode. r=mconley 2014-04-08 09:38:00 +02:00
Matthew Noorenberghe
1b9b5a6c2f Bug 993802 - Re-enable browser_save_private_link_perwindowpb.js on Linux which bug 987404 accidentally re-disabled. r=markh 2014-04-08 19:02:00 +02:00
Praveenkumar
891cad6459 Bug 991168 - Increase the default width of the request details pane r=vporof 2014-04-04 00:59:00 +02:00
Richard Marti
fb5c50fbd4 Bug 988536 - InContent preferences needs icons for headers and arrows. r=jaws
--HG--
rename : browser/themes/osx/preferences/in-content/check.png => browser/themes/shared/incontentprefs/check.png
rename : browser/themes/osx/preferences/in-content/check@2x.png => browser/themes/shared/incontentprefs/check@2x.png
rename : browser/themes/osx/preferences/in-content/dropdown-disabled.png => browser/themes/shared/incontentprefs/dropdown-disabled.png
rename : browser/themes/osx/preferences/in-content/dropdown.png => browser/themes/shared/incontentprefs/dropdown.png
rename : browser/themes/osx/preferences/in-content/icons.png => browser/themes/shared/incontentprefs/icons.png
rename : browser/themes/osx/preferences/in-content/icons@2x.png => browser/themes/shared/incontentprefs/icons@2x.png
rename : browser/themes/shared/in-content/preferences.css => browser/themes/shared/incontentprefs/preferences.css
rename : browser/themes/osx/preferences/in-content/sorter.png => browser/themes/shared/incontentprefs/sorter.png
2014-04-03 18:05:08 +02:00
Michael Ratcliffe
9955c9a298 Bug 983948 - Add mach mochitest-devtools r=jmaher 2014-03-25 16:52:53 +00:00
Tim Taubert
9ab4b37aa3 Bug 994083 - Ensure that browser_tabview_bug626455.js cleans up after itself r=mikedeboer 2014-04-09 16:31:11 +02:00
Tim Taubert
1f96da09e0 Bug 895359 - [New Tab Page] Switch from promise.js to Promise.jsm r=jaws 2014-04-09 11:43:11 +02:00
Mark Hammond
2bc21d152a Bug 986636 - use icon instead of [?] on sync prefs when master password locked. r=ttaubert 2014-04-10 12:14:43 +10:00
Gregory Szorc
0945ada1ef Bug 989137 - Part 11: Make service initialization and uninitialization more robust; r=gfritzsche
Subsequent patches were running into race conditions and bugs related to
Experiments instance initialization state. This patch plugs the
necessary holes in initialization state management to unblock work.

The fixes are far from robust. There are still race conditions and bugs.
They should probably be addressed later.

--HG--
extra : rebase_source : 5f0c7fa1f554d09a21b1452506884dc771cb829d
2014-04-07 14:11:31 -07:00
Gijs Kruitbosch
9194fa64dc Bug 992747 - toolbar visibility setting doesn't work for non-customizable toolbars, r=jaws 2014-04-09 01:35:58 +01:00
Mike Conley
99076a8742 Bug 992373 - Items in the panel jump up slightly when the customization transition finishes. r=Gijs, mikedeboer. 2014-04-09 17:37:38 -04:00
Heather Arthur
20b3ea56d7 Bug 993162 - Make default indent size 2 spaces. r=jwalker 2014-04-14 19:25:00 +02:00
Yury Delendik
2579878753 Bug 980742 - Update Shumway to version 0.8.271. r=till 2014-03-07 14:25:03 -06:00