Commit Graph

2361 Commits

Author SHA1 Message Date
David Anderson
10352157a6 Merge from mozilla-central. 2012-07-23 12:37:49 -07:00
Miles Sandlar
433f1191b1 Bug 772228 - Fix: Searchbox is no longer cutoff when resizing the window to be too small in Panorama; r=ttaubert 2012-07-23 12:13:04 -04:00
David Anderson
7b87cb9a76 Merge from mozilla-central. 2012-07-20 12:02:04 -07:00
Victor Porof
9771efb4d0 Bug 766054 - [debugger] experiment with collapsed panels, r=rcampbell 2012-07-20 11:56:46 +03:00
Victor Porof
93674b3fe1 Bug 774788 - free text search across all scripts, r=rcampbell 2012-08-18 12:29:47 +03:00
Michael Ratcliffe
8f31a4fa6e Bug 776875 - GCLI: Move existing GCLI commands into JSMs; r=jwalker
--HG--
rename : browser/devtools/commandline/GcliCookieCommands.jsm => browser/devtools/commandline/CmdCookie.jsm
rename : browser/devtools/commandline/GcliCommands.jsm => browser/devtools/commandline/Commands.jsm
rename : browser/devtools/commandline/gcli.css => browser/devtools/commandline/commandline.css
rename : browser/devtools/commandline/gclioutput.xhtml => browser/devtools/commandline/commandlineoutput.xhtml
rename : browser/devtools/commandline/gclitooltip.xhtml => browser/devtools/commandline/commandlinetooltip.xhtml
rename : browser/devtools/commandline/test/browser_gcli_addon.js => browser/devtools/commandline/test/browser_cmd_addon.js
rename : browser/devtools/commandline/test/browser_gcli_calllog.js => browser/devtools/commandline/test/browser_cmd_calllog.js
rename : browser/devtools/commandline/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_cmd_commands.js
rename : browser/devtools/commandline/test/browser_gcli_cookie.js => browser/devtools/commandline/test/browser_cmd_cookie.js
rename : browser/devtools/commandline/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_cmd_integrate.js
rename : browser/devtools/commandline/test/browser_gcli_jsb.js => browser/devtools/commandline/test/browser_cmd_jsb.js
rename : browser/devtools/commandline/test/resources_jsb_script.js => browser/devtools/commandline/test/browser_cmd_jsb_script.jsi
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_cmd_pagemod_export.html
rename : browser/devtools/commandline/test/browser_gcli_pagemod_export.js => browser/devtools/commandline/test/browser_cmd_pagemod_export.js
rename : browser/devtools/commandline/test/browser_gcli_pref.js => browser/devtools/commandline/test/browser_cmd_pref.js
rename : browser/devtools/commandline/test/browser_gcli_restart.js => browser/devtools/commandline/test/browser_cmd_restart.js
rename : browser/devtools/commandline/test/browser_gcli_settings.js => browser/devtools/commandline/test/browser_cmd_settings.js
rename : browser/devtools/commandline/test/resources_dbg.html => browser/devtools/commandline/test/browser_dbg_cmd.html
rename : browser/devtools/commandline/test/browser_gcli_dbg.js => browser/devtools/commandline/test/browser_dbg_cmd.js
rename : browser/devtools/commandline/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_dbg_cmd_break.html
rename : browser/devtools/commandline/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_dbg_cmd_break.js
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.html
rename : browser/devtools/commandline/test/browser_gcli_inspect.js => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.js
rename : browser/devtools/commandline/test/browser_gcli_responsivemode.js => browser/devtools/responsivedesign/test/browser_responsive_cmd.js
rename : browser/devtools/commandline/test/resources.html => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.html
rename : browser/devtools/commandline/test/browser_gcli_edit.js => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.js
rename : browser/devtools/commandline/test/resources_inpage.js => browser/devtools/styleeditor/test/resources_inpage.jsi
rename : browser/devtools/commandline/test/resources_inpage1.css => browser/devtools/styleeditor/test/resources_inpage1.css
rename : browser/devtools/commandline/test/resources_inpage2.css => browser/devtools/styleeditor/test/resources_inpage2.css
rename : browser/devtools/commandline/GcliTiltCommands.jsm => browser/devtools/tilt/CmdTilt.jsm
rename : browser/themes/gnomestripe/devtools/gcli.css => browser/themes/gnomestripe/devtools/commandline.css
rename : browser/themes/pinstripe/devtools/gcli.css => browser/themes/pinstripe/devtools/commandline.css
rename : browser/themes/winstripe/devtools/gcli.css => browser/themes/winstripe/devtools/commandline.css
2012-08-14 15:51:48 +01:00
Rob Campbell
a81466f6ae Backout bug 776875, bug 773347, bug 775031, bug 773565 due to test failures. a=orange
--HG--
rename : browser/devtools/commandline/Commands.jsm => browser/devtools/commandline/GcliCommands.jsm
rename : browser/devtools/commandline/CmdCookie.jsm => browser/devtools/commandline/GcliCookieCommands.jsm
rename : browser/devtools/tilt/CmdTilt.jsm => browser/devtools/commandline/GcliTiltCommands.jsm
rename : browser/devtools/commandline/commandline.css => browser/devtools/commandline/gcli.css
rename : browser/devtools/commandline/commandlineoutput.xhtml => browser/devtools/commandline/gclioutput.xhtml
rename : browser/devtools/commandline/commandlinetooltip.xhtml => browser/devtools/commandline/gclitooltip.xhtml
rename : browser/devtools/commandline/test/browser_cmd_addon.js => browser/devtools/commandline/test/browser_gcli_addon.js
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.html => browser/devtools/commandline/test/browser_gcli_break.html
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.js => browser/devtools/commandline/test/browser_gcli_break.js
rename : browser/devtools/commandline/test/browser_cmd_calllog.js => browser/devtools/commandline/test/browser_gcli_calllog.js
rename : browser/devtools/commandline/test/browser_cmd_commands.js => browser/devtools/commandline/test/browser_gcli_commands.js
rename : browser/devtools/commandline/test/browser_cmd_cookie.js => browser/devtools/commandline/test/browser_gcli_cookie.js
rename : browser/devtools/commandline/test/browser_dbg_cmd.js => browser/devtools/commandline/test/browser_gcli_dbg.js
rename : browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.js => browser/devtools/commandline/test/browser_gcli_edit.js
rename : browser/devtools/commandline/test/browser_cmd_pagemod_export.html => browser/devtools/commandline/test/browser_gcli_inspect.html
rename : browser/devtools/highlighter/test/browser_inspector_cmd_inspect.js => browser/devtools/commandline/test/browser_gcli_inspect.js
rename : browser/devtools/commandline/test/browser_cmd_integrate.js => browser/devtools/commandline/test/browser_gcli_integrate.js
rename : browser/devtools/commandline/test/browser_cmd_jsb.js => browser/devtools/commandline/test/browser_gcli_jsb.js
rename : browser/devtools/commandline/test/browser_cmd_pagemod_export.js => browser/devtools/commandline/test/browser_gcli_pagemod_export.js
rename : browser/devtools/commandline/test/browser_cmd_pref.js => browser/devtools/commandline/test/browser_gcli_pref.js
rename : browser/devtools/responsivedesign/test/browser_responsive_cmd.js => browser/devtools/commandline/test/browser_gcli_responsivemode.js
rename : browser/devtools/commandline/test/browser_cmd_restart.js => browser/devtools/commandline/test/browser_gcli_restart.js
rename : browser/devtools/commandline/test/browser_cmd_settings.js => browser/devtools/commandline/test/browser_gcli_settings.js
rename : browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.html => browser/devtools/commandline/test/resources.html
rename : browser/devtools/commandline/test/browser_dbg_cmd.html => browser/devtools/commandline/test/resources_dbg.html
rename : browser/devtools/styleeditor/test/resources_inpage.jsi => browser/devtools/commandline/test/resources_inpage.js
rename : browser/devtools/styleeditor/test/resources_inpage1.css => browser/devtools/commandline/test/resources_inpage1.css
rename : browser/devtools/styleeditor/test/resources_inpage2.css => browser/devtools/commandline/test/resources_inpage2.css
rename : browser/devtools/commandline/test/browser_cmd_jsb_script.jsi => browser/devtools/commandline/test/resources_jsb_script.js
rename : browser/themes/gnomestripe/devtools/commandline.css => browser/themes/gnomestripe/devtools/gcli.css
rename : browser/themes/pinstripe/devtools/commandline.css => browser/themes/pinstripe/devtools/gcli.css
rename : browser/themes/winstripe/devtools/commandline.css => browser/themes/winstripe/devtools/gcli.css
2012-08-24 09:27:30 -04:00
Michael Ratcliffe
32a5d2be7f Bug 776875 - GCLI: Move existing GCLI commands into JSMs; r=jwalker
--HG--
rename : browser/devtools/commandline/GcliCookieCommands.jsm => browser/devtools/commandline/CmdCookie.jsm
rename : browser/devtools/commandline/GcliCommands.jsm => browser/devtools/commandline/Commands.jsm
rename : browser/devtools/commandline/gcli.css => browser/devtools/commandline/commandline.css
rename : browser/devtools/commandline/gclioutput.xhtml => browser/devtools/commandline/commandlineoutput.xhtml
rename : browser/devtools/commandline/gclitooltip.xhtml => browser/devtools/commandline/commandlinetooltip.xhtml
rename : browser/devtools/commandline/test/browser_gcli_addon.js => browser/devtools/commandline/test/browser_cmd_addon.js
rename : browser/devtools/commandline/test/browser_gcli_calllog.js => browser/devtools/commandline/test/browser_cmd_calllog.js
rename : browser/devtools/commandline/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_cmd_commands.js
rename : browser/devtools/commandline/test/browser_gcli_cookie.js => browser/devtools/commandline/test/browser_cmd_cookie.js
rename : browser/devtools/commandline/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_cmd_integrate.js
rename : browser/devtools/commandline/test/browser_gcli_jsb.js => browser/devtools/commandline/test/browser_cmd_jsb.js
rename : browser/devtools/commandline/test/resources_jsb_script.js => browser/devtools/commandline/test/browser_cmd_jsb_script.jsi
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_cmd_pagemod_export.html
rename : browser/devtools/commandline/test/browser_gcli_pagemod_export.js => browser/devtools/commandline/test/browser_cmd_pagemod_export.js
rename : browser/devtools/commandline/test/browser_gcli_pref.js => browser/devtools/commandline/test/browser_cmd_pref.js
rename : browser/devtools/commandline/test/browser_gcli_restart.js => browser/devtools/commandline/test/browser_cmd_restart.js
rename : browser/devtools/commandline/test/browser_gcli_settings.js => browser/devtools/commandline/test/browser_cmd_settings.js
rename : browser/devtools/commandline/test/resources_dbg.html => browser/devtools/commandline/test/browser_dbg_cmd.html
rename : browser/devtools/commandline/test/browser_gcli_dbg.js => browser/devtools/commandline/test/browser_dbg_cmd.js
rename : browser/devtools/commandline/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_dbg_cmd_break.html
rename : browser/devtools/commandline/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_dbg_cmd_break.js
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.html
rename : browser/devtools/commandline/test/browser_gcli_inspect.js => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.js
rename : browser/devtools/commandline/test/browser_gcli_responsivemode.js => browser/devtools/responsivedesign/test/browser_responsive_cmd.js
rename : browser/devtools/commandline/test/resources.html => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.html
rename : browser/devtools/commandline/test/browser_gcli_edit.js => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.js
rename : browser/devtools/commandline/test/resources_inpage.js => browser/devtools/styleeditor/test/resources_inpage.jsi
rename : browser/devtools/commandline/test/resources_inpage1.css => browser/devtools/styleeditor/test/resources_inpage1.css
rename : browser/devtools/commandline/test/resources_inpage2.css => browser/devtools/styleeditor/test/resources_inpage2.css
rename : browser/devtools/commandline/GcliTiltCommands.jsm => browser/devtools/tilt/CmdTilt.jsm
rename : browser/themes/gnomestripe/devtools/gcli.css => browser/themes/gnomestripe/devtools/commandline.css
rename : browser/themes/pinstripe/devtools/gcli.css => browser/themes/pinstripe/devtools/commandline.css
rename : browser/themes/winstripe/devtools/gcli.css => browser/themes/winstripe/devtools/commandline.css
2012-08-14 15:51:48 +01:00
David Anderson
180cbd4d9d Merge from mozilla-central. 2012-07-19 14:34:36 -07:00
Tim Taubert
84ac6d69de merge m-c to fx-team 2012-07-19 16:38:20 +02:00
David Anderson
921bd834c9 Merge from mozilla-central.
--HG--
rename : js/xpconnect/wrappers/CrossOriginWrapper.cpp => js/xpconnect/wrappers/WaiveXrayWrapper.cpp
rename : js/xpconnect/wrappers/CrossOriginWrapper.h => js/xpconnect/wrappers/WaiveXrayWrapper.h
2012-07-18 19:02:32 -07:00
Ekanan Ketunuti
be8793f182 Bug 775225 - Unprefix -moz-calc in browser. r=dao 2012-07-19 07:44:39 +07:00
Panos Astithas
50eb7836af Backout 486fd8f6d29d (bug 765564) for Linux bustage 2012-07-18 19:45:58 +03:00
Ed Morley
ab4a6323cd Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-18 13:32:24 +01:00
Tim Taubert
57ed5c185c merge m-c to fx-team 2012-07-18 12:35:04 +02:00
Paul Rouget
54c7306364 Bug 765564 - [devtb] Add a DevTools menu to the developer toolbar. r=dao 2012-07-13 11:32:09 +02:00
David Anderson
b93d6b9c04 Merge from mozilla-central. 2012-07-12 13:23:26 -07:00
Ed Morley
6c324a1a79 Merge mozilla-central to mozilla-inbound 2012-07-11 10:52:45 +01:00
Tim Taubert
f0fe1419bd merge m-c to fx-team 2012-07-11 08:44:05 +02:00
David Anderson
56d1e29054 Merge from mozilla-central.
--HG--
rename : editor/libeditor/base/DeleteElementTxn.cpp => editor/libeditor/base/DeleteNodeTxn.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicBuffers.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicBuffers.h
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicCanvasLayer.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicColorLayer.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicContainerLayer.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicContainerLayer.h
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicImageLayer.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicLayerManager.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicLayersImpl.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicLayersImpl.h
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicThebesLayer.cpp
rename : gfx/layers/basic/BasicLayers.cpp => gfx/layers/basic/BasicThebesLayer.h
rename : js/src/jsobj.cpp => js/src/builtin/Eval.cpp
2012-07-10 19:45:14 -07:00
Ekanan Ketunuti
1c628eee61 Bug 772460 - Replace '-moz-transition' with 'transition' in browser/. r=dao 2012-07-11 09:13:55 +07:00
Paul Rouget
e47018bb88 Bug 765564 - [devtb] Add a DevTools menu to the developer toolbar. r=dao 2012-07-13 11:32:09 +02:00
Victor Porof
8abfd860f7 Bug 771481 - 'No scripts.' should be displayed in the dropdown when there are no scripts matching the search string; r=past 2012-07-18 16:13:15 +03:00
Michael Ratcliffe
4d84f2da38 Bug 771555 - GCLI needs a addon, resize, restart, cookie and pagemanip commands; r=dcamp,jwalker 2012-07-10 17:53:04 +01:00
Tanvi Vyas
0232094e98 Bug 737873 - Implement mixed content highlighting in the web console; r=msucan,gavin.sharp 2012-07-10 20:37:26 +03:00
Ed Morley
3f6b1ee4c7 Merge mozilla-central to mozilla-inbound 2012-07-10 15:38:38 +01:00
Dão Gottwald
7483effcef Bug 772259 - Download history button shouldn't inherit the panel's background. r=paolo 2012-07-10 16:09:48 +02:00
Dão Gottwald
bc392bc7f4 Bug 774298 - Remove obsolete "Inspector / Highlighter" styling. r=rcampbell 2012-07-18 19:52:14 +02:00
Ekanan Ketunuti
830e2709e7 Bug 774620 - Unprefix -moz-animation properties and @-moz-keyframes rules in browser/. r=dao 2012-07-17 20:02:26 +07:00
Panos Astithas
e622a59774 Bug 771464 - Duplicate CSS rules for the step-over button. r=paul 2012-07-06 14:39:12 +03:00
Jared Wein
f9f813d324 Bug 773743 - Add the portrait and user display name to the share button popup. r=gavin 2012-07-17 13:47:04 -04:00
Paolo Amadini
0f165af608 Bug 759397 - The width of the Downloads Panel should be larger and locale-dependent. r=gavin
--HG--
extra : rebase_source : 34b94665970774b2dd245bb6ebe15908e7e3dfaf
2012-07-17 18:48:06 +02:00
Mike Hommey
6173fa297f Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Mike Hommey
4e998b1d36 Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE 2012-08-04 10:38:41 +02:00
Mike Hommey
17fb6cad2d Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 08:48:56 +02:00
Jared Wein
f272cbff29 Bug 774174 - Linux styling for Social toolbar UI. r=gavin 2012-08-03 18:45:37 -07:00
Mark Hammond
7a3a685290 Bug 780987 - implement social.user-recommend-* messages. r=mixedpuppy 2012-08-27 21:16:38 +10:00
Mark Hammond
09f9483ab0 Backout f79e4c7902a1 (Bug 780987) due to talos being angry and red-faced 2012-08-27 16:17:22 +10:00
Mark Hammond
949e962f6c Bug 780987 - implement social.user-recommend-* messages. r=mixedpuppy 2012-08-27 14:48:17 +10:00
Ryan VanderMeulen
72f08e3e31 Merge m-c to inbound. 2012-08-26 22:29:40 -04:00
Jared Wein
3bfa1737d4 Bug 785593 - Make the chatboxes larger and with a small gap between each one. r=mixedpuppy 2012-08-27 11:23:15 +10:00
Jared Wein
4cdad1f2f1 Bug 784272 - Docked chat boxes should not overlap top-level vertical scrollbars. r=mixedpuppy 2012-08-27 11:23:12 +10:00
Ryan VanderMeulen
fdc7b104bd Merge m-c to inbound. 2012-08-25 22:29:00 -04:00
Tim Taubert
58c2872b98 merge m-c to fx-team 2012-07-29 14:35:34 +02:00
Mihai Sucan
ef806b291b Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
Jared Wein
3811dfd634 Bug 776135 - Social toolbar styling on Windows. r=gavin 2012-07-26 21:48:00 -07:00
Gavin Sharp
d638c3e989 Bug 776726 followup: use background, not background-color, to override default styling, r=oops
--HG--
extra : transplant_source : e%C38%C2Gx%D5/%89%C2%B6%F5%11jU.%5B%93%26%CE
2012-07-26 15:15:09 -07:00
Shane Caraveo
4472d074c1 Bug 777175: fix sidebar splitter styling, r=dao
--HG--
extra : rebase_source : 67e661eb551c9da94fb023c8bfd08b1b4ad7eebd
2012-07-31 17:37:58 -07:00
David Anderson
5708a1e047 Merge from mozilla-central.
--HG--
extra : rebase_source : 521cbf2f434cad88106f32be797faae4861afc39
2012-06-25 13:09:36 -07:00
Dão Gottwald
ad4739b1d0 Bug 761990 - The Feedback button's dropdown arrow overlaps the label. r=jaws
--HG--
extra : rebase_source : c0f602b18c2915a69c7caf84f7f288ac29020000
2012-06-24 19:40:00 +02:00
Matthew Noorenberghe
c667677715 Bug 764213 - Provisional desktop UI for website sign-in with Persona. r=dolske
--HG--
extra : rebase_source : 8785a377e88b11f59ec00d44b58e6c21fce576a7
2012-06-12 18:16:00 -07:00
Ryan VanderMeulen
ee47325030 Merge m-c to inbound. 2012-09-10 18:31:33 -04:00
Dão Gottwald
f0599e980a Bug 789833 - Don't give pinned tabs a min-height on Windows. r=ttaubert 2012-09-10 17:44:20 +02:00
Dão Gottwald
fc43ecaa29 Bug 789007 - Unwanted border between pinned tabs and navigation toolbar when tabstrip overflows. r=ttaubert 2012-09-10 17:43:52 +02:00
Joe Walker
106f3add54 Bug 731972 - GCLI selection field should be clear when more options exist, and allow you to get them; r=dcamp 2012-07-05 21:47:45 +01:00
Paul Rouget
f3ca286779 Bug 764746 - [devtb] style the error counter. r=dao 2012-07-05 17:02:28 +02:00
Paul Rouget
6f861e2b9f Bug 764555 - [devtb] Implement the style for the buttons in the developer toolbar. r=dao 2012-06-26 18:01:41 +02:00
Joe Walker
3478c7cf0e Bug 760450 - Work out why GCLI popup panels are not transparent on mac/linux; r=dcamp,dão 2012-07-04 23:39:58 +01:00
Owen Coutts
23549e9053 Bug 767289 - [New Tab page] The :hover border should follow the dragImage instead of staying with the thumbnail tile; r=ttaubert 2012-07-04 13:07:41 -04:00
Victor Porof
c21c5f7f03 Bug 790650 - It may be a good idea to have the debugger start with collapsed panels, r=past 2012-10-01 15:55:32 +01:00
Ed Morley
8264c7d3ab Backout 3c95dca80f3f (bug 790650) for causing the current #1 toporange, bug 782877 2012-10-01 13:54:45 +01:00
Simon Montagu
2496fd494c Change :dir selectors to :-moz-dir in css files. Bug 562169, r=dbaron 2012-09-30 07:17:42 -07:00
Frank Yan
b8384a2f50 Bug 781327 - Use 2x images for HiDPI browser UI. r=dolske 2012-09-29 21:56:40 -07:00
Ehsan Akhgari
ef09580b82 Backout bug abf5f7d05488 for more than 10000 browser-chrome failures 2012-09-28 15:41:08 -04:00
Shane Caraveo
a9467d6ca0 Bug 790112: fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by Shane and Jared, r=felipe
--HG--
extra : transplant_source : N%1A%11%14%7D%AF%1Fy%E9%CFS%0A%08%96%C6%22%EF%13%E7t
2012-09-27 16:57:37 -07:00
David Anderson
f9753b6d4c Merge from mozilla-central.
--HG--
rename : js/xpconnect/src/XPCThreadContext.cpp => js/xpconnect/src/XPCJSContextStack.cpp
2012-06-22 14:26:15 -07:00
Victor Porof
cd96c305b4 Bug 761174 - Always show a property tooltip; r=past 2012-06-21 18:25:34 +03:00
David Anderson
56ca9ab8a4 Merge from mozilla-central.
--HG--
rename : accessible/src/msaa/CAccessibleText.cpp => accessible/src/msaa/ia2AccessibleText.cpp
rename : accessible/src/msaa/CAccessibleText.h => accessible/src/msaa/ia2AccessibleText.h
2012-06-20 17:36:56 -07:00
David Anderson
9c1aa0957a Merge from mozilla-central. 2012-06-15 15:23:58 -07:00
Jan de Mooij
4f467d66c2 Merge m-c to ionmonkey
--HG--
rename : accessible/src/html/nsHTMLSelectAccessible.cpp => accessible/src/html/HTMLSelectAccessible.cpp
rename : accessible/src/html/nsHTMLSelectAccessible.h => accessible/src/html/HTMLSelectAccessible.h
rename : memory/jemalloc/jemalloc.c => memory/mozjemalloc/jemalloc.c
rename : memory/jemalloc/jemalloc.h => memory/mozjemalloc/jemalloc.h
2012-06-08 11:18:39 +02:00
Sean Stangl
7d9dc67f9e Merge m-c to Ionmonkey.
--HG--
rename : accessible/src/html/nsHyperTextAccessible.cpp => accessible/src/generic/HyperTextAccessible.cpp
rename : accessible/src/html/nsHyperTextAccessible.h => accessible/src/generic/HyperTextAccessible.h
rename : accessible/src/html/nsHTMLImageAccessible.cpp => accessible/src/generic/ImageAccessible.cpp
rename : accessible/src/html/nsHTMLImageAccessible.h => accessible/src/generic/ImageAccessible.h
rename : accessible/src/msaa/nsHyperTextAccessibleWrap.cpp => accessible/src/msaa/HyperTextAccessibleWrap.cpp
rename : accessible/src/msaa/nsHyperTextAccessibleWrap.h => accessible/src/msaa/HyperTextAccessibleWrap.h
2012-06-04 13:30:29 -07:00
Victor Porof
112b7f1988 Bug 760868 - Gmail includes scripts names that make the debugger script list too long; r=past 2012-06-04 15:35:24 +03:00
Panos Astithas
43fa298b4c Bug 761231 - Font for the Debugger panels should be message-box; r=dao 2012-06-06 09:57:41 +03:00
Dão Gottwald
85155af554 Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws 2012-06-13 13:56:57 +02:00
Sean Stangl
d9462a4f06 Merge m-c onto Ionmonkey.
--HG--
rename : accessible/src/atk/nsAccessibleWrap.cpp => accessible/src/atk/AccessibleWrap.cpp
rename : accessible/src/atk/nsAccessibleWrap.h => accessible/src/atk/AccessibleWrap.h
rename : accessible/src/atk/nsDocAccessibleWrap.h => accessible/src/atk/DocAccessibleWrap.h
rename : accessible/src/base/nsAccessible.cpp => accessible/src/generic/Accessible.cpp
rename : accessible/src/base/nsAccessible.h => accessible/src/generic/Accessible.h
rename : accessible/src/base/nsDocAccessible.cpp => accessible/src/generic/DocAccessible.cpp
rename : accessible/src/base/nsDocAccessible.h => accessible/src/generic/DocAccessible.h
rename : accessible/src/mac/nsAccessibleWrap.h => accessible/src/mac/AccessibleWrap.h
rename : accessible/src/mac/nsAccessibleWrap.mm => accessible/src/mac/AccessibleWrap.mm
rename : accessible/src/mac/nsDocAccessibleWrap.h => accessible/src/mac/DocAccessibleWrap.h
rename : accessible/src/mac/nsDocAccessibleWrap.mm => accessible/src/mac/DocAccessibleWrap.mm
rename : accessible/src/msaa/nsAccessibleWrap.cpp => accessible/src/msaa/AccessibleWrap.cpp
rename : accessible/src/msaa/nsDocAccessibleWrap.cpp => accessible/src/msaa/DocAccessibleWrap.cpp
rename : accessible/src/msaa/nsTextAccessibleWrap.cpp => accessible/src/msaa/TextLeafAccessibleWrap.cpp
rename : accessible/src/msaa/nsTextAccessibleWrap.h => accessible/src/msaa/TextLeafAccessibleWrap.h
rename : netwerk/protocol/http/SpdySession.cpp => netwerk/protocol/http/SpdySession2.cpp
rename : netwerk/protocol/http/SpdySession.h => netwerk/protocol/http/SpdySession2.h
rename : netwerk/protocol/http/SpdySession.cpp => netwerk/protocol/http/SpdySession3.cpp
rename : netwerk/protocol/http/SpdySession.h => netwerk/protocol/http/SpdySession3.h
rename : netwerk/protocol/http/SpdyStream.cpp => netwerk/protocol/http/SpdyStream2.cpp
rename : netwerk/protocol/http/SpdyStream.cpp => netwerk/protocol/http/SpdyStream3.cpp
2012-05-31 17:17:52 -07:00
Ed Morley
add1e0e903 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-31 13:15:09 +01:00
Jared Wein
cff126ba64 Backed out changeset 970abbd6e5b0 due to perf regressions (bug 759252). 2012-05-31 00:46:55 -07:00
Ehsan Akhgari
e68423b7a6 Merge mozilla-central into mozilla-inbound 2012-05-30 22:43:10 -04:00
Jared Wein
0b31f1498d Bug 759252 - Switch to using CSS animations for loading & connecting throbbers. r=fryn 2012-05-30 16:14:42 -07:00
Dave Camp
8500bf9d6c Merge fx-team to m-c 2012-05-30 19:21:18 -07:00
Paul Rouget
b4e37d53b5 Bug 747220 - [layout view] update the UI. r=dcamp 2012-05-28 13:20:44 +02:00
Victor Porof
f1344be375 Bug 755346 - Global variables are not displayed in the debugger frontend, part2; r=past 2012-05-25 21:40:40 +03:00
Dão Gottwald
9a806ebbb6 Bug 764755 - Remove the aero glass style border of arrow panels and reduce the arrow size. r=enndeakin 2012-06-19 16:07:24 +02:00
David Anderson
684411090a Merge from mozilla-central. 2012-05-21 14:40:04 -07:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Dave Camp
443d61b7c0 Merge fx-team to m-c. 2012-06-01 21:40:26 -07:00
Dave Camp
fa726897b3 Bug 745961 - Hard to find the clickable region for adding a new CSS property in the Style Inspector. r=paul 2012-06-01 15:13:48 -07:00
Victor Porof
fc1666e84e Bug 753677 - Visually distinguish between configurable, enumerable and writable properties; r=past 2012-05-30 16:13:05 +03:00
Paul Rouget
c896bc3e9c Bug 749628 - Implement a Responsive Design tool. r=dcamp r=gavin 2012-06-01 14:53:58 +02:00
Joe Walker
89dd017d2c Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão 2012-06-01 08:24:19 +01:00
Ed Morley
f5fef940b6 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-01 15:27:36 +01:00
Ed Morley
41f0822cf7 Merge mozilla-central to mozilla-inbound 2012-06-01 01:12:32 +01:00
Jared Wein
97cbdf055a Bug 760322 - New loading and connecting throbbers. r=dolske 2012-05-31 17:02:32 -07:00
Victor Porof
fd8ecf64b3 Bug 752834 - UI tweaks for the property view; r=past 2012-05-29 16:12:29 +03:00
Rob Campbell
1b7f5d701a Bug 758683 - Change the pause icon to a play icon in the debugger toolbar; r=dcamp 2012-05-31 15:45:00 -03:00
Rob Campbell
061b7b1086 Bug 759803 - Remove padding and add side-splitters to common.css in Debugger; r=dcamp 2012-05-30 10:00:00 -03:00
Rob Campbell
4ed2c39c39 Bug 740482 - Create nice breakpoint icons for the SourceEditor in the Debugger; r=dcamp 2012-05-30 09:30:00 -03:00
Dão Gottwald
07fdbcd8dc Bug 759282 - Location bar should have the same horizontal spacing between the icon and text as the autocomplete popup. r=jaws 2012-05-30 16:57:10 +02:00
David Anderson
95e5988f43 Merge from mozilla-central. 2012-05-15 10:22:19 -07:00
David Anderson
6dfffa2f4b Merge from mozilla-central. 2012-05-11 14:35:58 -07:00
Paul Rouget
1b00fd4a67 Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp 2012-05-11 16:54:47 +02:00
David Anderson
1d0465946b Merge from mozilla-central. 2012-05-10 13:44:10 -07:00
Victor Porof
e241419436 Bug 790650 - It may be a good idea to have the debugger start with collapsed panels, r=past 2012-09-24 15:25:33 +03:00
Dão Gottwald
baa44734d6 Bug 747090 - Use new location bar icons for mixed content. r=jaws 2012-05-10 09:52:34 +02:00
Stephen Horlander
3e67151f6e Bug 747090 - Add location bar icons for mixed content. r=dao 2012-05-10 09:50:54 +02:00
David Anderson
7de62edd2f Merge from mozilla-central. 2012-05-09 12:31:01 -07:00
Jon Rietveld
b6e40c5524 Bug 733469 - Move the applications preferences to in-content UI. r=jaws r=bmcbride 2012-05-08 19:19:58 -07:00
Jon Rietveld
969245b170 Bug 733473 - Implement initial prerequisites for in-content preferences, and landing page. r=bmcbride 2012-05-08 19:10:25 -07:00
David Anderson
87cf33f6a7 Merge from mozilla-central. 2012-05-08 17:34:07 -07:00
Tim Taubert
af365a0aad merge m-c to fx-team 2012-05-08 08:53:50 +02:00
Jared Wein
0856a4e421 Bug 747608 - The identity-box should have a smaller font-size and a gradient end border instead of a solid line. r=dao 2012-05-07 10:17:55 -07:00
David Anderson
14bf2a099d Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsRootAccessible.cpp => accessible/src/generic/RootAccessible.cpp
rename : accessible/src/base/nsRootAccessible.h => accessible/src/generic/RootAccessible.h
rename : js/src/jsgcmark.cpp => js/src/gc/Marking.cpp
rename : js/src/jsgcmark.h => js/src/gc/Marking.h
2012-05-04 19:16:35 -07:00
Jared Wein
840c228722 Bug 755429 - Mixed content icon draws too much attention. r=dolske ui-r=shorlander 2012-05-29 14:01:03 -07:00
David Anderson
3b4de3be38 Merge from mozilla-central. 2012-05-03 11:40:52 -07:00
David Anderson
77809391d1 Merge from mozilla-central.
--HG--
rename : accessible/src/atk/nsApplicationAccessibleWrap.cpp => accessible/src/atk/ApplicationAccessibleWrap.cpp
rename : accessible/src/atk/nsApplicationAccessibleWrap.h => accessible/src/atk/ApplicationAccessibleWrap.h
rename : accessible/src/base/nsApplicationAccessible.cpp => accessible/src/generic/ApplicationAccessible.cpp
rename : accessible/src/base/nsApplicationAccessible.h => accessible/src/generic/ApplicationAccessible.h
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
rename : security/manager/ssl/src/nsNSSIOLayer.cpp => security/manager/ssl/src/TransportSecurityInfo.cpp
rename : security/manager/ssl/src/nsNSSIOLayer.h => security/manager/ssl/src/TransportSecurityInfo.h
2012-04-30 12:53:32 -07:00
Ehsan Akhgari
27f6798b66 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
Frank Yan
ae964a0ce5 Bug 748161 - Improve visible tab indication in tab list menu. r=dao ui-r=shorlander 2012-04-26 16:27:38 -04:00
Frank Yan
c91cd73ac1 Bug 748161 - Improve visible tab indication in tab list menu. r=dao ui-r=shorlander 2012-04-26 16:27:38 -04:00
Chris Pearce
959f2a3aa4 Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao 2012-05-09 09:47:19 +12:00
Chris Pearce
5a55adaf35 Bug 716107 part 5 - Add fullscreen permissions to about:permissions. r=margaret 2012-05-09 09:47:19 +12:00
Michael Ratcliffe
8e3b3bca48 Bug 733747 - Highlight changed items in the rule view. r=msucan 2012-04-17 10:35:12 +01:00
Paul Rouget
bd09c67308 Bug 692409 - Add a pretty resizer and the dark theme to the debugger. r=rcampbell 2012-05-09 15:50:33 +02:00
Paul Rouget
4e58dba18e Bug 749626 - Theme update: make the close button code generic and implement the dark theme for menulists. r=dao 2012-05-07 15:29:45 +02:00
Frank Yan
5b99082f03 Bug 753618 - Remove outdated default theme icons and previews from Add-ons Manager. r=bmcbride 2012-05-09 19:00:10 -07:00
Joe Walker
c906bf31b8 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
David Anderson
c237e59619 Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsFormControlAccessible.cpp => accessible/src/generic/FormControlAccessible.cpp
rename : accessible/src/base/nsFormControlAccessible.h => accessible/src/generic/FormControlAccessible.h
rename : accessible/src/html/nsHTMLFormControlAccessible.cpp => accessible/src/html/HTMLFormControlAccessible.cpp
rename : accessible/src/html/nsHTMLFormControlAccessible.h => accessible/src/html/HTMLFormControlAccessible.h
rename : accessible/src/xul/nsXULFormControlAccessible.cpp => accessible/src/xul/XULFormControlAccessible.cpp
rename : accessible/src/xul/nsXULFormControlAccessible.h => accessible/src/xul/XULFormControlAccessible.h
2012-04-18 10:23:31 -07:00
Joe Walker
540ed233b1 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
Marco Bonardo
1962679385 Merge central and inbound 2012-04-14 13:56:15 +02:00
David Anderson
3513754940 Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsOuterDocAccessible.cpp => accessible/src/generic/OuterDocAccessible.cpp
rename : accessible/src/base/nsOuterDocAccessible.h => accessible/src/generic/OuterDocAccessible.h
rename : accessible/tests/mochitest/test_nsOuterDocAccessible.html => accessible/tests/mochitest/test_OuterDocAccessible.html
2012-04-06 16:38:53 -07:00
Jared Wein
271245ddc4 Bug 667586 - Clear identity block when typing a different URL into location bar. r=dao,fryn 2012-05-27 15:29:07 -07:00
Paul Rouget
dbb951429f Bug 717916 - Add an Inspect button and a node menu to the infobar; r=dao,dcamp 2012-04-04 20:40:48 +02:00
Shane Caraveo
e8b33a2308 Bug 788598 - Logged out state has no login. r=jaws 2012-09-28 16:37:58 -07:00
David Keeler
7af9670781 Bug 793338 - Implement blocklist click-to-play plugin notification popup UI. r=jaws 2012-09-29 19:32:34 -07:00
David Keeler
14ceb60a79 Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich 2012-08-28 09:23:10 -07:00
Gervase Markham
0958145486 Bug 759095 - remove stray references to tri-license. 2012-10-02 12:52:06 +01:00
Ed Morley
3d3703a920 Merge mozilla-central to mozilla-inbound 2012-10-02 11:19:03 +01:00
Jared Wein
3ec9da6149 Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe 2012-09-27 16:57:37 -07:00
Jared Wein
acc7a6a10c Bug 711552 - Click to play plugins for desktop Firefox. r=felipe 2012-04-02 13:49:56 -07:00
Dão Gottwald
bd1ee0705a Bug 748027 - Make the identity box transparent in more cases. r=jaws a=desktop-only 2012-04-23 21:13:17 +02:00
Dão Gottwald
9b9bf8d73b Bug 747742 - The identity panel's arrow should point to the center of the identity icon. r=jaws 2012-04-23 21:12:47 +02:00
Phil Ringnalda
56db9fcd16 Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge 2012-04-21 23:21:24 -07:00
Stephen Horlander
9f7ac524d7 Bug 735680. Update wbapps icons. r=gavin 2012-04-12 18:11:33 -07:00
OHZEKI Tetsuharu
8d0fc23c2d Bug 641892 - Support showing multiple popup notification icons at the same time. r=margaret 2012-05-03 18:33:47 -04:00
Heather Arthur
ebf145bd74 Bug 712469 - Inspector Rule View selectors can be more visually scannable; r=dcamp 2012-03-14 11:04:11 +01:00
Shane Caraveo
d309cf5f50 Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
--HG--
extra : rebase_source : 62924e7f08b182d4ac9bd19521794d0e8eb5ebd9
2012-07-15 16:12:13 -07:00
Ed Morley
babbe35d63 Merge fx-team and mozilla-central 2012-07-16 11:31:28 +01:00
Victor Porof
0a14cf5b14 Bug 723071 - Add a pane to display the list of breakpoints across all scripts in the debuggee; f=msucan,past r=past 2012-07-15 09:40:37 +03:00
Victor Porof
723701162a Bug 767377 - The filtering textbox expands when entering a string; r=past 2012-07-15 13:45:38 +03:00
Paul Rouget
7db4279f31 Bug 761169 - [responsive mode] The resizers are not easy to discover. r=msucan 2012-07-13 21:53:09 +02:00
Joe Walker
7eaf801170 Bug 773225 - GCLI selected element should be clearer in menus; r=harth 2012-07-13 17:06:46 +01:00
Andrew Hurle
1e3bb07c3f Bug 587909 - Improve the visual style of location bar results. r=Unfocused ui-r=shorlander
--HG--
extra : rebase_source : 625a3e2cf16b2601c20709b1ff6ee7c3792a6faa
2012-07-12 20:53:00 -07:00
Jared Wein
9356e47254 Bug 765874 - Implement recommend/share button, r=gavin
--HG--
extra : transplant_source : %A6%EC%03Q%AD%F8%CC%08NK%81%D15S%7C%21%7B%B8%E0C
2012-07-11 18:31:19 -07:00
David Anderson
bdcb70b90a Merge from mozilla-central. 2012-03-30 18:40:08 -07:00
David Anderson
3b2c346655 Merge from mozilla-central (yay method barrier removal). 2012-03-28 13:46:36 -07:00
Dão Gottwald
ccf7827d62 Bug 739093 - Remove the fullscreenflex. r=felipe 2012-03-28 10:33:17 +02:00
David Anderson
b50aaad6e0 Merge from mozilla-central. 2012-03-27 12:48:33 -07:00
David Anderson
bc11d0e15f Merge from mozilla-central.
--HG--
rename : dom/system/nsDeviceMotion.cpp => dom/system/nsDeviceSensors.cpp
rename : dom/system/nsDeviceMotion.h => dom/system/nsDeviceSensors.h
2012-03-26 14:17:28 -07:00
Dão Gottwald
fe5acc3fd1 Bug 736954 - Adjust bottom border color for Australis toolbar. r=shorlander 2012-03-26 23:15:30 +02:00
David Anderson
5f8da79c88 Merge from mozilla-central. 2012-03-21 15:35:48 -07:00
Dão Gottwald
13931e27b4 Bug 735691 - Make toolbar buttons borderless in the default state. r=shorlander 2012-03-21 17:03:28 +01:00
David Anderson
0dfdddc335 Merge from mozilla-central.
--HG--
rename : toolkit/components/places/tests/unit/test_favicons.js => toolkit/components/places/tests/favicons/test_favicons.js
2012-03-20 14:43:39 -07:00
Tim Taubert
55def25a31 merge m-c to fx-team 2012-03-20 09:23:36 +01:00
Dão Gottwald
60734344b4 Bug 739574 - Set the tabsontop attribute on the navigation toolbar and simplify CSS selectors. r=felipe 2012-03-29 11:31:47 +02:00
David Anderson
9f2dad2804 Merge from mozilla-central.
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
2012-03-19 14:13:34 -07:00
Joshua M
98c3d5aefc Bug 734371 - Adjust toolbar color for Australis. r=dao 2012-03-18 15:50:06 +01:00
David Anderson
347cd306d6 Merge from mozilla-central. 2012-03-15 17:21:05 -07:00
Erin W. McCall
5b200c2a7c Bug 665342 - Delete border between upper and lower sections, and change background color of lower area. r=dao DONTBUILD 2012-03-15 01:01:14 +01:00
Dão Gottwald
d81e33edb0 Backed out changeset f9ceb4f6eae3 2012-03-15 01:00:28 +01:00
Erin W. McCall
3e6585551f Bug 664342 - Delete border between upper and lower sections, and change background color of lower area. r=dao 2012-03-15 00:33:36 +01:00
David Anderson
4122314d88 Merge from mozilla-central. 2012-03-13 16:10:05 -07:00
Dão Gottwald
8c1c3fe18b Bug 729522: Implement navigator.getUserMedia() permission UI; r=dolske,ui-r=boriss 2012-10-05 02:37:00 -07:00
Jared Wein
e2e37d69a7 Bug 798197 - Ambient notification toolbar buttons are distorted in small icons mode on Windows. r=markh 2012-10-05 13:06:48 -07:00
Jared Wein
fde9fd2158 Bug 797700 - Restrict height/width of ambient notification icons to 16x16. r=mixedpuppy 2012-10-05 13:06:39 -07:00
Robert O'Callahan
ffa500d164 Bug 787274. Move urlbar min-width from #urlbar to the text input itself to ensure gadgets like the identity box are allowed to add to the min-width. r=dao
--HG--
extra : rebase_source : 15c370ee705e9ae846fc930be249ab7650b02824
2012-10-05 15:28:46 +13:00
Ed Morley
0a1d349822 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-04 16:18:25 +01:00
Frank Yan
4df0ec7529 Bug 797230 - Fix sizing of Switch-to-tab icon in HiDPI mode. r=shorlander 2012-10-03 20:36:10 -07:00
Mihai Sucan
e4736b88f6 Bug 731721 - Source Editor stepping support; r=rcampbell,past 2012-03-14 18:23:39 +02:00
David Anderson
5b229cb0de Merge from mozilla-central.
--HG--
rename : accessible/src/base/nsTextAttrs.cpp => accessible/src/base/TextAttrs.cpp
rename : accessible/src/base/nsTextAttrs.h => accessible/src/base/TextAttrs.h
2012-03-12 12:27:40 -07:00
Paul Rouget
624cd1f396 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
Tim Taubert
a303a969d6 merge m-c to fx-team; a=desktop-only 2012-04-20 10:56:36 +02:00
Paul Rouget
72a287961f 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
Jared Wein
e70018c304 Bug 711618 - Add ability to remember plugin activation settings. r=felipe a=blassey 2012-04-18 11:40:30 -07:00
Dão Gottwald
20feb7933d Bug 745757 - Simplify CSS selectors involving the navigation toolbar and the tabsontop attribute. r=felipe a=desktop-only 2012-04-18 20:24:30 +02:00
Paolo Amadini
fc466abc21 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
a8a4360813 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
Tim Taubert
185632ffbc merge m-c to fx-team 2012-03-12 09:41:48 +01:00
Ed Morley
fe0db58bce Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak 2012-03-11 23:38:53 +00:00
Paul Rouget
ebb32be062 Bug 749974 - Items in Developer tools menu have inconsistent check state. r=dao r=dcamp 2012-05-03 08:09:37 +02:00
Paul Rouget
a14093a415 Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell 2012-05-25 09:46:09 +03:00
Ed Morley
0dac20c090 Backout 13aa125cc8d2 (bug 723059) for timeouts in browser_dbg_pause-resume.js 2012-05-24 19:48:10 +01:00
Paul Rouget
92265a16ce Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell 2012-05-24 16:00:56 +02:00
Victor Porof
9237c14855 Bug 753313 - Some divs and spans are created dynamically in debugger-view; r=rcampbell 2012-05-20 23:49:51 +03:00
Victor Porof
f2e6fb18fc Bug 724229 - Briefly flash the variables that changed between pauses; r=rcampbell 2012-05-09 19:05:53 +03:00
Victor Porof
b1b5edcc31 Bug 723062 - Allow the user to edit the value of a debuggee object's property in the debugger; r=past 2012-03-15 10:17:03 +02:00
David Anderson
2e8ee1f955 Merge from mozilla-central. 2012-03-09 13:37:58 -08:00
Heather Arthur
4ac3e12177 Bug 732313 - Color of style editor links in rule view should be higher contrast. r=jwalker 2012-03-09 15:17:23 -08:00
Rob Campbell
b13d39e0b9 merge fx-team to m-c 2012-03-08 10:30:11 -04:00
Marco Bonardo
7d169993ad Merge inbound and central 2012-03-07 10:33:11 +01:00
David Anderson
439e4d258d Merge from mozilla-central. 2012-03-06 14:08:51 -08:00
David Anderson
65abc162be Merge from mozilla-central. 2012-03-02 12:10:27 -08:00
Marco Bonardo
2089fe8271 Merge last green PGO from inbound to central 2012-03-02 14:55:43 +01:00
David Anderson
f185cbf185 Merge from mozilla-central.
--HG--
rename : browser/base/content/syncAddDevice.js => browser/base/content/sync/addDevice.js
rename : browser/base/content/syncAddDevice.xul => browser/base/content/sync/addDevice.xul
rename : browser/base/content/syncNotification.xml => browser/base/content/sync/notification.xml
rename : browser/base/content/syncSetup.js => browser/base/content/sync/setup.js
rename : browser/base/content/syncSetup.xul => browser/base/content/sync/setup.xul
2012-03-01 13:45:48 -08:00
Rob Campbell
539bc03a10 Bug 732040 - move themes/*stripe/inspector.css into devtools theme directory and rename to htmlpanel.css; r=prouget
--HG--
rename : browser/themes/gnomestripe/inspector.css => browser/themes/gnomestripe/devtools/htmlpanel.css
rename : browser/themes/pinstripe/inspector.css => browser/themes/pinstripe/devtools/htmlpanel.css
rename : browser/themes/winstripe/inspector.css => browser/themes/winstripe/devtools/htmlpanel.css
2012-03-01 13:33:41 -04:00
David Anderson
9b680ad3b5 Merge from mozilla-central.
--HG--
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.cpp => parser/html/nsParserUtils.cpp
2012-02-28 12:21:56 -08:00
Charles Chan
90ad571eb7 Bug 727997 - Sync options checkbox list shouldn't have a fixed height. r=dao 2012-02-28 11:49:16 +01:00
Dão Gottwald
ad23ddebf2 Bug 761990 - The Feedback button's dropdown arrow overlaps the label. r=jaws 2012-06-24 19:40:00 +02:00
Stephen Horlander
e3eec133b8 Bug 766985 - Backout Mixed State Icon. r=dao 2012-06-22 22:37:27 -07:00
David Anderson
47b8e16e15 Merge from mozilla-central. 2012-02-27 12:40:46 -08:00
Tim Taubert
79b618153e merge m-c to fx-team 2012-02-26 19:15:38 +01:00
Heather Arthur
edb51b91d5 Bug 707740 - Ability to lock in a pseudo class in the page inspector. r=dcamp 2012-02-24 16:01:29 -08:00
David Anderson
023f72aedd Merge from mozilla-central. 2012-02-23 11:35:56 -08:00
David Anderson
8de13c310b Merge from mozilla-central. 2012-02-22 19:25:06 -08:00
Tim Taubert
e8eb6948d0 merge m-c to fx-team 2012-03-13 11:28:24 +01:00
Tim Taubert
4daa71c9f4 Bug 729878 - Part 2 - Theme-specific assets; r=dao 2012-03-13 03:23:34 +01:00
Tim Taubert
d9875a8b00 Bug 729878 - Part 1 - New layout implementation; r=dietrich,dao ui-r=shorlander 2012-03-13 03:23:01 +01:00
Michael Ratcliffe
37a3471a15 Bug 705276 - Split style inspector CSS between content & document CSS; r=prouget 2012-03-11 20:36:46 +00:00
Michael Ratcliffe
d38a91d16f Bug 703643 - Be able to copy from the rules view; r=prouget 2012-03-11 14:01:38 +00:00
Paul Rouget
6410310c1d Bug 717923 - Use an icon for the inspect button; r=dao 2012-03-08 16:02:23 +01:00
Matt Brubeck
a6a66f92bd Merge from mozilla-central to mozilla-inbound 2012-03-12 17:38:23 -07:00
Fabrice Desré
8f36020dfb Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin] 2012-03-12 17:33:10 -07:00
David Anderson
bc244bd579 Merge from mozilla-central. 2012-02-21 15:08:22 -08:00
Marco Bonardo
aa0c44a607 Bug 731563 - Make Places view markers proper elements in the popups.
r=mano
2012-03-06 20:28:51 +01:00
Dão Gottwald
cad0777abf Bug 732915 - Reduce the URL and search bar border radii. r=shorlander 2012-03-06 11:15:31 +01:00
Michael Ratcliffe
5c4fdfd17c Bug 727867 - Rule view indicate when invalid values are entered; r=dcamp 2012-02-25 15:30:51 +00:00
Victor Porof
9b01bde9cd Bug 723047 - Stack frames should display the location next to the function name; r=past 2012-02-25 11:04:07 +02:00
Joshua M
94a512390d Bug 679801 - "New Tab", "Panorama" and "List All Tabs" buttons do not get inverted on Aero with tabs on bottom. r=dao 2012-03-23 21:53:11 +01:00
Ed Morley
ef395cb269 Merge mozilla-central to mozilla-inbound 2012-02-23 01:03:16 +00:00
L. David Baron
a36ec05ea2 Unprefix uses of -moz-box-shadow and -moz-border-radius that have crept back in to the tree, prior to removing support for the prefixed forms. (Bug 693510) r=Mossop 2012-02-22 14:14:51 -08:00
Michael Ratcliffe
a7c5a95dec Bug 722196 - Rule view showing rules in the wrong order; r=jwalker 2012-03-01 19:13:12 +00:00
Rob Campbell
eb749cad65 merge fx-team to m-c 2012-02-22 12:47:22 -04:00
Joshua M
9239ec9192 Bug 729293 - Reduce toolbar border-radii. r=dao
--HG--
extra : rebase_source : 783006477c88e264b04d5e7fa8824c0f5301c451
2012-02-22 00:13:27 +01:00
Joshua M
074882045f Bug 726259 - Fix missing bookmarks toolbar top border if tabs on top and nav bar hidden; r=dao 2012-02-19 11:58:23 +00:00
Paul O’Shannessy
8d6396dded Bug 714186 - Add padding to top of windows when fullscreen on Lion. r=fryn ui-r=shorlander 2012-07-10 21:08:06 -07:00
Paolo Amadini
ebd422385f 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
Ed Morley
04d8171793 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-10 12:14:39 +00:00
Mihai Sucan
0f406b941d Bug 717219 - Source Editor should highlight the current line in HTML documents; r=rcampbell 2012-02-08 22:49:10 +02:00
Mihai Sucan
4de5d7da6c Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past 2012-02-18 12:58:54 +02:00
Mihai Sucan
f5411f80b0 Bug 718816 - Orion upstream update (with debugger ruler support code); r=rcampbell 2012-02-21 20:05:46 +02:00
Ed Morley
db49714a0c Merge mozilla-central to mozilla-inbound 2012-07-16 18:32:39 +01:00
Ekanan Ketunuti
6a26c29c8b Bug 772463 - Unprefix CSS3 transforms in browser/. r=dao
--HG--
extra : rebase_source : d22aeb4bcb6e14ff9bef9408e483b9a26d17bdc0
2012-07-16 22:10:27 +07:00
Ed Morley
9898c93b7e Backout bc090e21a088 (bug 773845), ca832757d4b7 (bug 771826), 492da706c14c (bug 774178) for mochitest-a11y failures 2012-07-16 10:09:26 +01:00
Shane Caraveo
e79e623342 Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
--HG--
extra : transplant_source : g%B2%1BMm%1C%CB%7D%A7%BD%DBf%14%C5%3E%F4%03%D2%C8%5D
2012-07-15 16:12:13 -07:00
Christian Sonne
ea23c784b7 Bug 706850 - New icon for livemark items.
r=mak ui-r=shorlander
2012-02-24 13:42:28 +01:00
Marco Bonardo
5226ce6445 Bug 613588 (Frontend) - Load-on-demand livemarks.
r=dietrich,mano
2012-02-24 13:42:26 +01:00
Stephen Horlander
6284121365 Bug 731459 - visited livemarks icons is confusing.
r=mak
2012-03-09 23:29:41 +01:00
Michael Ratcliffe
be72481039 Bug 585563 - The inspector style panel should link to the CSS editor; r=dcamp f=cedricv 2012-02-10 13:39:47 +00:00
Stephen Horlander
c0e08ab798 Bug 732093 - Update toolbar icons. r=dao 2012-03-01 23:42:27 +01:00
Paul Rouget
729390524f Bug 717924 - Move the HTML tree view in the Page Inspector above the inspector toolbar. r=rcampbell r=dao 2012-02-23 18:41:43 +01:00
Jared Wein
a7839ef3d0 merge m-c to fx-team 2012-02-24 14:47:45 -05:00
Victor Porof
0a31864e40 Bug 712581 - Display the property details in the debugger using transitions; r=past 2012-02-23 18:02:36 +02:00
Jared Wein
74907b4eee Bug 744964 - Plugin click-to-play popup notification icon should use the plugin icon, not the add-on icon. r=felipe 2012-04-13 15:01:43 -07:00
Joshua M
e44a1697cf Bug 734373 - Implement Australis toolbar button design. r=dao a=desktop-only 2012-04-21 19:13:07 +02:00
Jared Wein
032191df25 Bug 742419 - Implement new identity block design (OS X). r=fryn a=desktop-only 2012-04-21 00:03:44 -07:00
Jared Wein
fb4dcdc9a1 Bug 742419 - Implement new identity block design (Linux). r=ttaubert 2012-04-21 00:03:39 -07:00
Jared Wein
5205b589e6 Bug 742419 - Implement new identity block design (browser/base, browser/app, and Windows). r=dao 2012-04-21 00:03:31 -07:00
Dan Wendorf
d534563867 Bug 683390 - Switch to Tab graphic is displayed in the wrong vertical orientation with tabs-on-top enabled. r=dao 2012-05-04 12:16:02 -04:00
Joshua M
6298953a79 Bug 734374 - Adjust the URL and search bar border color on Aero basic & glass. r=dao
--HG--
extra : rebase_source : a7dde9c189a16c7b7fef9ce37f38d0e1638bdc20
2012-03-13 23:31:29 +01:00
Chris Lee
e79f241a54 Bug 771284 - Use light coloring for Mac OS X arrow panels. r=fryn 2012-08-20 18:38:07 -07:00
Azat Tymerkaev
a9b8806446 Bug 609107 - Updated toolbarbutton dropmarker. r=dao
--HG--
rename : browser/themes/winstripe/mainwindow-dropdown-arrow-aero.png => browser/themes/winstripe/searchbar-dropdown-arrow-aero.png
rename : browser/themes/winstripe/mainwindow-dropdown-arrow.png => browser/themes/winstripe/searchbar-dropdown-arrow.png
2012-02-09 17:19:03 +01:00
Dão Gottwald
09f5d35673 Bug 702225 - revised nav bar button styling. r=shorlander 2012-02-21 11:24:28 +01:00
Ed Morley
7880fbd256 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-07 20:55:09 +00:00
Leonard Camacho
6974230cf3 Bug 691419 - Move the command line background image to the browser/.../devtools directory. r=dao
--HG--
rename : toolkit/themes/pinstripe/global/icons/commandline.png => browser/themes/gnomestripe/devtools/commandline.png
rename : toolkit/themes/pinstripe/global/icons/commandline.png => browser/themes/pinstripe/devtools/commandline.png
rename : toolkit/themes/winstripe/global/icons/commandline.png => browser/themes/winstripe/devtools/commandline.png
2012-02-07 09:53:12 +01:00
Panagiotis Astithas
61072d64a7 Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend 2012-02-07 13:22:30 -04:00
Paul Rouget
0d3ced502e Bug 724778 - Style Editor: Fix toolbars alignment. r=dao 2012-01-27 14:04:07 +01:00
Blake Winton
6ba0920e91 Bug 694958 - [highlighter] [infobar] limit the size of the infobar. r=dao 2012-01-30 14:27:53 -05:00
VD
b540fba3c0 Bug 721324 - Allow the source code editor of Scratchpad & StyleEditor to be themed; r=dao,msucan 2012-02-06 21:35:19 +02:00
Charles Chan
79f7cca688 Bug 653038 - Replace sync-bg.png with smaller optimized PNG. r=dao 2012-03-15 22:28:45 -07:00
Tim Taubert
bfc4328585 Bug 721087 - [New Tab Page] Cells should have an outline to indicate their positions; ui-r=limi r=dao 2012-01-31 10:08:34 +01:00
Paul Rouget
11d05896d6 Bug 712223 - [highlighter] Breadcrumbs bar doesn't always have the same size on Windows and Linux. r=dao r=jwalker 2012-01-14 06:08:29 +01:00
Tim Taubert
d2aa9340b4 Bug 715710 - [New Tab Page] Black bars behind titles should be lowered in opacity from 80% to 50%; ui-r=limi r=dao 2012-01-26 11:35:16 +01:00
Tim Taubert
0baadcb3b8 Bug 455553 - Part 2 - Assets / CSS / Images; r=dao 2012-01-25 23:42:15 +01:00
Joe Walker
7c58bdc22e Bug 718431 - WebConsole doesn't show the warning icons on warning and errors; r=paul,dão 2012-01-27 13:42:06 +00:00
Tim Taubert
19bcecb292 Fix backout of bug 455553 2012-01-27 11:22:35 +01:00
Tim Taubert
082de1473b merge m-c to fx-team 2012-01-27 11:21:18 +01:00
Paul Rouget
a9ef73c36c Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan 2012-01-25 16:09:11 +01:00
Tim Taubert
744f201eee Bug 715710 - [New Tab Page] Black bars behind titles should be lowered in opacity from 80% to 50%; ui-r=limi r=dao 2012-01-26 11:35:16 +01:00
Tim Taubert
111ff84020 Bug 455553 - Part 2 - Assets / CSS / Images; r=dao 2012-01-25 23:42:15 +01:00
Tim Taubert
d4e38a6427 Fix backout of bug 455553 2012-01-24 15:04:27 +01:00
Paul Rouget
f49cea6cbb Bug 718259 - Remove the resizer button in the Inspector Toolbar; r=rcampbell,dao; ui-r=shorlander 2012-01-15 07:25:45 +01:00
Tim Taubert
036277fe06 Backed out changeset ce8a25a34c2a (bug 455553) 2012-01-20 12:07:34 +01:00
Tim Taubert
95e962d52f Bug 455553 - Part 2 - Assets / CSS / Images; r=dao 2012-01-20 02:41:34 +01:00
Tim Taubert
7fa6c32413 merge m-c to fx-team 2012-01-20 00:23:23 +01:00
Robert Kaiser
d3a1b4cdcd bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - nits, r=gavin 2012-01-19 13:39:44 +01:00
Cedric Vivier
11601f0c7d Bug 701635 - Style Editor should have a page loading placeholder; r=rcampbell 2012-01-13 00:26:31 +08:00
Cedric Vivier
6c95ab0f5a Bug 715291 - Style Editor throwing CSS warning on Error Console, Unknown property '-moz-box-back'.; r=paul 2012-01-06 00:39:39 +08:00
Marco Bonardo
f8a16f0d49 Merge central to inbound 2012-01-17 16:24:46 +01:00
Dão Gottwald
95a4305120 Bug 718228 - tab close transition to transparent is too fast. f=jwein r=ttaubert 2012-01-17 12:32:43 +01:00
Paul Rouget
0551052f33 Bug 717258 - Fix CSS typo in winstripe/devtools/common.css; r=jwalker,dao 2012-01-11 17:54:24 +01:00
Paul Rouget
8d98dd6119 Bug 704017 - [RTL] The Inspector rules view should be LTR; r=dao 2012-01-05 12:42:30 +01:00
Michael Ratcliffe
8211336db5 Bug 714027 - Devtools sidebar box has a weird background when opened on Windows; r=muscan, dao 2012-01-09 12:31:46 +00:00
Tim Taubert
de11006829 merge m-c to fx-team 2012-01-12 21:26:09 +01:00
Joe Walker
3308772377 Bug 706230 - GCLI should have a jump-to-scratchpad feature; r=dcamp,dao 2012-01-12 10:12:18 +00:00
Joe Walker
48dea77f0a Bug 711368 - gcli.css uses both box-sizing and -moz-box-sizing; r=dao 2012-01-12 09:57:07 +00:00
Joe Walker
889a3571e9 Bug 717598 - Backout changeset 05f3cb:13e49 missing reviewer from comment, a=robcee 2012-01-12 15:09:07 +00:00
Joe Walker
abf8b474e4 Bug 706230 - GCLI should have a jump-to-scratchpad feature 2012-01-12 10:12:18 +00:00
Joe Walker
ff9e018217 Bug 711368 - gcli.css uses both box-sizing and -moz-box-sizing 2012-01-12 09:57:07 +00:00
Leonard Camacho
2d3b8df28e Bug 709756 - expand/close marks and html elements are not aligned in html inspector. f=mihai r=dao 2012-01-11 13:53:57 +01:00
Joe Walker
5102347829 Bug 704182 - webconsole forces wacky lists on GCLI; r=dao,msucan 2012-01-09 15:38:48 +00:00
Thomas Prip Vestergaard
0d29408f55 Bug 713822 - Simplify @media queries. r=dao 2012-01-06 11:38:39 +01:00
Jared Wein
632f0a674e Bug 776431 - Share panel profile information doesn't appear in the first window, doesn't look great on Mac. r=gavin 2012-07-25 10:35:57 -07:00
Matt Brubeck
465b97cf40 Merge mozilla-central to mozilla-inbound 2012-03-08 16:27:40 -08:00
Dão Gottwald
3ddd0a813e Bug 734040 - Remove unused fullscreen-video.css. r=mak 2012-03-08 15:36:18 +01:00
Dão Gottwald
d00573b977 Bug 687958 - Refactor about:certerror expanders and make them accessible. r=mak
--HG--
rename : browser/themes/gnomestripe/section_collapsed-rtl.png => browser/themes/gnomestripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/gnomestripe/section_collapsed.png => browser/themes/gnomestripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/gnomestripe/section_expanded.png => browser/themes/gnomestripe/aboutCertError_sectionExpanded.png
rename : browser/themes/pinstripe/section_collapsed-rtl.png => browser/themes/pinstripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/pinstripe/section_collapsed.png => browser/themes/pinstripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/pinstripe/section_expanded.png => browser/themes/pinstripe/aboutCertError_sectionExpanded.png
rename : browser/themes/winstripe/section_collapsed-rtl.png => browser/themes/winstripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/winstripe/section_collapsed.png => browser/themes/winstripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/winstripe/section_expanded.png => browser/themes/winstripe/aboutCertError_sectionExpanded.png
2012-03-08 13:03:19 +01:00
Mike Conley
4f4aaf1c2a Bug 819283 - Downloads panel footer overlaps panel border on pinstripe. r=Mano. 2012-12-31 13:21:50 -05:00
Ehsan Akhgari
0396132101 Bug 825454 - Make contentAreaDownloadsView.xul a proper in-content UI; r=dao 2012-12-29 17:04:16 -05:00
Dão Gottwald
4d90f61cb2 Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin 2012-12-28 10:25:59 +01:00
Mike Conley
a3edf8a010 Bug 823095 - Better pinstripe theme-ing for new Downloads View in Places. r=Mano. 2012-12-26 15:25:15 -05:00
Mike Conley
ed859e4e4a Bug 814510 - Downloads Summary icon needs to be revisited. r=mak 2012-12-26 10:15:06 -05:00
Mike Conley
04a115a196 Bug 822257 - gnomestripe theme-ing for new Downloads View in Places r=mak 2012-12-26 11:31:17 +01:00
Dão Gottwald
a0fdb58284 Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-25 01:08:13 +01:00
Ryan VanderMeulen
330cdf9118 Backed out changeset 36d18c504450 (bug 824443) for mochitest b-c orange. 2012-12-24 17:02:07 -05:00
Dão Gottwald
7bacc8172e Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-24 21:33:35 +01:00
Dão Gottwald
5536c5c95d Bug 730271 - Create sync folder for Sync-related content files. r=mak
--HG--
rename : browser/base/content/aboutSyncTabs-bindings.xml => browser/base/content/sync/aboutSyncTabs-bindings.xml
rename : browser/base/content/aboutSyncTabs.css => browser/base/content/sync/aboutSyncTabs.css
rename : browser/base/content/aboutSyncTabs.js => browser/base/content/sync/aboutSyncTabs.js
rename : browser/base/content/aboutSyncTabs.xul => browser/base/content/sync/aboutSyncTabs.xul
rename : browser/base/content/syncAddDevice.js => browser/base/content/sync/addDevice.js
rename : browser/base/content/syncAddDevice.xul => browser/base/content/sync/addDevice.xul
rename : browser/base/content/syncGenericChange.js => browser/base/content/sync/genericChange.js
rename : browser/base/content/syncGenericChange.xul => browser/base/content/sync/genericChange.xul
rename : browser/base/content/syncKey.xhtml => browser/base/content/sync/key.xhtml
rename : browser/base/content/syncNotification.xml => browser/base/content/sync/notification.xml
rename : browser/base/content/syncProgress.js => browser/base/content/sync/progress.js
rename : browser/base/content/syncProgress.xhtml => browser/base/content/sync/progress.xhtml
rename : browser/base/content/syncQuota.js => browser/base/content/sync/quota.js
rename : browser/base/content/syncQuota.xul => browser/base/content/sync/quota.xul
rename : browser/base/content/syncSetup.js => browser/base/content/sync/setup.js
rename : browser/base/content/syncSetup.xul => browser/base/content/sync/setup.xul
rename : browser/base/content/syncUtils.js => browser/base/content/sync/utils.js
extra : rebase_source : ca9eb20410f5a5640819ce9d68f5c51277ae5f35
2012-02-28 17:03:35 +01:00
Jared Wein
eda1b53f1f Bug 811835 - Social API toolbar buttons are stretched or blank in 'Text' and 'Text & Icons' mode. r=markh 2013-01-07 15:42:02 -05:00
Marco Bonardo
05fe7c6e1a Merge last green PGO build from mozilla-inbound to mozilla-central 2012-01-04 13:25:07 +01:00
Michael Ratcliffe
81abadc334 Bug 704132 - Style Inspector's left column should auto-fit text contents. r=dao r=paul 2011-12-19 14:16:43 +01:00
Victor Porof
c6e766666f Bug 713360 - [highlighter] Breadcrumbs bar started looking funny after bug 497995 landed. r=dao 2011-12-24 16:21:11 +02:00
mr.Shu
51b950c2ea Bug 713828 - Stop styling page-proxy-stack. r=dao 2011-12-30 20:14:37 +01:00
Tim Taubert
ed3cb6f833 merge m-c to fx-team 2011-12-29 13:59:50 +01:00
Tim Taubert
f742e149c2 merge m-c to fx-team 2011-12-27 17:05:33 +01:00
Paul Rouget
c6c1dd5c63 Bug 711851 - Add a noise background to the devtools toolbars on Mac OSX; r=dao 2011-12-21 17:07:30 +01:00
Rob Campbell
a4848a0576 Bug 712113 - Either brace should be clickable to add new properties in the Style panel's Rule View; r=jwalker 2011-12-22 14:58:17 -04:00
Jared Wein
a82bbe6d7d Bug 419231 - Floating scrollbar in the toolbar customization palette is funky. r=dao 2011-12-21 15:16:05 -08:00
Tim Taubert
74ebc0d47f merge m-c to fx-team 2011-12-20 09:39:06 +01:00
Joshua M
251a88f983 Bug 708797 - The sync doorhanger notification doesn't have a border when using classic or third-party themes. r=dao 2011-12-18 04:02:51 +01:00
Paul Rouget
da50e78b2b Bug 709006 - Implement a Orion theme that matches the DevTools theme. r=msucan 2011-12-18 17:02:54 +01:00
Paul Rouget
8993d92b27 Bug 687702 - Skin the Style Editor according to shorlander's mockups. r=dao 2011-12-19 15:14:58 +01:00
Dão Gottwald
db21bca84a Bug 659213 - Disable the status panel's border radius since it makes the label use grayscale anti-aliasing. r=shorlander 2011-12-24 05:16:34 +01:00
Kyle Huey
e3318a3cb3 Bug 497995: Followup to fix missing newline. r=me DONTBUILD 2011-12-23 20:16:26 -05:00
William Chen
b0811ec877 Bug 497995: Part 5 - Change existing border-image uses in the tree to match the new spec. r=dbaron
--HG--
extra : rebase_source : 2adf368c0a144fe9de4958da626988694e914098
2011-12-22 18:35:20 -05:00
Jason Yeo
2f8d478a69 Bug 709578 - Replace :-moz-system-metric with @media blocks. r=dao 2011-12-28 00:49:17 +01:00
Dão Gottwald
c34b89288d Bug 713835 - Style Editor search box shouldn't be round on Linux. r=paul 2012-01-03 13:18:50 +01:00
Joshua M
3a7ce90fd0 Bug 710341 - Bookmarks menu button has improper toolbar-icon size when placed in the Personal Toolbar. r=dao a=css-only
--HG--
extra : rebase_source : 5515250f8d411c11cc9e25ea41203aaaf60ad582
2011-12-14 11:38:10 +01:00
Ed Morley
2b74cc516b Merge last green changeset of mozilla-inbound to mozilla-central 2011-12-09 11:12:51 +00:00
Thomas Prip Vestergaard
6d3eaec351 Bug 702926 - Remove spinner from AwesomeBar. r=margaret 2011-12-08 15:43:07 -08:00
Joe Walker
7eb01cefbb Bug 702621 - GCLI needs fixes for the minor issues created by bug 692742; r=dcamp,dao 2011-12-08 12:36:36 +00:00
Joe Walker
3db3e8bce7 Bug 701712 - GCLI help should be more, um helpful; r=dcamp,dao 2011-12-08 12:08:35 +00:00
Markus Amalthea Magnuson
844451d838 Bug 623220 - Fix left margin on close buttons for find bar and addon bar on Mac; r=dao 2011-11-30 13:19:48 +00:00
Tim Taubert
cff80c30c8 merging m-c to fx-team 2011-11-30 06:45:50 +01:00
Markus Stange
f2943252ad Bug 681425 - Give selected tabs a white text on Lion. r=dao 2011-11-29 15:34:32 +01:00
Dão Gottwald
af7ea9b540 Bug 659407 - Remove duplicate pinstripe files. r=dolske 2011-11-29 13:33:27 +01:00
Dão Gottwald
9b3fd9b486 Bug 659407 - Remove duplicate gnomestripe files. r=dolske 2011-11-29 13:27:48 +01:00
Dão Gottwald
dc8f2546c9 Bug 659407 - Remove duplicate winstripe files. r=dolske 2011-11-29 13:24:01 +01:00
Sonny Piers
78008a82ab Bug 703938 - Move WebConsole style from toolkit to browser; r=msucan,dao,rcampbell
--HG--
rename : toolkit/themes/gnomestripe/global/webConsole.css => browser/themes/gnomestripe/devtools/webconsole.css
rename : toolkit/themes/gnomestripe/global/icons/webconsole.png => browser/themes/gnomestripe/devtools/webconsole.png
rename : toolkit/themes/gnomestripe/global/webConsole_networkPanel.css => browser/themes/gnomestripe/devtools/webconsole_networkpanel.css
rename : toolkit/themes/pinstripe/global/webConsole.css => browser/themes/pinstripe/devtools/webconsole.css
rename : toolkit/themes/pinstripe/global/icons/webconsole.png => browser/themes/pinstripe/devtools/webconsole.png
rename : toolkit/themes/pinstripe/global/webConsole_networkPanel.css => browser/themes/pinstripe/devtools/webconsole_networkpanel.css
rename : toolkit/themes/winstripe/global/webConsole.css => browser/themes/winstripe/devtools/webconsole.css
rename : toolkit/themes/winstripe/global/icons/webconsole.png => browser/themes/winstripe/devtools/webconsole.png
rename : toolkit/themes/winstripe/global/webConsole_networkPanel.css => browser/themes/winstripe/devtools/webconsole_networkpanel.css
2011-11-24 09:18:41 +01:00
Paul Rouget
c2dc205e4e Bug 704123 - Inspect Element background shading in document too dark; r=dao,rcampbell 2011-11-21 18:30:34 +01:00
Jared Wein
4605e05208 Bug 610902 - Windows Aero: Keyboard shortcuts should appear in gray text on the menus. r=dao 2011-11-29 10:18:03 -05:00
Markus Amalthea Magnuson
54003f5d18 Bug 414781 - Add separator between search field and tree in bookmark/history sidebar, by removing a redundant rule. r=dao 2011-11-27 20:36:40 +01:00
Markus Amalthea Magnuson
1251d362e0 Bug 583510 - Set min-height on toolbar separators to prevent them from disappearing. r=dao 2011-11-27 12:27:14 +01:00
Dao Gottwald
dbad0f673f Bug 700333 - Highlighter close button has a bogus hover state on Windows; r=rcampbell 2011-11-24 09:22:20 -04:00
Joe Walker
e208878add Bug 699411 - GCLI should use a sensible naming convention for its class names; r=dcamp,dao 2011-11-19 08:34:04 -08:00