Граф коммитов

2032 Коммитов

Автор SHA1 Сообщение Дата
Myk Melez 4f90929583 bug 759489 - only package webapp runtime l10n files when the runtime is enabled; r=bsmedberg 2012-06-01 17:11:04 -07:00
Ed Morley e72fa6d68c Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-01 15:27:36 +01:00
Ed Morley ebcf2f1cc2 Merge mozilla-central to mozilla-inbound 2012-06-01 01:12:32 +01:00
Ed Morley ccc05b5328 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-31 13:15:09 +01:00
Myk Melez 5e8a687089 bug 747645 - move webapp-uninstaller.properties to browser/locales/ to make it easier to localize; r=felipe 2012-05-31 00:13:00 -07:00
Edward Lee 3dbedad160 Bug 748214 - Cannot use the Geolocation API within the desktop web runtime [r=myk]
Show a prompt asking the user to share or not geolocation info with the option to remember.

--HG--
extra : rebase_source : f6fdf84a3d675ad52e973cd5f4b4d1cf84394fb1
2012-05-31 10:04:52 -07:00
Dave Camp 6ebed5316f Merge fx-team to m-c 2012-05-30 19:21:18 -07:00
Gervase Markham 68d38d677f Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Andres Hernandez [:andreshm] f61281cfb9 Bug 588593 - Can't right-click-move tab to un-named tab group; r=ttaubert 2012-05-30 11:17:20 +08:00
Joe Walker c4f5286bd6 Bug 693259 - GCLI needs a 'pref' command; r=dcamp 2012-05-30 08:47:28 +01:00
Joe Walker d0fec527fc Bug 726986 - GCLI help output should be better; r=dcamp 2012-05-30 08:47:28 +01:00
Paul Rouget d626e2f80e Bug 747220 - [layout view] update the UI. r=dcamp 2012-05-28 13:20:44 +02:00
Panos Astithas d342aa7757 Bug 755346 - Global variables are not displayed in the debugger frontend; r=vporof,rcampbell 2012-05-29 12:08:20 +03:00
Artur Adib 6283a5d869 Bug 748924 - PDF viewer: New interface + Mochitest controls
r=mossop
2012-05-31 11:14:39 +02:00
Dan Wendorf a376240d50 Bug 702159 - Add context menu to exit DOM full screen mode and tests. r=jaws 2012-05-24 23:57:59 -05:00
Victor Porof 2849733d25 Bug 709460 - GCLI needs a screenshot command; r=jwalker 2012-05-24 17:50:13 +03:00
Victor Porof cdd95256a0 Bug 753311 - Prevent the Debugger from opening on more than one tab; r=past 2012-05-31 13:01:13 +03:00
Matthew Noorenberghe 9620290053 Bug 749931 - "Migration to a clean Firefox profile" feature doesn't suggest browser history migration. r=Mano
--HG--
extra : rebase_source : 5bc07d455e62b110dac344645dd06c8eec3d2604
2012-05-04 15:51:00 -07:00
Matthew Noorenberghe 887be0b9db Bug 732303 - Redesign safe mode dialog with the profile reset option. r=dolske, ui-r=limi
--HG--
extra : rebase_source : de3907b72625eee1ae897b8991aaeebf38f97480
2012-03-09 15:21:03 -08:00
Ryan VanderMeulen 9f638926e2 Merge m-c to inbound 2012-05-26 18:20:43 -04:00
Rob Campbell 7115680695 merge fx-team to m-c 2012-05-26 14:14:27 -03:00
Mihai Sucan f37529970d Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Ed Morley 5037eeb762 Backout 4eafad042c36 (bug 673148) for turning browser_dbg_stack-04.js permaorange 2012-05-25 14:44:17 +01:00
Mihai Sucan cc2d82ac50 Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Paul Rouget 95d9ff662c Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell 2012-05-25 09:46:09 +03:00
Ed Morley 5c41502be6 Backout 13aa125cc8d2 (bug 723059) for timeouts in browser_dbg_pause-resume.js 2012-05-24 19:48:10 +01:00
Paul Rouget 2d546802a8 Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell 2012-05-24 16:00:56 +02:00
Andrew Hurle 7d0a88f99a Bug 720154 - Move restore_on_demand checkbox to Tabs page, never disable it. r=zpao, ui-r=jboriss 2012-05-26 09:33:52 -04:00
Ehsan Akhgari 95d7f91ca4 Bug 757439 - Use the updateButton string for the Update & Restart button in the About dialog; r=rstrong 2012-05-22 11:35:59 -04:00
Ehsan Akhgari 2362f4b5ee Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart.  This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.

Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.

