Commit Graph

22205 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
ab9c0c4f4f Merge mozilla-central to mozilla-inbound 2014-03-27 16:01:09 +01:00
Joel Maher
6b77ed4021 bug 933680 - Re-enable browesr_pluginCrashCommentAndURL.js. r=felipe 2014-03-27 10:54:11 -04:00
Carsten "Tomcat" Book
42c9faf6a6 merge fx-team to mozilla-central 2014-03-27 14:14:32 +01:00
Carsten "Tomcat" Book
cb76231d6b Backed out changeset 52f43e3f552f (bug 619558) for frequent mochitest other test failure on OS X 10.8 2014-03-27 10:14:39 +01:00
Olivier Yiptong
cdcfd069f2 Bug 975211 - Create backend logic to provide list of Tiles and associated metadata (image, text, background color) [r=adw]
Package a list of directory links to expose via DirectoryLinksProvider.jsm
2014-03-27 01:03:42 -07:00
Ryan VanderMeulen
6fa5cbea0b Merge m-c to inbound. 2014-03-26 23:09:54 -04:00
Ryan VanderMeulen
870baee508 Merge m-c to fx-team. 2014-03-26 23:08:02 -04:00
Ryan VanderMeulen
d9d827e562 Merge inbound to m-c. 2014-03-26 20:58:31 -04:00
Dave Townsend
88c1b2b98c Bug 986639: Use the __URI__ property of component and module globals to detect which add-on they come from. r=fitzgen 2014-03-26 16:04:20 -07:00
Dave Townsend
b3b0f4e5aa Bug 986108: Make all restartless add-ons debuggable. r=Unfocused, r=fitzgen 2014-03-26 16:03:57 -07:00
Victor Porof
a891fd386f Bug 987310 - Make sure the RequestsMenu is not lazily updated, to avoid a "JavaScript Error: 'aValue.content is undefined'" error being thrown after the test finishes, r=me 2014-03-26 18:04:22 -04:00
Jordan Santell
113ef2d8ed Bug 911098 - Implement Addon Debugger UI, r=fitzgen,harthur,mossop
From 8af4148dc10f18bf67e39442ee93169cb66382d5 Mon Sep 17 00:00:00 2001
---
 browser/devtools/debugger/debugger-controller.js   |  36 ++++++-
 browser/devtools/debugger/debugger-panes.js        |  17 +++-
 browser/devtools/debugger/test/browser.ini         |   1 +
 .../debugger/test/browser_dbg_addon-sources.js     | 108 ++++++++++++++++++++
 browser/devtools/debugger/test/head.js             |  29 ++++++
 browser/devtools/framework/ToolboxProcess.jsm      |  31 ++++--
 .../devtools/framework/toolbox-process-window.js   |  18 +++-
 modules/libpref/src/init/all.js                    |   3 +
 .../en-US/chrome/mozapps/extensions/extensions.dtd |   1 +
 toolkit/mozapps/extensions/content/extensions.js   |  55 +++++++---
 toolkit/mozapps/extensions/content/extensions.xml  |  31 +++++-
 toolkit/mozapps/extensions/content/extensions.xul  |   6 ++
 .../mozapps/extensions/internal/XPIProvider.jsm    |   4 +
 .../extensions/internal/XPIProviderUtils.js        |   2 +-
 .../test/addons/test_jetpack/bootstrap.js          |  17 ++++
 .../test/addons/test_jetpack/harness-options.json  |   1 +
 .../test/addons/test_jetpack/install.rdf           |  28 ++++++
 .../extensions/test/browser/browser-common.ini     |   1 +
 .../test/browser/browser_debug_button.js           | 112 +++++++++++++++++++++
 toolkit/mozapps/extensions/test/browser/head.js    |   3 +
 .../extensions/test/xpcshell/test_isDebuggable.js  |  36 +++++++
 .../extensions/test/xpcshell/xpcshell-shared.ini   |   1 +
 22 files changed, 508 insertions(+), 33 deletions(-)
 create mode 100644 browser/devtools/debugger/test/browser_dbg_addon-sources.js
 create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/bootstrap.js
 create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/harness-options.json
 create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/install.rdf
 create mode 100644 toolkit/mozapps/extensions/test/browser/browser_debug_button.js
 create mode 100644 toolkit/mozapps/extensions/test/xpcshell/test_isDebuggable.js
