Commit Graph

10228 Commits

Author SHA1 Message Date
Tim Taubert
d68ecef0ac Bug 497543 - Part 3 - Browser integration; r=dao 2012-01-19 16:01:43 +01:00
Tim Taubert
5e7ade0a16 Bug 497543 - Part 2 - moz-page-thumb:// Protocol and Channel; r=mak 2012-01-19 16:01:42 +01:00
Tim Taubert
450c992d83 Bug 497543 - Part 1 - JavaScript Module; r=dietrich 2012-01-19 16:01:42 +01:00
Tim Taubert
6fb0c39e7f merge m-c to fx-team 2012-01-17 13:22:31 +01:00
Justin Wood
d3b96540be Merge last green PGO from inbound to mozilla-central 2012-01-16 22:27:53 -05:00
Mihai Sucan
7dc415e86e 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
36ac63ff52 Bug 650345 - Implement minimal UI for Find in the Source Editor. r=rcampbell 2012-01-16 18:51:44 +02:00
Tim Taubert
dc0feeb24e merge m-c to fx-team 2012-01-16 11:20:19 +01:00
Paul Rouget
602babcebd Bug 718259 - Remove the resizer button in the Inspector Toolbar; r=rcampbell,dao; ui-r=shorlander 2012-01-15 07:25:45 +01:00
Victor Porof
65af38352c Bug 718281 - Hide Tilt outro transition in a pref; r=rcampbell 2012-01-16 09:00:57 +02:00
Victor Porof
4a5395d8fc Bug 712096 - Exiting 3D (Tilt) mode of the developer tools should show a transition back to a flat page; r=rcampbell 2012-01-16 09:00:56 +02:00
Victor Porof
1cf0bc91b6 Bug 715518 - WASD controls don't work in 3D view if typeaheadfind is active; r=rcampbell 2012-01-16 09:00:56 +02:00
Victor Porof
76a2334da5 Bug 712029 - Implement a way to reset the modelview matrix in Tilt; r=rcampbell 2012-01-16 01:56:06 +02:00
Dão Gottwald
20df52c6bb Bug 716271 - Add "Tabs From Other Computers" to the Firefox button's History menu. r=dietrich 2012-01-14 12:28:45 +01:00
Marco Bonardo
a64064f7b5 Merge last PGO-safe green changeset from mozilla-inbound to mozilla-central 2012-01-14 10:01:34 +01:00
Jared Wein
843a61d98d Bug 198964 - Enable smooth scrolling by default. r=gavin 2012-01-13 16:26:34 -08:00
Gregory Szorc
fe322c24df Merge m-c to s-c 2012-01-13 14:41:44 -08:00
Dave Camp
bb17d0f6d7 Bug 706886 - Line-through disappears after editing overridden rule in style inspector; f=rcampbell; r=joewalker 2012-01-13 13:05:49 -05:00
Victor Porof
2782f41051 Bug 712868 - tilt does not honour webgl.force-enabled preference. r=bjacob,msucan 2012-01-13 15:27:12 +02:00
Tim Taubert
56aca129ef merge m-c to fx-team 2012-01-13 11:40:59 +01:00
Tim Taubert
27bb5e2ce0 merge m-c to fx-team 2012-01-12 21:26:09 +01:00
Dão Gottwald
52b4705eb9 Bug 717191 - browser_scratchpad_bug690552_display_outputs_errors.js leaks the scratchpad window. r=rcampbell 2012-01-12 11:35:35 +01:00
Joe Walker
d874ae00c3 Bug 706230 - GCLI should have a jump-to-scratchpad feature; r=dcamp,dao 2012-01-12 10:12:18 +00:00
Joe Walker
1a35ae4622 Bug 711368 - gcli.css uses both box-sizing and -moz-box-sizing; r=dao 2012-01-12 09:57:07 +00:00
Joe Walker
48d67ee7f1 Bug 715501 - GCLI should be built with the latest version of dryice; r=dcamp 2012-01-12 09:57:07 +00:00
Joe Walker
c22c51f195 Bug 717598 - Backout changeset 05f3cb:13e49 missing reviewer from comment, a=robcee 2012-01-12 15:09:07 +00:00
Joe Walker
1bc2e51f55 Bug 706230 - GCLI should have a jump-to-scratchpad feature 2012-01-12 10:12:18 +00:00
Joe Walker
36453d46f6 Bug 711368 - gcli.css uses both box-sizing and -moz-box-sizing 2012-01-12 09:57:07 +00:00
Joe Walker
e8ef8f2c5c Bug 715501 - GCLI should be built with the latest version of dryice 2012-01-12 09:57:07 +00:00
Richard Newman
80622cc3d1 Merge m-c to s-c. 2012-01-11 13:44:50 -08:00
Paul O’Shannessy
1e05837c14 Bug 717030 - Cancel fullscreen animation when entering dom fullscreen [r=dao] 2012-01-11 11:16:52 -08:00
Paul O’Shannessy
6a43edbec6 Bug 714083 - Update app.support.baseURL to point to support.mozilla.org [r=gavin] 2012-01-11 11:16:42 -08:00
Ed Morley
8128c5973e Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-11 17:01:05 +00:00
Benjamin Smedberg
bd5d1c37d3 Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted 2012-01-11 11:28:21 -05:00
Mihai Sucan
996a3e7b2f Bug 611032 - Errors from before the Web Console is opened do not show. r=gavin.sharp,rcampbell f=rcampbell
--HG--
rename : browser/devtools/webconsole/test/browser_ConsoleAPICachedMessages.js => browser/devtools/webconsole/test/browser_cached_messages.js
2012-01-11 12:51:49 +02:00
Richard Newman
53ce08cc52 Merge m-c to s-c. 2012-01-10 19:09:45 -08:00
Ed Morley
d27cab927f Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-01-11 02:39:31 +00:00
Tim Taubert
c8dd9409bc merge m-c to fx-team 2012-01-10 23:41:18 +01:00
Richard Newman
dea772fc69 Merge m-c to s-c. 2012-01-10 09:03:52 -08:00
Dão Gottwald
6018e744d4 Bug 716692 - browser.js needs to stop observing browser.tabs.onTop when the browser window is closed. r=gavin 2012-01-10 10:13:26 +01:00
Brian R. Bondy
4eed1e5a17 Bug 716473 - Simplify Mozilla Maintenance Service uninstaller. r=rstrong 2012-01-17 19:38:26 -05:00
Brian R. Bondy
a78b080386 Bug 716915 - Service is sometimes not used after several successful service updates because maintenanceservice.exe is missing. r=rstrong. 2012-01-17 16:52:23 -05:00
Richard Newman
56b5d8635b Merge m-c to s-c. 2012-01-09 19:05:34 -08:00
Ed Morley
b2a2852e05 Bug 716480 - Don't list "Change" as an entry on the control panel uninstall context menu for the Mozilla Maintenance Service; r=bbondy 2012-01-10 01:10:42 +00:00
Ed Morley
c1bac028af Bug 716168 - Remove browser/components/wintaskbar/ now that the tests live in browser/modules/test/ (bug 699575 followup); r=gavin 2012-01-10 01:10:42 +00:00
Ed Morley
3ed4f80ebd Merge mozilla-central to mozilla-inbound 2012-01-11 17:28:35 +00:00
Daniel Holbert
f3185cc63a Bug 716787: Disable warnings-as-errors on 32-bit Mac OS X debug builder, since it triggers a compiler bug there. r=glandium 2012-01-11 00:32:27 -08:00
Gervase Markham
a457806f3f Bug 712992 - fix erroneous MPL-only licence; switch to tri-licence. 2012-01-11 16:21:59 +00:00
Lucio Valentin
f8f6458fd6 Bug 583218 - "Web Console" menu item should be checked when the Web Console is open. Additional fixes by Rogério Gonçalves. r=dao 2012-01-11 15:32:39 +01:00
Gregory Szorc
114b34d2d9 Bug 714383 - Move add-ons engine checkbox to top of list; r=rnewman 2012-01-09 12:18:15 -08:00
Gregory Szorc
2af1cbc8f6 Bug 716868. r=philikon
--HG--
extra : rebase_source : 782c06acf95a58f0c1b48fb16ad9e1eb25aae0f0
2012-01-10 11:21:07 -08:00
Dão Gottwald
6a866b0cd8 Bug 694084 - Showing/hiding the conditional forward button resizes the search bar in a new profile (when the url/search bar splitter hasn't been used). r=gavin 2012-01-12 22:25:13 +01:00
Dão Gottwald
9ef76e7b86 Bug 646038 - URL destination flickers when the mouse pointer is over a link positioned at the bottom corner. r=gavin 2012-01-12 22:24:44 +01:00
Leonard Camacho
c677f4d5ed 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
8f4df48acc Bug 709748 - GCLI 'help' command causes firefox to crash; r=paul 2012-01-09 15:38:49 +00:00
Joe Walker
c9416f4685 Bug 689605 - GCLI should be ready to be shipped, preffed on; r=msucan 2012-01-09 15:38:49 +00:00
Berker Peksag
6432bd8243 Bug 683510 - GCLI needs a 'console' command; r=msucan 2012-01-09 15:38:48 +00:00
Joe Walker
bd05286f15 Bug 710152 - GCLI javascript completion should stop providing completions with complex JS input; r=dcamp 2012-01-09 15:38:48 +00:00
Joe Walker
45aee2150f Bug 704184 - Find a better way to scroll web console output; r=dcamp 2012-01-09 15:38:48 +00:00
Joe Walker
4cb553abc0 Bug 704182 - webconsole forces wacky lists on GCLI; r=dao,msucan 2012-01-09 15:38:48 +00:00
Tim Taubert
b80865c944 merge m-c to ux 2012-01-08 15:02:29 +01:00
Tim Taubert
d386d01d3c Bug 710975 - Bad index checking in nsIEProfileMigrator::TestForIE7(). r=gavin 2012-01-08 03:07:48 -08:00
Serge Gautherie
a39e1d0f86 Bug 713192. (Av1c-FF) Improve code. r=gavin.sharp. 2012-01-08 04:09:00 +01:00
Ed Morley
aa198bc5cb Merge mozilla-central and mozilla-inbound 2012-01-07 19:06:32 +00:00
ffxbld
9dc9090c8d Automated blocklist update from host linux-ix-slave29 2012-01-07 10:00:41 -08:00
Dão Gottwald
8c9038e777 Disable browser_bug321000.js because newline handling is shaky (bug 592528) 2012-01-07 10:54:47 +01:00
Fabrice Desré
13c10f6e0f Bug 717975 - only expose m-c implementation of mavigator.mozApps on b2g [r=jst] 2012-01-13 21:09:24 -08:00
Dão Gottwald
f24523c6db Bug 694084 - fix typo
--HG--
extra : rebase_source : dcbbfc8c2ab9325c4d4af877c7fc2fba70256657
2012-01-13 17:18:33 +01:00
Jim Mathies
9184744dfc Bug 618353 - Provide content with the ability to shrink the size of glass borders for glass windows and shrink the fx border by 2 pixels. r=felipe 2012-01-13 09:10:05 -06:00
Mihai Sucan
399102b0ea Bug 609890 - window.console API messages from before the Web Console is opened don't show. r=gavin.sharp 2012-01-06 21:34:56 +02:00
Dão Gottwald
b932f1ae99 Bug 589114 - Use frame scheduling for animated Fullscreen toolbar hiding. r=dietrich
--HG--
extra : rebase_source : b2f78bd02073c0fe7710d6171302783ee8d42bc6
2012-01-06 20:03:57 +01:00
Paolo Amadini
04f0f7bb8d Bug 718484 - Merge browser_privatebrowsing_beforeunload_enter.js and browser_privatebrowsing_beforeunload_exit.js; r=ehsan 2012-01-16 20:43:40 +01:00
Matt Brubeck
b8a933ed72 Bug 719271 - Site-specific zoom level shouldn't apply to media documents [r=gavin] 2012-01-20 11:43:24 -08:00
Reuben Morais
ad0e20bc5a Bug 708585 - Add a preference to control how app tabs are loaded if restore_on_demand is set. r=zpao 2012-01-20 13:49:15 +01:00
Josh Matthews
5f8532b728 Bug 715700 - Test to check that localStorage across multiple windows remains in sync while in private browsing mode. r=mayhemer 2012-01-20 04:04:25 -05:00
Mike Hommey
71c38e1b7f Bug 683127 part 8 - Allow to load Elf files from a Zip archive. r=tglek,r=sewardj 2012-01-20 09:48:44 +01:00
Ed Morley
a340e34b5d Merge mozilla-central to mozilla-inbound 2012-01-20 01:27:04 +00:00
Robert Longson
b0c397084a Bug 715999 - Old tooltip appears when the SVG object that the mouse is over is removed. r=dao 2012-01-19 23:23:32 +00:00
Gavin Sharp
367f1197cc Bug 719538: make nsWindowsShellService use nsIWindowsRegKey, r=jmathies 2012-01-19 11:44:27 -08:00
Dão Gottwald
24c3d69b6a Bug 644746 - Call updateVisibility when constructing the tabs container rather than when addProgressListener is called for the first time. r=gavin
--HG--
extra : rebase_source : d6ccec4e6c3f993136a4fda98baf136dd20926c2
2012-01-06 14:22:47 +01:00
Dão Gottwald
7943191d80 Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske
--HG--
extra : rebase_source : 37cad5657cc79391dafecd05ac65c1005334cb98
2012-01-06 14:19:57 +01:00
Cedric Vivier
bd0ebe4b4d Bug 713359 - CSS cut short in Style Editor; r=dcamp 2012-01-06 00:35:34 +08:00
Paul Rouget
3ab3bd59c0 Bug 717258 - Fix CSS typo in winstripe/devtools/common.css; r=jwalker,dao 2012-01-11 17:54:24 +01:00
Paul Rouget
8f61e993ad Bug 715887 - Rename Properties to Computed in the Style sidebar; r=rcampbell 2012-01-09 17:45:53 +01:00
Paul Rouget
e501a6a6e9 Bug 704017 - [RTL] The Inspector rules view should be LTR; r=dao 2012-01-05 12:42:30 +01:00
Michael Ratcliffe
6f354fc241 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
9c3ec4eea9 merge m-c to fx-team 2012-01-05 10:19:15 +01:00
Paul Rouget
1e5fd808ff Bug 712867 - Orion is white-on-white when using High Contrast Black color scheme; r=msucan 2012-01-03 17:52:57 +01:00
Brian R. Bondy
528c9af51d Bug 711692 - Various fixes for intermittent failures. r=rstrong. 2011-12-28 21:08:37 -05:00
Brian R. Bondy
03ad6d8657 Bug 711792 - Speed up and simplify maintenance service update command processing. r=rstrong. 2012-01-04 23:19:17 -05:00
Ed Morley
800bca0804 Backout b121ed2a5db6 (bug 716699) & 59cd8f499630 (bug 716787) for OS X debug build failures 2012-01-11 09:57:55 +00:00
Daniel Holbert
7faeb49203 Bug 716787: Disable warnings-as-errors on 32-bit Mac OS X debug builder, since it triggers a compiler bug there. r=glandium 2012-01-11 00:32:27 -08:00
Victor Porof
1b7db68dfd Bug 713391 - There should be a test to make sure Tilt is opened via the access key; r=rcampbell 2011-12-24 20:41:12 +02:00
Victor Porof
cd7814664c 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
Victor Porof
282eb8ebc0 Bug 713260 - Add a Tilt test for content location changes. r=rcampbell 2011-12-23 20:23:25 +02:00
Dão Gottwald
14bd85df0d merge backout 2012-01-06 14:11:05 +01:00
Dão Gottwald
6a4e29a031 Backed out changeset 5fbe5ee99a27 for browser_bug321000.js failure 2012-01-06 14:10:55 +01:00
Dão Gottwald
0d3ff922a9 Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske 2012-01-06 11:26:12 +01:00
Thomas Prip Vestergaard
4fd6b64ce9 Bug 713822 - Simplify @media queries. r=dao 2012-01-06 11:38:39 +01:00
Michael Ratcliffe
cda749000b Bug 691478 - JavaScript strict warning: resource:///modules/HUDService.jsm, line 5012: reference to undefined property this.lastInputValue; r=dcamp 2011-12-21 10:52:08 +01:00