--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Joe Walker 43a8a58584 Bug 756888 - Rollup of a bunch of small GCLI changes; r=dcamp
--HG--
rename : browser/devtools/commandline/gcliblank.xhtml => browser/devtools/commandline/gclitooltip.xhtml
2012-05-22 08:50:02 +01:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Christian Ascheberg 15fbc17a6f Bug 317190 - Change "Check Now" to "Set Firefox as the default browser". r=jaws 2012-05-17 12:04:49 -07:00
Rob Campbell 781fd2f3b9 merge fx-team to m-c 2012-05-16 12:03:18 -07:00
Thaddee Tyl 6b32b1bae0 Bug 749278 - Rename Script Debugger to Debugger; r=rcampbell 2012-05-15 12:21:13 -07:00
Joe Walker d87e7ad9e5 Bug 750318 - localization note and string ID change required for helpSearchManual in gcli.properties; r=dcamp,flod 2012-05-15 11:27:18 +01:00
Joe Walker 51b9398894 Bug 745172 - GCLI intro command should be promoted out of 'demo'; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker 127ca86d32 Bug 745904 - GCLI needs extra unit tests for recently added code; r=dcamp 2012-05-15 11:27:18 +01:00
Paul Rouget 0acea15220 Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp 2012-05-11 16:54:47 +02:00
Joe Walker 6bd9378234 Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-10 18:33:54 +01:00
Rob Campbell a8a89c4a32 merge fx-team to m-c 2012-05-10 11:54:23 -03:00
Rob Campbell d2e70a139b Bug 732452 - create a no scripts label for an empty scripts menu in the debugger; r=past 2012-04-24 12:42:00 -03:00
Victor Porof aade15efea Bug 748927 - Add UI elements for the remote debugging case: starting a server and selecting the server to connect to; r=past 2012-04-27 17:18:02 -04:00
Victor Porof 315143efba Bug 747429 - Make it possible to start a remote debugger only in a new chrome window; r=rcampbell 2012-05-03 20:36:40 +03:00
Tim Taubert f9429d84da merge m-c to fx-team 2012-05-04 16:20:36 +02:00
Johan Charlez f5357f4082 Bug 503370 - Library doesn't handle CTRL+F correctly. r=dao 2012-05-03 06:22:32 -04:00
Victor Porof 90611edf45 Bug 749222 - Create a separate way to start a chrome debugger; r=past 2012-04-26 14:28:11 -04:00
Rob Campbell 7db6f10dfc Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past 2012-04-23 10:47:00 -03:00
Victor Porof 84754c2ed3 Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell 2012-04-19 13:44:33 +03:00
Victor Porof 783b5e525d Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,paul,rcampbell 2012-04-12 18:47:56 +03:00
OHZEKI Tetsuharu e2fa370f8f Bug 747603 - Firefox:Inspector cannot start up with DOMi. r=dao 2012-05-02 17:37:00 +02:00
Ehsan Akhgari 9583e92170 Backout the merge from fx-team because of Ts regressions (no bug)
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Tim Taubert afc10add1d merge m-c to fx-team 2012-04-27 08:39:28 -04:00
Ed Morley dcdf030a23 Merge from mozilla-central 2012-04-24 11:46:16 +01:00
Mark Banner 5d0b50426b Bug 723135 - Language packs should work for all releases of a branch, maxVersion should use * for compatibility ranges. r=ted 2012-04-23 14:09:41 +01:00
Tim Taubert cd8806dacf merge m-c to fx-team; a=desktop-only 2012-04-21 08:36:09 +02:00
Asaf Romano b25142c58e Bug 745508 - Remove unused "From an HTML File" mode from the migration wizard. r=mak. a=desktop-only 2012-04-23 15:31:16 -04:00
Ehsan Akhgari e6273ad5e1 Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge 2012-04-20 13:10:19 -04:00
Tim Taubert 9753fe198f merge m-c to fx-team; a=desktop-only 2012-04-20 10:56:36 +02:00
Dave Camp 8287764d00 Bug 702411 - Rule view shouldn't update during highlighting. r=robcee 2012-04-19 11:13:44 -07:00
Dave Camp a695d72f67 Bug 707809 - Refactor creation of registered sidebar tools iframes in InspectorUI. r=robcee 2012-04-19 11:04:46 -07:00
Myk Melez 4f307cae98 bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl 2012-04-19 00:39:52 -07:00
Paul Rouget 56d573bf4d Bug 717922 - In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display. a=desktop-only r=dao 2012-04-17 13:21:28 +02:00
Victor Porof 5eed6b0f7e Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,rcampbell,zpao 2012-04-12 18:47:56 +03:00
Rob Campbell f496b1f174 Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past 2012-04-26 09:41:44 -04:00
Victor Porof b474dfdd4b Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell 2012-04-19 13:44:33 +03:00
Joe Walker c620823148 Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Jared Wein f0d3be66de Bug 711618 - Add ability to remember plugin activation settings. r=felipe a=blassey 2012-04-18 11:40:30 -07:00
Myk Melez 2eea1475c4 bug 725408 - implement WebappRT launcher/shell; r=bsmedberg 2012-04-17 07:11:53 -07:00
Marco Bonardo 9cbe082c7c Bug 710895 - Part 3: The new JS migrator.
Parts derived from the original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-17 15:36:09 +02:00
Paolo Amadini 9180b309a7 Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-04-17 13:35:09 +02:00
Paul Rouget fd379f5f5d Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. a=desktop-only r=dao r=rcampbell 2012-04-04 13:13:42 +02:00
Asaf Romano b2edd02630 Bug 710259 - New Safari migrator (OS X & Windows). r=mak. 2012-04-14 22:11:10 +03:00
Marco Bonardo b5e7934a18 Merge central and inbound 2012-04-14 13:56:15 +02:00
Asaf Romano 99faa1aa82 Bug 737381 - The Firefox Migrator should use the new migration system. r=mak 2012-04-14 12:50:44 +03:00
Paul Rouget 7af1343c60 Bug 717916 - Add an Inspect button and a node menu to the infobar; r=dao,dcamp 2012-04-04 20:40:48 +02:00
Paul Rouget 22b714a005 Bug 683954 - [Layout] Implement an abstract view of the layout of the selected node. r=dcamp, r=jwalker 2012-03-12 14:39:56 +01:00
Jared Wein 58d288335f Bug 711552 - Click to play plugins for desktop Firefox. r=felipe 2012-04-02 13:49:56 -07:00
Marco Bonardo d6a65329d2 Bug 740581 - Make about:home's Sync button label not directly use the brand string.
r=fryn
2012-03-30 20:25:50 +02:00
Panos Astithas bb8e0d45ab Bug 723563 - Use findScripts to retrieve the list of scripts known to the debugger; r=rcampbell 2012-03-30 11:25:52 +03:00
Matthew Noorenberghe d5175a09f1 Bug 557890 - Update Google search suggestion URL. r=gavin,mfinkle 2012-03-29 14:51:49 -07:00
Gavin Sharp 14d06b5477 Bug 738804: back out keyword.URL prompting code while we investigate other larger changes, r=fryn
--HG--
extra : transplant_source : %F0G%AD%A1%89%C6%93%BB%CB/t%9E%DE%14%E9%7D2%91%EFF
2012-03-23 16:27:54 -07:00
Pallani Kumaran 3853831c88 Bug 738160 - Fix "beause" spelling in /browser/locales/en-US/chrome/browser/browser.dtd. r=gavin 2012-03-22 17:17:19 +08:00
Mounir Lamouri e2363342f0 Merging mozilla-inbound into mozilla-central. 2012-03-20 11:39:42 +01:00
Théo Chevalier 85f7ef50f6 Bug 728350 - Updated Telemetry help->about message to match notification message, r=gavin
--HG--
extra : transplant_source : uT%9D%1B%D9c%07%E2%E4k%9B%92%01%A1%E7%B9%15%F4%1B%A6
2012-03-19 18:01:12 -07:00
Mihai Sucan f3b305cc58 Bug 731721 - Source Editor stepping support; r=rcampbell,past 2012-03-14 18:23:39 +02:00
Panos Astithas 06604833fe Bug 711164 - Add support for stepping to the debugger; r=rcampbell 2012-03-18 08:50:43 +02:00
Marco Bonardo cb781bfe97 Merge inbound and central 2012-03-16 13:42:16 +01:00
Gavin Sharp d1b209dd2c merge fx-team into m-c 2012-03-15 21:39:33 -07:00
Frank Yan e13fa83e57 Bug 736279 - Followup to about:home Visual Refresh. r=mak 2012-03-15 15:58:09 -07:00
Frank Yan ad5dbd581e Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-14 16:10:12 -07:00
Théo Chevalier 57a3543d80 Bug 730955 - Make Telemetry opt-in notification consistent with other Telemetry messaging, r=gavin 2012-03-14 14:38:35 -07:00
Tim Taubert 910f5e845d merge m-c to fx-team 2012-03-13 11:28:24 +01:00
Tim Taubert be0be8ae6c Bug 729878 - Part 1 - New layout implementation; r=dietrich,dao ui-r=shorlander 2012-03-13 03:23:01 +01:00
Michael Ratcliffe db9875d847 Bug 703643 - Be able to copy from the rules view; r=prouget 2012-03-11 14:01:38 +00:00
Paul Rouget 5b2f89841b Bug 717923 - Use an icon for the inspect button; r=dao 2012-03-08 16:02:23 +01:00
Tim Taubert c409d78680 merge m-c to fx-team 2012-03-12 09:41:48 +01:00
Ed Morley f6653e490a Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak 2012-03-11 23:38:53 +00:00
Mihai Sucan 8ad767dea2 Bug 731394 - Source Editor in read only mode is not entirely read only; r=rcampbell f=rcampbell 2012-03-08 19:37:35 +02:00
Mark Capella ab747add0d Bug 730898 - Reuse editMenuKeys in scratchpad.xul, r=msucan 2012-03-11 11:47:01 +02:00
Tim Taubert 4374bf03b2 Backed out changeset b5a3e22944f9 (bug 711157)
--HG--
rename : browser/base/content/abouthome/snippet1.png => browser/base/content/aboutHome-snippet1.png
rename : browser/base/content/abouthome/snippet2.png => browser/base/content/aboutHome-snippet2.png
rename : browser/base/content/abouthome/aboutHome.css => browser/base/content/aboutHome.css
rename : browser/base/content/abouthome/aboutHome.js => browser/base/content/aboutHome.js
rename : browser/base/content/abouthome/aboutHome.xhtml => browser/base/content/aboutHome.xhtml
2012-03-08 08:35:15 +01:00
Matt Brubeck 18cb28b830 Merge from mozilla-central to mozilla-inbound 2012-03-12 17:38:23 -07:00
Fabrice Desré 7d52a85dde Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin] 2012-03-12 17:33:10 -07:00
Mihai Sucan 1b727b5c6a Bug 723069 - The debugger should allow breakpoints to be set in the embedded editor; r=past 2012-03-05 19:56:13 +02:00
Frank Yan 5a15a61530 Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-05 20:12:02 -08:00
Michael Ratcliffe f89244a66c Bug 728833 - String change in styleinspector.properties whitout changing name; r=past 2012-02-20 11:53:33 +00:00
Michael Ratcliffe 238a2b985a Bug 727867 - Rule view indicate when invalid values are entered; r=dcamp 2012-02-25 15:30:51 +00:00
Victor Porof 7f112feed5 Bug 731523 - Fix typos in GCLI (tilt related commands); r=jwalker,francesco.lodolo 2012-02-29 10:03:15 +02:00
Francesco Lodolo 04baa95806 Bug 738767 - Make the Addons label in View Quota localizable; r=mak a=mfinkle
--HG--
extra : rebase_source : 09ee14482503df241e5bbd26c1a0bb42eef4e523
2012-04-19 15:37:36 -04:00
Paolo Amadini 749f7c69ab Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-03-10 15:00:45 +01:00
Gavin Sharp c7ed634880 Bug 718088: offer to re-set keyword.URL if it has a non-default value, r=bz on the docshell parts, r=fryn on the rest, ui-r=limi
--HG--
extra : transplant_source : F%5E%C6ge%1B%5B%14%0C%20%C4%C7%82%DA%D9%96%C0%86%A5%C6
2012-02-22 16:35:56 -08:00
Sid Stamm 12edf9445d bug 633773 - Use Google's HTTPS search by default; r=gavin 2012-01-06 11:35:02 -08:00
Margaret Leibovic 775929dd02 Bug 661057 - Clarify text on button that restarts/updates. r=rs ui-r=limi 2011-06-01 16:29:12 -07:00
OHZEKI Tetsuharu da6300702b Bug 565717 - "Search for" context menu entry should be in textareas/inputs too. r=gavin.sharp 2011-04-24 12:15:53 -04:00
Matt Brubeck 4b1062f69d Merge from mozilla-central to mozilla-inbound 2012-02-28 10:08:33 -08:00
Mihai Sucan a414046b7f Bug 684445 - Orion source editor should have built-in context menu; r=rcampbell f=rcampbell 2012-02-27 20:08:45 +02:00
Nathan Froyd 1aca3e0a57 Bug 725407 - create opt-out Telemetry notification for Nightly and Aurora; r=gavin
--HG--
extra : rebase_source : c350a62b4e6db5ae942200822b6217a7d5c3d898
2012-02-23 06:37:04 -08:00
Alexandre Negrao 76ff990af2 Bug 722552 - Removed the required lines and the inspectPanelTitle.label now unused. r=rcampbell 2012-02-03 16:01:26 -02:00
Rob Campbell 6cc015b316 Bug 584407 - Create popup menu for inspector HTML panel. r=paul 2012-02-21 03:02:00 +01:00
Paul Rouget f4a1316cf4 Bug 719607 - The HTML Tree Panel should NOT use the registerTools mechanism. r=rcampbell 2012-01-27 17:13:53 +01:00
Jared Wein 027e96add3 merge m-c to fx-team 2012-02-24 14:47:45 -05:00
Matthew Noorenberghe 4d9db1ac67 Bug 722352 - Follow-up fix for searchplugins install target rs=gavin 2012-02-23 19:11:26 -08:00
Victor Porof a363e87655 Bug 725717 - GCLI needs a 'tilt' command; r=jwalker 2012-02-22 19:18:49 +02:00
Rob Campbell ab1e048072 merge fx-team to m-c 2012-02-22 12:47:22 -04:00
Richard Newman 64c9c39aca Merge m-c to s-c. 2012-02-17 19:04:00 -08:00
Pranav Ravichandran 9813284108 Bug 727709 - Papercut: add mention of "default" to server chooser in Firefox Sync setup. r=rnewman 2012-02-17 13:53:58 -08:00
Gavin Sharp 60893a95e7 Bug 724116 followup: get rid of the .inc file since it confuses l10n tools, f=axel 2012-02-15 11:21:58 -08:00
Mihai Sucan 8b47778c40 Bug 717219 - Source Editor should highlight the current line in HTML documents; r=rcampbell 2012-02-08 22:49:10 +02:00
Mihai Sucan 0fd25e6d95 Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past 2012-02-18 12:58:54 +02:00
Johan Charlez 14dffeb8ad Bug 650760 - Create Help menu for Scratchpad; r=rcampbell 2012-02-21 07:09:29 -04:00
Michael Ratcliffe 54757b5699 Bug 683499 - GCLI needs an 'edit' command (for CSS only to start with); r=jwalker 2012-02-02 19:26:30 +00:00
Mark Capella c15bf6c02a Bug 407221 - Improve l10n notes for tagResultLabel and bookmarkResultLabel. r=mak 2012-02-23 14:25:13 +01:00
Matthew Noorenberghe 3bf8091b5c Bug 724116 - Add additional URL types to implement channel parameter for Google search plugin. r=gavin
Based on Gavin's patch for bug 596439.