* * *
Leak fix
2014-03-25 10:59:14 -07:00
Gijs Kruitbosch
7307c33431 Bug 987177 - make destroyWidget clear caches for XUL wrappers, r=jaws 2014-03-26 00:38:14 +00:00
Gijs Kruitbosch
e43ba3332f Bug 987177 - invalidate wrapper's node reference, r=jaws 2014-03-26 00:28:58 +00:00
Victor Porof
755be328dd Bug 987310 - Tentatively relanded, as a backout of changeset a26977bf2252, a possibly incorrect assumption that it caused orange in bc2 linux tests, r=me 2014-03-26 16:08:02 -04:00
Victor Porof
700739c9ee Bug 988329 - Netmonitor pie charts shouldn't display 'Loading' when the source data is available but empty, r=rcampbell 2014-03-26 16:07:30 -04:00
Victor Porof
531912aff3 Bug 988328 - Netmonitor pie charts shouldn't have hover effects when there's only one slice available, r=rcampbell 2014-03-26 16:07:30 -04:00
Tim Nguyen
96d36654c2 Bug 986932 - Fix alignment with some items in DevTools options panel. r=bgrins DONTBUILD 2014-03-26 11:27:15 -07:00
Wes Kocher
ea7acdc162 Backed out changeset 3960ad0617ff for landing with the wrong bug number. 2014-03-26 11:26:26 -07:00
Tim Nguyen
5c73c58971 Bug 986982 - Fix alignment with some items in DevTools options panel. r=bgrins 2014-03-26 11:21:04 -07:00
Tim Nguyen
17ae68777f Bug 983801 - Remove border radius from bookmarks panel submenus on Windows 8 r=mdeboer 2014-03-26 10:43:48 -07:00
Tim Taubert
5473b1d9bb Bug 984843 - Try to fix intermittent timeouts and leaks r=ehsan
From 55be314a97a4934167ad466dc884fb5c933dea1e Mon Sep 17 00:00:00 2001
2014-03-26 09:27:19 +01:00
Mike de Boer
a0641a3a1b [Australis] Bug 987443: fix zoom button label rounding. r=Gijs 2014-03-25 12:12:17 +01:00
Girish Sharma
5f420e415a Bug 987870 - Fix multiple issue of cycling suggesting and pressing keys with modifiers in an empty inplace editor, r=bgrins 2014-03-26 02:16:31 +05:30
Paolo Amadini
1a4a4adc7b Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak 2014-03-26 18:15:00 +01:00
Mike Conley
4a37f3d6e1 Bug 986920 - New tab button has equal z-index to non-selected tabs in Windows Classic mode. r=Gijs. 2014-03-25 11:40:00 -04:00
Carsten "Tomcat" Book
cbf9bce99d Backed out changeset dff900f56c49 (bug 987310) for orange in bc2 linux tests 2014-03-26 15:45:17 +01:00
Robert Strong
489b531e4e NSIS installer file changes for Bug 962381 - Add support for NSIS 3.0a2. r=bbondy 2014-03-26 12:20:44 -07:00
Patrick Brosset
8274daee60 Bug 968727 - Move common test runner parts in external helper files; r=bgrins 2014-03-26 14:38:06 +01:00
Carsten "Tomcat" Book
ccf1e16b54 Merge mozilla-central to fx-team on a CLOSED TREE 2014-03-26 14:01:16 +01:00
Carsten "Tomcat" Book
87351c1f33 Backed out changeset 81f230994acd (bug 980502) for hopefully fixing gi tests 2014-03-26 11:09:34 +01:00
Wes Kocher
aee750fb50 Merge fx-team to m-c 2014-03-25 20:03:13 -07:00
Mihai Sucan
38f6012942 Bug 981707 - Allow the codemirror test harness to report PASS/FAIL messages to the Mozilla test harness. r=harth 2014-03-24 23:06:22 +02:00
Thomas Andersen
a2947b3f9e Bug 971798 - Do not enable CSS reflow logging when clicking the CSS category. r=msucan 2014-03-25 00:28:37 +01:00
Benjamin Smedberg
2c20086c81 Bug 987225 - Combine the various tasks in Experiments.jsm to a single serial task. r=gfritzsche (delegated from felipe). Also fixes:
* no need to pass an addon/experiment ID to .disableExperiment()
* fix multiple-logging when multiple Experiments() objects are created as in tests
* ensures that all dirty writes actually get written
2014-03-25 13:50:34 -04:00
Gijs Kruitbosch
304210753e Bug 987615 - fix layout of buttons which are too long in customize mode, r=jaws 2014-03-26 17:18:06 +00:00
Marco Bonardo
4b89c3b473 Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric 2014-03-25 17:25:58 +01:00
Tim Taubert
586c26592d Backed out changeset 84da123a0af0 (bug 895359) 2014-03-25 16:38:26 +01:00
Tim Taubert
31b91cf7a7 Backed out changeset 5d896e33c6a6 (bug 895359) 2014-03-25 16:38:25 +01:00
Drew Willcoxon
821ad087be Bug 983453 - Re-enable whatsnew and firstrun pages for Nightly builds. r=MattN 2014-03-25 08:15:11 -07:00
Girish Sharma
01c7785240 Bug 913955 - Avoid race conditions and inserting in middle of text in inplace-editor, r=mratcliffe 2014-03-25 20:43:44 +05:30
Girish Sharma
39c6ebd12c Bug 912189 - Show CSS value autocomplete without waiting for first character, r=mratcliffe 2014-03-25 20:43:44 +05:30
Girish Sharma
88ee061ba3 Bug 971702 - Style editor to provide meaningful information about hovered text, r=pbrosset 2014-03-25 20:38:52 +05:30
Mihai Sucan
27b7a8b1ac Bug 972691 - Fix for intermittent browser_bug_865871_variables_view_close_on_esc_key.js | This test exceeded the timeout threshold; r=me 2014-03-25 16:31:12 +02:00
Carsten "Tomcat" Book
85d4d7f3c4 Backed out changeset 8ee507d0a33b (bug 495123) for m-bc bustage 2014-03-25 15:15:13 +01:00
Mihai Sucan
a87f85abdc Bug 984857 - Fix for intermittent browser_webconsole_output_02.js,browser_webconsole_output_03.js | This test exceeded the timeout threshold; r=me 2014-03-25 15:18:58 +02:00
Matthew Noorenberghe
6c4364ff2f Bug 988144 - UITour: Highlight effects don't occur if a highlight is moved to a different target with the same effect. r=Unfocused 2014-03-26 03:00:18 -07:00
Alexandre Poirot
5b43e199d1 Bug 985555 - Fix inspector loading when browsing a tab history r=bgrins 2014-03-24 11:53:00 +01:00
Victor Porof
3b462ecb39 Bug 987310 - Sanitize the filter predicates loaded from the preferences, r=rcampbell 2014-03-24 15:39:18 -04:00
Robert Strong
f88871ac0e Bug 726781 - No way to distinguish between Firefox release and Firefox ESR via the registry. r=bbondy 2014-03-25 12:17:33 -07:00
Jonathan Griffin
e167be0896 Bug 979650 - Always build with Marionette for Firefox, b2g desktop, r=ted 2014-03-11 13:22:34 -07:00
Jordan Santell
26e51839f0 Bug 980502 - Implement WebAudio actor and AudioNode actor. r=vp 2014-03-06 16:39:00 -08:00
Tim Taubert
892010f856 Bug 981699 - Skip resizeTo() call when restoring a maximized window that is currently maximized r=smacleod 2014-03-10 09:54:37 -07:00
Carsten "Tomcat" Book
3e02b4147d Merge mozilla-central to fx-team 2014-03-25 13:43:40 +01:00
Mihai Sucan
8a0400f426 Bug 950430 - Potential fix for intermittent browser_webconsole_chrome.js | Test timed out; r=me 2014-03-25 14:34:05 +02:00
Carsten "Tomcat" Book
0f3ab985f1 merge fx-team to mozilla-central 2014-03-25 13:17:42 +01:00
Ed Lee
c3c380c7f2 Bug 980014 - Allow new tab grid layout to reduce rows/columns if the window can't fit 3x3 [r=adw]
Remove newtab-rows and convert the grid to wrap/overflow tiles as necessary by setting the appropriate width and heights. Compute grid dimensions on load/preload and adjust for resizes.
2014-03-24 17:33:08 -07:00
Wes Kocher
78c1e8a98e Backed out changeset 3d94ebde9018 (bug 985720) for missing a file from the patch to fix a CLOSED TREE 2014-03-24 18:07:13 -07:00
Tim Nguyen
2c4a23ad02 Bug 987388 - Add inverted icon for sidebar subview to menuPanel.png for Linux. r=Gijs 2014-03-24 15:12:00 -07:00
Drew Willcoxon
436eb615cc Bug 557665 - Allow specifying SearchForm as a normal <Url> in engine description files (part 2, tests). r=gavin 2014-03-24 20:41:15 -07:00
Monica Chew
848eb46563 Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp) 2014-03-24 14:57:59 -07:00
Ryan VanderMeulen
92288ca179 Merge m-c to inbound. 2014-03-24 16:51:09 -04:00
Ryan VanderMeulen
6f72275f13 Merge inbound to m-c. 2014-03-24 16:47:07 -04:00
Andrew McCreight
93dbeb6c8b Bug 986683 - Use a single multiline string for the search engine logo to avoid startup memory bloat. r=gavin 2014-03-24 14:28:44 -04:00
Brian R. Bondy
d6536351c3 Bug 981166 - Turn off Metro Firefox. r=jimm 2014-03-24 11:58:29 -04:00
Ms2ger
10b8ea2f45 Bug 860731 - Part d: Fix packaging; r=janv 2014-03-24 16:11:16 +01:00
Carsten "Tomcat" Book
a6403cad6f merge fx-team to mozilla-central 2014-03-24 15:12:28 +01:00
Georg Fritzsche
544d2c7bcd Bug 983360 - Telemetry experiments: add monitoring data to Telemetry payload. r=bsmedberg 2014-03-24 09:58:57 +01:00
Georg Fritzsche
c6cfa0d526 Bug 985670 - Telemetry experiments: Decouple experiment and addon ids. r=felipe 2014-03-24 09:58:57 +01:00
Georg Fritzsche
6723d52df6 Bug 985670 - Telemetry experiments: Don't schedule incorrect timer when there is no pending experiment. r=felipe 2014-03-24 09:58:57 +01:00
Georg Fritzsche
53ece3de1c Bug 984387 - Telemetry experiments: test coverage for disabling and removal of experiments via manifest. r=felipe 2014-03-24 09:58:56 +01:00
Gavin Sharp
57ba1bd55a Bug 955950: add pref to disable "reset firefox" nag, r=MattN 2014-03-23 17:41:06 -07:00
Mike Conley
0b033834de Bug 984156 - Make subview footer menuseparators have a non-zero height to prevent bookmarks folder scrolling issues. r=mak. 2014-03-23 19:13:50 -04:00
Phil Ringnalda
3bfccf0a0d Merge f-t to m-c 2014-03-23 08:27:12 -07:00
Matthew Noorenberghe
6ca67f7da9 Bug 986688 - Load SignInToWebsite.jsm lazily and on Nightly only. r=felipe 2014-03-22 20:46:18 -07:00
Ehsan Akhgari
0a1fe8c669 Bug 983845 follow-up: Move the header to content/base and enable BrowserFeedWriter for xulrunner as well 2014-03-22 21:34:02 -04:00
Phil Ringnalda
4d8ebe6a29 Merge m-c to f-t 2014-03-22 17:48:30 -07:00
Phil Ringnalda
e4329a1a44 Merge f-t to m-c 2014-03-22 17:40:04 -07:00
Gijs Kruitbosch
cdef2ae6e4 Bug 986769 - remove character encoding view's call to addShortcut entirely, r=jaws
--HG--
extra : rebase_source : 22ac8e78d2574cbb0e2d85f747b5f71bd940ddd9
2014-03-22 20:51:26 +00:00
Phil Ringnalda
ec66961c2c Merge m-c to f-t 2014-03-22 08:10:45 -07:00
Phil Ringnalda
27ed119188 Merge m-c to m-i 2014-03-22 08:09:46 -07:00
Marco Bonardo
6b2c382db0 Backout 0469cf95fbfe (bug 983571) cause didn't mean to land it yet. 2014-03-22 15:43:20 +01:00
ffxbld
6494ac41db No bug, Automated blocklist update from host bld-linux64-spot-489 - a=blocklist-update 2014-03-22 03:17:01 -07:00
Sebastian Hengst
0a42c12dc6 Bug 982615 - Sync panel is not entirely displayed in localized builds. r=mak 2014-03-22 10:30:48 +01:00
Doug Turner
c11d4eaa2b Bug 977725 - MLS Geolocation seeding GONK GPS Provider. r=kanru 2014-03-22 00:42:55 -07:00
Wes Kocher
184d7dbce3 Merge fx-team to m-c 2014-03-21 17:07:40 -07:00
Brian R. Bondy
a4f9fd4e28 Bug 981166 - Remove Metro registration for all subusers. r=rstrong 2014-03-21 14:47:05 -04:00
Carsten "Tomcat" Book
df5c452e56 Merge mozilla-central to fx-team 2014-03-24 15:38:14 +01:00
Florian Quèze
1b206d724b Bug 976544 - Intermittent browser_devices_get_user_media.js - disable on Linux Debug, rs=Gijs. 2014-03-24 15:16:02 +01:00
Marco Castelluccio
883ab21b7c Bug 986493 - Lazily load some modules in Webapps.jsm. r=felipe 2014-03-24 09:37:27 -04:00
Florian Quèze
88e626deb3 Bug 979424 - Implement structure and state switching for translation infobar, r=felipe. 2014-03-21 19:07:38 +01:00
Maxim Zhilyaev
3f96448cdf Bug 978338 - Update new tab site rendering for fixed ratio tile images [r=adw]
Fix the size, margins, title, borders of tiles to new spec.
2014-03-21 07:22:53 -07:00
Carsten "Tomcat" Book
1185e775a7 Merge mozilla-central to mozilla-inbound 2014-03-21 15:20:35 +01:00
Carsten "Tomcat" Book
695b04a65c merge fx-team to mozilla-central 2014-03-21 15:16:06 +01:00
Stephen Horlander
39a5c9c4ac Bug 978491 — [Australis] Add inverted icon for Sidebar to menuPanel*.png r=mikedeboer 2014-03-20 23:10:15 -07:00
Masatoshi Kimura
50eae496d9 Bug 981237 - Remove DataContainerEvent dependency from Plugin crash handler. r=jst,johns 2014-03-21 13:00:00 +09:00
Boris Zbarsky
05af31f010 Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff 2014-03-20 23:19:42 -04:00
Wes Kocher
568daf3e7f Merge m-c to inbound 2014-03-20 19:46:52 -07:00
Monica Chew
1517be2338 Bug 985623: Force url classifier clients to specify which tables to lookup, add a pref to skip hash completion checks (r=gcp) 2014-03-20 14:25:35 -07:00
Paolo Amadini
982a4b2f43 Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak 2014-03-20 22:21:05 +01:00
Gregory Szorc
d48a503b8b Bug 974024 - Add FHR recording of Telemetry Experiments activity; r=bsmedberg
--HG--
extra : rebase_source : 1e875e53da49c69194ee740898ff943d1801d1cf
2014-03-20 14:16:00 -07:00
Jared Wein
7b0d3eda9e Bug 969963 - Grey out PanelUI-popup items when a subview is opened. r=mconley 2014-03-21 17:03:11 -04:00
Mike de Boer
3013d4eb1c Bug 982770: restore sidebar splitter and header styles on Windows 8. r=jaws 2014-03-21 17:42:16 +01:00
Gijs Kruitbosch
e74b5bc82b Bug 986515 - classic gradient leaks over other toolbars, r=jaws
--HG--
extra : rebase_source : 262172896476159d99c253a5d1a7dc5e7ffb5ca4
2014-03-22 16:51:27 +00:00
Carsten "Tomcat" Book
620729b5fa Merge mozilla-central to fx-team 2014-03-21 15:35:37 +01:00
Ryan VanderMeulen
980127328b Backed out 3 changesets (bug 965527, bug 859059, bug 812172) for mochitest and xperf orange on a CLOSED TREE
Backed out changeset 18f579c4308e (bug 965527)
Backed out changeset 70ed33107301 (bug 859059)
Backed out changeset 7b59b92580fa (bug 812172)
2014-03-21 10:33:18 -04:00
Jared Wein
f559742ef6 Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs
--HG--
extra : rebase_source : 03e07612be960c1b3a961e065404034ae0db5ce1
2014-03-20 20:23:36 -04:00
Mike de Boer
c02d148418 Bug 982993: [Australis] increase panel padding back to 10px. This backs out changes made in bug 961727 and deps. r=dao 2014-03-20 17:57:12 +01:00
Phil Ringnalda
593ff4a77e Back out bbb44c125553 (bug 940393) for breaking WinXP 2014-03-20 20:57:39 -07:00
Mark Hammond
1f813b9a99 Bug 970167 - Disable passwords engine when a master password is set. r=rnewman 2014-03-21 14:22:02 +11:00
Steven MacLeod
c3817a7bc2 Bug 967028 - Use a SHistoryListener to collect entries from history.pushState(). r=Yoric 2014-03-20 22:52:31 -04:00
Jared Wein
530b60ca90 Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs 2014-03-20 20:23:36 -04:00
Wes Kocher
bb0864a5b6 Backed out changeset 74dacf9ea7d4 (bug 985777) for m-bc bustage on a CLOSED TREE 2014-03-20 17:27:42 -07:00
Wes Kocher
db9cbbe77d Backed out changeset 37d19c0c4411 (bug 940844) for a build failure 2014-03-20 16:21:32 -07:00
Matthew Noorenberghe
9a86fe4560 Bug 885139 - Notify consumers about LWT optimization and listen for it in LightweightThemeListener. r=jaws
[Australis]
2014-03-20 13:55:49 -07:00
Gijs Kruitbosch
c14dbd9e87 Bug 985777 - always allow internal switchToTabHavingURI to switch to other windows, including private ones, r=dao 2014-03-20 13:53:46 +00:00
Gijs Kruitbosch
f7ebf77cf1 Bug 983770 - fix scrollbars in overflow panel when zoom or edit controls overflow, r=mikedeboer 2014-03-21 13:19:36 +00:00
Matthew Noorenberghe
6be941b771 Bug 985786 - [10.6] Make the button to leave fullscreen match the styles of other toolbarbuttons and fix its missing image. r=mconley 2014-03-20 03:06:41 -07:00
Thomas Andersen
508a141f32 Bug 859059 - Implement "Copy as curl". r=msucan, r=vp 2014-03-20 02:02:08 +01:00
Marco Castelluccio
4c738e8f40 Bug 970495 - [Session Restore] Switch SessionFile.read() to use the native OS.File read(). r=Yoric 2014-03-24 09:11:36 -04:00
Marco Bonardo
aa3410c3af Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric 2014-03-22 14:26:52 +01:00
Marco Bonardo
9120a58848 Bug 959576 - Create a component to get the list of priority domains. r=gavin 2014-03-22 14:24:36 +01:00
Gijs Kruitbosch
11a24d1eed Bug 986769 - bug 940038 caused a JS error when opening the character encoding view, rs=firebot 2014-03-22 10:00:10 +00:00
Gijs Kruitbosch
1ec486ce23 Bug 985777 - add a whitelist for URLs that we can switch to/from private browsing windows, r=ehsan
--HG--
extra : rebase_source : ab3d48e8fdc569f56118ad3fd518411733ff757b
2014-03-21 23:30:03 +00:00
Phil Ringnalda
64a957151a Bug 982359 - Increase timeout for browser_net_filter-02.js to avoid it failing on Ubuntu 2014-03-21 18:57:50 -07:00
Wes Kocher
a9a6ef9a27 Merge m-c to fx-team 2014-03-21 18:00:14 -07:00
Aleh Zasypkin
5ce9b3de33 Bug 984004 - Part 2: Immediately update %label on reset. r=felipc 2014-03-19 10:25:17 +01:00
Thomas Andersen
9df07e3547 Bug 859059 - Implement "Copy as curl". r=msucan, r=vp 2014-03-20 02:02:08 +01:00
Mike de Boer
fc63f44b41 Bug 984976: fix menu-button border states on Windows 8. r=gijs 2014-03-20 16:15:24 +01:00
Stephen Horlander
06b0213990 Bug 940844 - Update Sync Progress Icon, r=jaws 2014-03-18 14:10:00 +00:00
Stephen Horlander
70686737be Bug 940844 - Update Sync Progress Icon, r=jaws 2014-03-18 14:10:00 +00:00
Gijs Kruitbosch
c7c25fda93 Bug 981305 - don't insert leading or duplicate separators, r=mconley 2014-03-21 17:02:41 +00:00
Brian Grinstead
20c499d4c9 Bug 983933 - Get better colors for the Inspector's box model;r=vporof 2014-03-18 08:04:57 -05:00
Brian Grinstead
01651d90fa Bug 983933 - Use shared CSS file for inspector box model;r=vporof 2014-03-17 10:11:35 -05:00
Benjamin Smedberg
199e966385 Bug 985682 - Experiment IDs aren't loaded correctly from the cache. Tests will be separate, r=gfritzsche 2014-03-20 11:19:19 -04:00
Benjamin Smedberg
7a1f874431 Bug 985089 - Allow QA to set a pref to control experiment sampling values, r=felipe 2014-03-20 11:19:19 -04:00
Alexandre Poirot
13839593cd Bug 985555 - Prevent creating multiple markup view iframes when browsing in history. r=bgrins 2014-03-20 09:33:18 -04:00
Girish Sharma
4c483e8a49 Bug 984141 - Style editor should suggest valid CSS values without need of typing an initial character - exception fix. r=harth 2014-03-20 11:45:42 +05:30
Joel Maher
63d3113a8b Bug 970240 - Disable browser_inspector_markup_edit_outerhtml.js on Linux debug. r=bgrins 2014-03-20 09:33:15 -04:00
Carsten "Tomcat" Book
21de1d1ed5 Merge mozilla-central to fx-team 2014-03-20 14:29:02 +01:00
Mihai Sucan
89bf7aacd8 Bug 982627 - Fix for intermittent browser_webconsole_bug_580030_errors_after_page_reload.js | Timed out while waiting for: error message after page reload; r=me 2014-03-20 15:16:58 +02:00
Carsten "Tomcat" Book
1f5c06c461 merge fx-team to mozilla-central 2014-03-20 14:04:58 +01:00
Mihai Sucan
15eb9a1372 Bug 982231 - Fix for intermittent browser_console_variables_view.js | Timed out while waiting for: property deleted; r=me 2014-03-20 14:44:06 +02:00
Mihai Sucan
5fca4a77ac Bug 969724 - Fix for intermittent browser_webconsole_bug_597136_external_script_errors.js | Timed out while waiting for: external script error message; r=me 2014-03-20 14:29:54 +02:00
Paolo Amadini
3c75bbc8d1 Bug 985318 - Convert to Promise.jsm in the Toolkit "content" folder. r=mak 2014-03-20 11:04:37 +01:00
Shane Caraveo
5052135cc0 Bug 984628 fix social button states, r=markh 2014-03-20 00:57:33 -07:00
Shane Caraveo
e5f91de584 Bug 984535 fix social button styling, r=Gijs 2014-03-19 19:03:43 -07:00
Robert Strong
f0619098ed Bug 899352 - Increase the installation timeout for the stub installer. r=bbondy 2014-03-19 18:32:46 -07:00
Robert Strong
e6a85ba891 Bug 899363 - Implement stub installer data ping version 6. r=bbondy 2014-03-19 18:32:39 -07:00
Robert Strong
e7f87fe005 Bug 899254 - When installing on top of an existing install the install page should use the term 'Upgrading' instead of 'Installing' for the stub installer. r=bbondy 2014-03-19 10:40:17 -07:00