--HG--
rename : browser/components/search/test/testEngine.xml => browser/components/search/test/testEngine_mozsearch.xml
extra : rebase_source : c2d88610668c305a7a1710fb69a99a44d8f23bb7
2011-03-18 14:56:46 -07:00
Javi Rueda 391a3d76ce Bug 708595 - Clarify download history related preferences in the Privacy pane. r=jwein
--HG--
extra : rebase_source : 16f3e7973494a01bc0be1287ceaee636416258e2
2012-02-13 21:54:41 +01:00
Dão Gottwald 34c7c1e23a Bug 762395 - Rename "Responsive Mode" to "Responsive Design View". r=paul 2012-06-12 19:18:19 +02:00
Tim Taubert f118ef83b3 merge m-c to fx-team 2012-02-10 14:26:49 +01:00
Panos Astithas 7934cbf31d Bug 690771 - Implement the debugger pause request (at the main loop); r=dcamp 2012-02-10 09:46:10 +02:00
Panos Astithas 105b2271c1 Bug 683503 - GCLI needs commands to control the debugger; r=jwalker,dcamp 2012-02-10 09:46:04 +02:00
Brian R. Bondy b2538907d5 Bug 725155 - Move MozillaMaintenance service description string to Strings section of ini file. r=rstrong 2012-02-09 14:44:54 -05:00
Mark Capella cd4f054002 Bug 418290 - replace 'can not' with 'cannot'. r=dao 2012-02-08 14:16:51 +01:00
Matthew Noorenberghe f018d13961 Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
2011-11-07 21:20:42 -08:00
Matthew Noorenberghe 663eec91ca Bug 722352 - Modify Google search string 'client' attribute based on update channel r=gavin
--HG--
extra : rebase_source : c7fecfbb993eba73a849ddf84d20a50268cb4a6d
2012-02-03 18:31:25 -08:00
Tim Taubert 7d853383a2 merge m-c to fx-team 2012-02-07 20:11:47 +01:00
Panagiotis Astithas 854933e0fb Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend 2012-02-07 13:22:30 -04:00
Maxim Iorsh fd144f8520 Bug 460146 - CSS3 border-image images should appear in Page Info -> Media; r=db48x 2012-02-05 19:07:18 +00:00
Ian Moody b5be92d2d5 Bug 662324 - Add "Fill" and "Fit" position support for "Set As Desktop Background...". r=gavin 2012-02-01 11:37:55 +01:00
Matthew Noorenberghe e3244ecb61 Bug 721265 - Firefox migrator: form history support r=mak
--HG--
extra : rebase_source : 3f7ae6f3934b4edc9aabd6228c23acf487e8b293
2012-01-28 13:16:18 -08:00
Joe Walker 3490516164 Bug 693269 - Ensure jstermhelpers work in JS mode in GCLI; r=dcamp,msucan 2012-01-27 18:24:57 +00:00
Tim Taubert 398f6dd2f0 Bug 455553 - Part 2 - Assets / CSS / Images; r=dao 2012-01-25 23:42:15 +01:00
Tim Taubert 1a5826d37b Backed out changeset 3f30da5d0bc3 (bug 455553) 2012-01-26 18:27:54 +01:00
Tim Taubert a28b3c7805 Bug 455553 - Part 2 - Assets / CSS / Images; r=dao 2012-01-25 23:42:15 +01:00
Cedric Vivier fa75301a17 Bug 720431 - Can't close Style Editor with cmd+w. r=paul 2012-01-25 02:45:00 +01:00
Cedric Vivier 064a82217b Bug 715892 - In the Style Editor, remove the stylesheet filter. r=dcamp,paul
---
 browser/devtools/shared/SplitView.jsm              |  116 --------------------
 browser/devtools/styleeditor/styleeditor.xul       |   23 +---
 browser/devtools/styleeditor/test/Makefile.in      |    1 -
 .../test/browser_styleeditor_sv_filter.js          |  101 -----------------
 .../en-US/chrome/browser/devtools/styleeditor.dtd  |   11 --
 5 files changed, 6 insertions(+), 246 deletions(-)
 delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js

---
 browser/devtools/shared/SplitView.jsm              |  116 --------------------
 browser/devtools/styleeditor/styleeditor.xul       |   23 +---
 browser/devtools/styleeditor/test/Makefile.in      |    1 -
 .../test/browser_styleeditor_sv_filter.js          |  101 -----------------
 .../en-US/chrome/browser/devtools/styleeditor.dtd  |   11 --
 5 files changed, 6 insertions(+), 246 deletions(-)
 delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js
2012-01-25 04:02:00 +01:00
Mihai Sucan 1f22704ce5 Bug 714942 - Implement minimal UI for Jump to line in the Source Editor. r=rcampbell 2012-01-16 13:59:39 +02:00
Mihai Sucan f2c52c371a Bug 650345 - Implement minimal UI for Find in the Source Editor. r=rcampbell 2012-01-16 18:51:44 +02:00
Victor Porof cd8b6bd718 Bug 711966 - Change Tilt accesskey to "3" on Windows and "D" on OS X and Linux. r=dao,rcampbell 2011-12-24 14:22:22 +02:00
Paul Rouget cd7e10daa5 Bug 715887 - Rename Properties to Computed in the Style sidebar; r=rcampbell 2012-01-09 17:45:53 +01:00
Tim Taubert e594afa94b merge m-c to fx-team 2012-01-12 21:26:09 +01:00
Joe Walker 6cc518c27c Bug 706230 - GCLI should have a jump-to-scratchpad feature; r=dcamp,dao 2012-01-12 10:12:18 +00:00
Joe Walker 1557211bf7 Bug 717598 - Backout changeset 05f3cb:13e49 missing reviewer from comment, a=robcee 2012-01-12 15:09:07 +00:00
Joe Walker e7772592ef Bug 706230 - GCLI should have a jump-to-scratchpad feature 2012-01-12 10:12:18 +00:00
Berker Peksag 797c2a1ad9 Bug 683510 - GCLI needs a 'console' command; r=msucan 2012-01-09 15:38:48 +00:00
Joe Walker d54917073b Bug 710152 - GCLI javascript completion should stop providing completions with complex JS input; r=dcamp 2012-01-09 15:38:48 +00:00
Matthew Noorenberghe 638846efd5 Bug 273874 - Firefox migrator for new profiles r=mak
--HG--
rename : browser/components/migration/src/ChromeProfileMigrator.js => browser/components/migration/src/FirefoxProfileMigrator.js
extra : rebase_source : d5dfea053ede5abb3a535296085bdfe93ece8511
2011-11-29 02:30:40 -08:00
Jon Rietveld 432c74dd9b Bug 733473 - Implement initial prerequisites for in-content preferences, and landing page. r=bmcbride 2012-05-08 19:10:25 -07:00
Chris Pearce 9e303fb896 Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao 2012-05-09 09:47:19 +12:00
Chris Pearce 94b5272d8e Bug 716107 part 5 - Add fullscreen permissions to about:permissions. r=margaret 2012-05-09 09:47:19 +12:00
Chris Pearce 7433ea1120 Bug 716107 part 1 - Add 'fullscreen' permissions to Page Info. r=dao 2012-05-09 09:47:18 +12:00
Jared Wein 20226f3029 Bug 646473 - Remove ambiguity in the About dialog for 'End-User Rights'. r=ttaubert 2011-12-22 12:20:43 -08:00
Tim Taubert 82231be752 merge m-c to fx-team 2011-12-21 10:38:31 +01:00
Jignesh Kakadiya 8c4d64f3d1 Bug 583816 - Tab should not move to the page when there's nothing to complete in the Web Console. r=msucan,rcampbell 2011-12-20 19:49:39 +02:00
Ed Morley 70b8fc962c Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-20 11:15:11 +00:00
Gregory Szorc 9a4e876326 merge m-c to s-c 2011-12-19 12:26:39 -08:00
Richard Newman 86df361578 Merge m-c to s-c. 2011-12-16 09:16:17 -08:00
Gregory Szorc 9199a2700a Bug 534957 - Part 2 - Add-on sync UX; r=mconnor 2011-12-14 17:13:36 -08:00
Richard Newman a6b097cd22 Merge m-c to s-c. 2011-12-14 11:28:32 -08:00
Rob Campbell 0b84a96de6 merge fx-team to m-c; a=me 2011-12-14 10:28:49 -04:00
Richard Newman 4de4eb1b5e Merge m-c to s-c. 2011-12-13 10:58:43 -08:00
Théo Chevalier 5ee72b9fe5 Bug 701182: add additional descriptive text in the About dialog for Nightly/Aurora builds, including a mention of Telemetry being enabled by default, r=gavin 2011-12-19 16:43:12 -08:00
Richard Newman 4b3ecc07a6 Merge m-c to s-c. 2011-12-09 00:14:26 -08:00
Joe Walker 71fa9aaa95 Bug 704838 - help_intro.html and help_man.html contain English text; r=dcamp 2011-12-08 12:43:42 +00:00
Joe Walker 86e88b27f2 Bug 704789 - GCLI properties files should not use \ for continutation lines; r=dcamp 2011-12-08 12:41:45 +00:00
Joe Walker 42a52c7c19 Bug 705464 - typo in gcli.properties; r=dcamp 2011-12-08 12:40:31 +00:00
Joe Walker 9febd83947 Bug 701712 - GCLI help should be more, um helpful; r=dcamp,dao 2011-12-08 12:08:35 +00:00
Steffen Wilberg cd410648ec Bug 701987: Remove checkbox for add-on auto-checking for updates (extensions.update.enabled) from the options window, and make enabling extensions.update.autoUpdateDefault in the add-ons manager also enable extensions.update.enabled. ui-review=boriss, r=mossop, a=xul/js-only 2011-12-12 21:56:26 +01:00
Michal Novotny 9776ec5e71 Bug 538588 - Split offline storage into http and offline cache in advanced network preferences dialog 2011-12-16 23:36:09 +01:00
Rob Campbell 9cf3cc807d merge fx-team to m-c
--HG--
rename : browser/devtools/styleinspector/test/browser/browser_bug683672.js => browser/devtools/styleinspector/test/browser_bug683672.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector.js => browser/devtools/styleinspector/test/browser_styleinspector.js
2011-12-16 14:42:54 -04:00
Richard Newman 6ec3002445 Merge m-c to s-c. 2011-12-03 00:40:12 -08:00
Richard Newman 58fde1dc5a Merge m-c to s-c. 2011-11-30 00:57:22 -08:00
Tim Taubert 771962c73a merge m-c to fx-team 2011-12-02 14:38:36 +01:00
Raymond Lee fc9ec86fa5 Bug 604913 - Tooltip for icon should be provided in Panorama r=tim ui-review=limi 2011-12-01 13:53:44 +08:00
Tim Taubert ab9ba2ebdd merging m-c to fx-team 2011-11-30 06:45:50 +01:00
Richard Newman 9158f387e6 Merge m-c to s-c. 2011-11-29 11:56:13 -08:00
Makoto Kato 7b69ef2949 Bug 505192 - Importing bookmarks from Google Chrome. r=mak77 2011-11-29 18:06:14 +09:00
Nigel Babu 298535ff72 Bug 609730 - Sync set up dialog has a run-on sentence: "Welcome, if you've never used Firefox Sync before, you will need to create a new account.", r=philikon 2011-11-28 19:31:51 -08:00
Matthew Noorenberghe e6ae30640c Bug 706020 - Remove outdated Seamonkey Profile Migrator (Part 2) r=gavin
--HG--
extra : rebase_source : cd9d736b304a866b29fc709dda369841bf6a3435
2011-11-21 14:45:55 -08:00
Heather Arthur eb35df5d5b Bug 653427 - Prompt to save file before closing Scratchpad window, r=msucan 2011-11-23 18:49:03 -08:00
Jared Wein 54a28ac854 Bug 470628 - Part 1: CSS, JS, XBL, and locale changes (with fall-back support). r=dolske ui-r=shorlander f=fryn 2011-11-23 14:42:18 -05:00
Paul O’Shannessy ce2f215b38 Bug 615474 - Geolocation prompt alternate choices should be more descriptive [r=gavin] 2011-11-28 13:02:47 -08:00
Paul O’Shannessy 296bedeaea Bug 615472 - Geolocation prompt should ask the user a question [r=gavin] 2011-11-28 13:02:45 -08:00
Joe Walker b343a68972 Bug 699001 - fieldSelectionSelect in gcli.properties should use … instead of '...'; r=dcamp 2011-11-21 15:56:08 -04:00
Mihai Sucan c3890ac366 Bug 701790 - Remove unused group.* strings in the Style Inspector; r=rcampbell 2011-11-11 21:09:26 +02:00
Victor Porof 3cca7b2af8 Bug 689920 - Integrate Tilt with existing Firefox developer tools; r=cedric,msucan,rcampbell 2011-11-10 12:09:18 +02:00
Makoto Kato 07cbd39062 Bug 539133 - Remove broken Opera 6 migrator. r=gavin 2011-12-16 10:59:51 +09:00
Joe Walker 3df487be65 Bug 689685 - All devtools strings files should contain an 'optional English' note; r=msucan,past,rcampbell 2011-11-21 15:43:29 -04:00
Sonny Piers 417c39d975 Bug 703123 - web console 'Web Developer' filter button should be renamed; r=msucan,dao 2011-11-21 11:37:18 +01:00
Mihai Sucan 8f857ea4ea Bug 583041 - Style Editor integration; part 4 - orion fixes; r=rcampbell 2011-11-11 19:36:26 +02:00
Cedric Vivier 9dc850dedc Bug 583041 - Style Editor integration; part 3; r=rcampbell,dao,l10n 2011-10-26 17:02:08 +08:00
Mihai Sucan 95295f5468 Bug 700331 - Remove inspectstyle() from the Web Console; r=rcampbell,l10n 2011-11-16 18:37:15 +02:00
Taras Glek b0845302f7 Bug 699942: Telemetry Yes->Yes, I want to help r=geekboy 2011-11-04 15:19:45 -07:00
Taras Glek f9404d6e8b Bug 699942: backout incomplete string patch r=gavin 2011-11-07 15:06:42 -08:00
Taras Glek 6b269a8042 Bug 699942: backout incomplete string patch r=gavin 2011-11-07 15:06:35 -08:00
Ed Morley 3ea000b341 Merge mozilla-central to mozilla-inbound 2011-11-07 22:59:01 +00:00
Taras Glek da596112ca Bug 699942: Telemetry Yes->Yes, I want to help r=geekboy 2011-11-07 14:54:16 -08:00
Brian R. Bondy 2edb9f1d74 Bug 481815 - Strings for localization relating to maintenance service. r=rs 2011-11-07 16:29:39 -05:00
Rob Campbell ed4d9d5d94 Bug 583041 - Style Editor integration; backout; a=orange 2011-11-07 15:02:55 -04:00
Dave Camp 65894629d3 Bug 700194 - Speed up style inspector creation and refresh. r=msucan 2011-11-07 10:35:40 -08:00
Cedric Vivier 92f0b2bf9c Bug 583041 - Style Editor integration, part 1/2; r=rcampbell,dao,l10n 2011-10-26 17:02:08 +08:00
Michael Ratcliffe 2f9465608e Bug 689759 - Style Inspector needs a no-results placeholder. r=msucan 2011-11-06 12:36:38 +02:00
Rob Campbell fa3178dfef Backout part 2 - Bug 689759 rev b73aa0bd2b4e, Bug 698762 rev 2967e93cdb44, a=bustage 2011-11-05 19:19:02 -03:00
Rob Campbell bb1c8f6561 Backout part 1 - Bug 698762 rev 1b6acffa7a94, Bug 698762 rev f0e736dbc7bc, a=bustage 2011-11-05 19:18:58 -03:00
Rob Campbell d786f3938f Bug 698762 - Remove unmatched rules from style inspector; fix merge bustage; a=bustage 2011-11-05 17:15:58 -03:00
Rob Campbell edb524a3cb Bug 698762 - Remove unmatched rules from style inspector; backout; a=dcamp 2011-11-05 17:01:10 -03:00
Michael Ratcliffe d5f60609fb Bug 689759 - Style Inspector needs a no-results placeholder; r=msucan 2011-11-05 12:52:55 +01:00
Michael Ratcliffe 8fb9d84f06 Bug 698762 - Remove unmatched rules from style inspector; r=msucan 2011-11-05 12:38:17 +01:00
Dave Camp c4e2d0b48a Bug 696180 - Add support for inherited properties to the rule view. r=robcee 2011-11-05 08:45:22 -07:00
Michael Ratcliffe a4eba2c4e2 Bug 672748 - Style inspector UI refresh; r=dcamp,msucan,rcampbell,dao 2011-11-04 18:12:58 +01:00
Rob Campbell 7c8aa5c30d Bug 699475 - Integrate RuleView into Highlighter Sidebar; r=dcamp 2011-11-03 18:40:36 -03:00
Panos Astithas 5fe53f36e1 Bug 658368 - Expand console object with time and timeEnd methods that add a simple timer implementation; r=msucan,sdwilsh sr=gavin 2011-06-01 09:33:22 +03:00
Rob Campbell 0ec46b8057 Bug 699475 - Backed out changeset b878369ab3c8, testfailures and a
bug. a=orange
2011-11-03 19:55:02 -03:00
Rob Campbell 9173e82b00 Bug 699475 - Integrate RuleView into Highlighter Sidebar; r=dcamp 2011-11-03 18:40:36 -03:00
Joe Walker 3e723ff952 Bug 694932 - GCLI should make the same JS security checks as JSTerm; r=dcamp 2011-11-03 12:35:05 -03:00
Rob Campbell f0b75982e1 Bug 695440 - Create sidebar for Highlighter tools; f=zpao; r=dcamp,dao 2011-11-03 10:37:14 -03:00
Philipp von Weitershausen 9f7153dc73 Merge services-central with mozilla-central 2011-11-02 15:00:49 -07:00
Philipp von Weitershausen 4ecd97e2f9 Merge m-c to s-c 2011-10-31 01:54:35 -07:00
Chenxia Liu 4a1856da29 Bug 697217: follow-up to 675821, create new localization strings for sync links on about:home 2011-10-28 17:55:49 -04:00
Chenxia Liu 0125b29b56 Bug 675821 - Part 1: add Sync Setup and Pair links to aboutHome. r=gavin.sharp 2011-10-26 21:26:51 -04:00
Paul Rouget 4cb08a0628 Bug 683873 - [highlighter] move the close button to the toolbar; r=dao 2011-10-21 17:51:52 +02:00
Allison Naaktgeboren bcaf18313e Bug 675822 - Part 1: Sync desktop status page with upload progress bar. r=philikon 2011-10-19 14:29:24 -07:00
Jeff Muizelaar 76794004b2 Bug 696163. Remove default livemark. r=mak77, ui-r=limi
The livemark service does sqlite io on the main thread.  The default livemark
has become pretty hard to discover now that we have hidden the bookmarks
toolbar, so there probably won't be a lot of new users using it.  I suggest we
get rid of it so that we're not paying these IO costs for a feature that new
users are unlikely to use.

--HG--
extra : rebase_source : 1ec9c111077e3dbda1316116928582c20a0148f7
2011-10-21 11:28:17 -04:00
Chris Pearce b5d057221f Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao 2011-10-28 21:28:05 +13:00
Joe Walker 6fc294c0de Bug 687851 - Create a locales directory in the devtools module, move all devtools l10n strings to it; r=rcampbell,mfinkle,l10n
--HG--
rename : browser/locales/en-US/chrome/browser/inspector.properties => browser/locales/en-US/chrome/browser/devtools/inspector.properties
rename : browser/locales/en-US/chrome/browser/scratchpad.dtd => browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/scratchpad.properties => browser/locales/en-US/chrome/browser/devtools/scratchpad.properties
rename : browser/locales/en-US/chrome/browser/styleinspector.dtd => browser/locales/en-US/chrome/browser/devtools/styleinspector.dtd
rename : browser/locales/en-US/chrome/browser/styleinspector.properties => browser/locales/en-US/chrome/browser/devtools/styleinspector.properties
rename : toolkit/locales/en-US/chrome/global/webConsole.dtd => browser/locales/en-US/chrome/browser/devtools/webConsole.dtd
rename : toolkit/locales/en-US/chrome/global/headsUpDisplay.properties => browser/locales/en-US/chrome/browser/devtools/webconsole.properties
2011-10-27 12:35:13 -03:00
Paul Rouget facbb4e44c Bug 672006 - [highlighter] Selecting a Node should update the Highlighter's main toolbar with a breadcrumb display; r=rcampbell,ehsan,dao 2011-10-21 13:59:09 +02:00
Cedric Vivier ac8b9f5bbf Bug 679753 - Remove Scratchpad's status bar, the Environment menu and the Tools menu; r=rcampbell 2011-10-26 19:35:32 +08:00
Tim Taubert d210082852 merge the last green changeset on m-c to fx-team 2011-10-27 15:48:08 +02:00
Joe Walker 4ad4197952 Bug 683506 - GCLI needs an 'inspect' command; r=msucan,l10n 2011-10-26 11:03:12 -03:00
Neil Rashbrook ddbfcc7458 Bug 695325 netError.dtd should use &brandShortName; (followup to bug 451250) r=gavin 2011-10-19 08:38:21 +01:00
Michael Ratcliffe 962e2bb0fe Bug 685902 - Improve csshtmltree speeds by adding a has[Un]matchedSelectors() method. r=msucan 2011-10-13 11:28:52 +02:00
Frank Yan 915ca02612 Bug 690648 - Clarify popup-only move/resize window preference label. 2011-10-14 14:43:25 -07:00
Rob Campbell c08aeb02d9 backout ba23b2987f38, Bug 679753 - Scratchpad could probably do without the status bar; a=l10n 2011-10-14 09:29:45 -03:00