Commit Graph

16954 Commits

Author SHA1 Message Date
Brian Grinstead
8df3b01be5 Bug 891556 - Add Ctrl-Shift-C (Cmd-Opt-C) shortcut to toggle highlighting; r=jwalker 2013-08-02 11:28:37 -07:00
Brian Grinstead
2c16b8d160 Bug 892168 - Ctrl+Shift+I/Cmd+Opt+I should toggle the devtools open/closed; r=jwalker 2013-07-31 10:38:59 -07:00
Matt Brubeck
5bffca7be7 Bug 897175 - Re-enable browser_findbar.js (back out d0edf8086809) 2013-08-03 09:14:29 -07:00
Matt Brubeck
5cc1118f4e Bug 897175 - Intermittent failure in browser_findbar.js 2013-08-03 08:54:57 -07:00
Girish Sharma
7bf5ce0a63 Bug 860360 - Properly position the web console popup everytime, r=msucan 2013-08-03 19:49:49 +05:30
Paolo Amadini
3b313b16d7 Bug 899107 - Allow using the JavaScript API as the back-end for the Downloads Panel. r=mak 2013-08-03 13:04:44 +02:00
Mihai Sucan
b7a8ec61f6 Bug 793996 - Create reload marker in the Web Console; r=robcee 2013-08-02 20:19:23 +03:00
Mihai Sucan
f0c3ce2c9b Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
2013-08-03 13:29:48 +03:00
Mihai Sucan
f2ab2589a3 Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
Tim Taubert
c5f0278790 Bug 898755 - Remove _resume_session_once_on_shutdown code from SessionStore; r=yoric 2013-08-02 20:17:45 -07:00
Marco Castelluccio
78e6e72dab Bug 900845 - We aren't using the NetUtil module in SessionStore.jsm. r=ttaubert 2013-08-02 20:37:12 -04:00
Allison Naaktgeboren
8a55ff091c Bug 895669 - Override about:addons to display a metro custom page. r=sfoster 2013-08-02 20:36:39 -04:00
Tiziana Sellitto
1154e76a61 Bug 854952 - Delete fullscreen approval question from fullscreen approval pane, change fullscreen exit hint message fullscreenExitHint2, halve border radius, add background texture, and change button order of the fullscreen permission prompt. r=dolske 2013-08-02 20:36:10 -04:00
Rodrigo Silveira
e171526181 Bug 901147 - Js error 'Elements.contextappbar.hide is not a function' while running tests r=mbrubeck
--HG--
extra : rebase_source : 0f3b3b09848ef554a57d6ebdf0e9c4e1ca7c4120
2013-08-02 12:47:22 -07:00
Robert Strong
b5a48596f7 Most entries in removed-files.in are not needed - Bug 649607 - Update removed-files.in after requiring update to the version with bug 563318. r=bbondy 2013-08-02 17:19:33 -07:00
Nick Fitzgerald
69d301c654 Bug 901030 - dbg blackbox command reports all the same source black boxed; r=dcamp 2013-08-02 17:09:37 -07:00
Matt Brubeck
840e9fe50f Back out 7579823b624a (bug 899987) temporarily until the underlying bug is really fixed 2013-08-02 16:59:50 -07:00
Dave Camp
3751cc02c9 Bug 897275 - Move css-logic.js to toolkit. r=jwalker
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
extra : rebase_source : 6d7cbdea4ec7bfed78083ec62c125b6d6c0bab4f
2013-07-24 10:57:04 -07:00
Ivan Alagenchev
372fb3e439 Bug 762593 - DEVTOOLS patch. Adds tests and logic to output warning messages for insecure passwords to web console. r=msucan 2013-08-06 10:14:51 -04:00
Ivan Alagenchev
696edb62f1 Bug 762593 TOOLKIT patch. Adds logic for validating if password input fields are insecure. r=dolske 2013-08-06 10:14:40 -04:00
Victor Porof
1247e043cf Bug 901454 - The deck added in bug 895543 causes the source editor to not scroll properly, r=fitzgen 2013-08-06 17:00:52 +03:00
Carsten "Tomcat" Book
6af9a587a1 Backed out changeset 516063917157 (bug 866304) mochitest metro orange 2013-08-06 12:19:29 +02:00
Carsten "Tomcat" Book
b2f1eeba4d Backed out changeset e0061be20d1e (bug 866304) for causing metro mochitest failure 2013-08-06 12:19:09 +02:00
Carsten "Tomcat" Book
f83cc51d5e Backed out changeset 14434d2b75b9 (bug 866304) for suspicion of causing metro mochitest failure 2013-08-06 12:06:50 +02:00
Tim Abraldes
c8525cfc15 bug 897121. Move handling of DNT pref to prefsFlyout.js. Correctly (hopefully :) deal with the various pref values that are possible. r=rsilveira 2013-08-05 23:29:55 -07:00
Tim Abraldes
ce1555cd7a bug 866304 DialogUI "modals" cleanup patch. Removes the "modals" portions of DialogUI. Converts the crash reporter prompt to use nsIPromptService.confirmEx instead of DialogUI.importModal. r=mbrubeck
The crash reporter prompt is the only consumer of DialogUI.importModal and related code. The "modals" concept that DialogUI implements should go away in favor of tab-modal dialogs and tab-agnostic notifications (e.g. flyouts). I don't think that the crash reporter prompt should be a tab modal dialog; I'd prefer to see it become an about: page or perhaps a flyout. Making it a tab-modal prompt was just the easiest thing to do in this set of patches.
2013-08-05 23:29:55 -07:00
Tim Abraldes
759cfff321 bug 866304 DialogUI dialogs cleanup patch. Removes unused/obsolete code from DialogUI. r=mbrubeck
The "dialog" concept is unused (the last consumer was the sync setup UI which is now a flyout) and is obsolete since we have prompts.
2013-08-05 23:29:55 -07:00
Tim Abraldes
ea22e271b0 bug 866304. In metro, use the tab-modal prompt implementation that is available in toolkit. r=mbrubeck
This patch replaces metro's 'PromptService' (which implements nsIPromptService and nsIPrompt, among others) with an implementation that simply forwards all calls to toolkit's nsPrompter.js. Before forwarding each call, it writes the "allowTabModal" property on the object obtained from nsPrompter.js, causing the created prompt to be tab-modal.

It also adds functionality to browser.js for creating tab modal prompts. One of the changes made as part of adding this functionality is replacing the <browser> with a <stack> of <browser> objects.
2013-08-05 23:29:54 -07:00
Ryan VanderMeulen
bed2e900e1 Merge m-c to fx-team. 2013-08-05 23:22:11 -04:00
Adam Dane [:hobophobe]
db2c2f6823 Bug 893349 - Dispatch event when find bar is initialized. r=dao 2013-08-04 16:06:19 -05:00
Ryan VanderMeulen
527de610b2 Merge m-c to fx-team. 2013-08-05 20:02:16 -04:00
Dave Camp
e8e119a098 Bug 899786 - Return the string version of the baseURI in the style editor. r=harth 2013-07-23 15:50:26 -07:00
Ed Morley
3974762c8e Bug 880739 - Disable browser_context_menu_tests.js for intermittent failures
--HG--
extra : rebase_source : 799644a3aeed0a22887338aac05417143c772871
2013-08-02 15:49:13 +01:00
Ryan VanderMeulen
d2dee60bec Merge m-c to inbound. 2013-08-01 20:25:21 -04:00
Marco Castelluccio
15584bed99 Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
501ddf3329 Merge m-c to fx-team. 2013-08-01 16:35:13 -04:00
Dão Gottwald
1a528e7327 Bug 728773 - Always freeze the build ID in the UA string at 20100101. r=bz sr=gerv 2013-08-02 00:50:45 +02:00
Jim Mathies
6fade54020 Bug 898457 - Don't display a horizontal scrollbar in flyout panels. r=tabraldes 2013-08-01 07:31:35 -05:00
Jim Mathies
b3a14aa1c6 Bug 899027 - Fixes for various errors in FormHelper while running the tests in bug 891688. r=rsilveira 2013-08-01 07:31:35 -05:00
Jim Mathies
4fa0b49e80 Bug 891688 - Fix for caret selection not always appearing in subframes. r=mbrubeck 2013-08-01 07:31:34 -05:00
Raymond Lee
95c670e81a Bug 818593 - Add file size to bookmarks restore UI. r=mak 2013-07-31 22:51:09 +08:00
Jonathan Wilde
f865ff1782 Bug 899726 - Defect - during keyboard showing/hiding, sometimes hidden appbars show up. r=mbrubeck
--HG--
extra : rebase_source : 520ea7bbfb5667cb96d603ec876fd8bc9a9610ec
2013-08-01 11:59:17 -07:00
Jonathan Wilde
f8a506ddbd Bug 892241 - Change - NewUI - Disable extraneous UI elements when on start screen. r=mbrubeck
--HG--
extra : rebase_source : 582f36a246323cbb0e0c29e8db61081375abaa44
2013-07-31 19:04:56 -07:00
Steven MacLeod
84af962497 Bug 898184 - Restore telemetry measurements that were removed when transitioning to the SessionWorker. r=ttaubert 2013-07-31 21:15:26 -04:00
Brian R. Bondy
2c82773b87 Bug 900044 - Get rid of viewport-needs-updating and related code. r=kats 2013-07-31 20:59:24 -04:00
Sam Foster
ff7126eed5 Bug 898651 - Dont add the find-in-page menuitem when the StartUI is visible. r=mbrubeck
--HG--
extra : rebase_source : 627dd222e76bdbbe7fe882a636ae9a90c5a58c09
2013-07-30 15:50:14 -07:00
Paul Rouget
792050f38a Bug 898394 - Implement an Object Emitter. r=vporof 2013-07-30 04:02:00 +02:00
Andre Miranda
4d157bd65d Bug 778174 - [responsive mode] add a vertical resizer. r=paul 2013-07-17 21:28:33 -03:00
Nick Fitzgerald
2c317e4266 Fix bug 892286 - Cmd+L / Ctrl+L should be go to line. r=robcee 2013-08-01 10:55:39 +02:00
Paul Rouget
fdc6430862 Bug 898918 - many files have wrong mode-lines in comments. r=robcee 2013-08-01 10:53:31 +02:00
Ryan VanderMeulen
42e1e42d76 Merge m-c to inbound. 2013-07-31 16:33:59 -04:00
Ryan VanderMeulen
49f1190f5e Bug 897104 - Remove useless |is| check since the function it's looking for is gone. r=past 2013-07-31 16:29:58 -04:00
Doug Turner
1b9818f1b6 Bug 885641 - Force an update check if the build is older than some reasonable value. r=gavin, r=rstrong 2013-07-30 20:19:58 -07:00
Ed Morley
75f33f681b Merge latest green fx-team changeset and mozilla-central 2013-07-31 13:02:44 +01:00
Nick Fitzgerald
81d36c49a9 Bug 895543 - part 2: show a "this source is black boxed" message and big "un black box" button instead of the source editor for black boxed sources; r=robcee 2013-07-30 20:36:13 -07:00
Nicholas Cameron
a2cdf1ab09 Bug 895873 - backout bug 893117 for Win8 mc bustage 2013-07-30 23:32:35 -04:00
Ryan VanderMeulen
d26e9edf4d Backed out changeset e2ac4f906a29 (bug 843019) for intermittent test failures. 2013-07-30 21:59:11 -04:00
Marco Castelluccio
e649f26e75 Bug 777517 - Webapp installation alert should launch app on click. r=myk 2013-07-30 18:37:00 -07:00
Rodrigo Silveira
d33b1cbc2d Bug 896757 - Defect - Remove > from narrow version of grid title strings r=mbrubeck
--HG--
extra : rebase_source : c9cc4980e978d0d16a7c3b2023a26ad100fcbcd1
2013-07-29 18:11:16 -07:00
David Zbarsky
aa7c54d744 Bug 893117: Remove nsIDOMHTMLLabelElement r=bz 2013-07-30 14:55:13 -07:00
David Zbarsky
5be64ca260 Bug 893117: Remove nsIDOMHTMLHeadingElement r=bz 2013-07-30 14:55:12 -07:00
David Zbarsky
db8538deb2 Bug 893117: Remove nsIDOMHTMLTableCellElement r=peterv 2013-07-30 14:55:10 -07:00
Tanvi Vyas
bbd83899cf Bug 890963 - Update site identity message for pages where Mixed Active Content has loaded. r=dolske? 2013-07-31 10:43:38 -07:00
Dão Gottwald
830d811286 Bug 896114 - Don't initialize UserAgentOverrides on desktop. r=dolske 2013-07-30 22:51:25 +02:00
Ryan VanderMeulen
2a93f2cff1 Merge m-c to inbound. 2013-07-30 15:41:57 -04:00
Sam Foster
10dccadd88 Bug 899623 - Ensure activeTileset is bound before calling methods on it. r=jimm 2013-07-30 12:16:58 -07:00
Ryan VanderMeulen
6054b3a67b Merge m-c to fx-team. 2013-07-30 13:12:26 -04:00
Steven MacLeod
8ea2ec2a8f Bug 897396 - Add telemetry to Session Store for restoring a window; r=ttaubert 2013-07-30 09:38:49 -07:00
Tim Taubert
5f1ae9526b Bug 899532 - Use whenDelayedStartupFinished() in browser_tab_dragdrop.js; r=gavin 2013-07-30 09:38:12 -07:00
Shane Caraveo
45b7f6e770 bug 899192 fix toolbar button test, r=markh 2013-07-30 08:53:31 -07:00
Ryan VanderMeulen
6b47661305 Bug 845190 - Disable test_startup_nosession_sync.js on Linux and Windows debug for being the latest perma-orange caused by a random JS change.
CLOSED TREE
2013-07-29 21:45:10 -04:00
Matt Brubeck
1e953aa741 Bug 898539 - Thumbnails are broken when restoring previous session at startup [r=ally] 2013-07-29 16:34:37 -07:00
Kamil Jozwiak
9fb0b67fc6 Bug 876816 - Adding a class into flyoutpanels.css for standard widths. r=ally 2013-07-29 16:34:16 -07:00
Ryan VanderMeulen
2ef7a9892a Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Stephen Horlander
c005049cea Bug 889417 - Make branding 32 x 32 icon fill more space. r=dolske 2013-07-29 18:11:28 -04:00
Sam Foster
75832c5523 Bug 896766 - Add metro_viewstate_changed handling to toggle grid selectability. r=rsilveira
--HG--
extra : rebase_source : b1be067967f81507bfd88f43341116650c244d9e
2013-07-29 15:03:16 -07:00
Ryan VanderMeulen
747adc4200 Merge m-c to fx-team. 2013-07-29 17:27:08 -04:00
Tim Taubert
1f880434bc Bug 897943 - Fix focus issues and wait for delayed startup in browser_locationBarCommand.js; f=margaret r=gavin 2013-07-29 12:55:09 -07:00
Tim Taubert
4d643986d1 Bug 857427 - Wait for delayed startup to be finished before starting tests in a window; r=ehsan 2013-07-29 11:06:24 -07:00
Shane Caraveo
268ccdee4e bug 891545 fix context menu for share panel, r=markh 2013-07-29 10:53:00 -07:00
Tomoaki Konno
f7cd8c637c Bug 797561 - Expose a server tcp socket API to web applications r=honza 2013-07-29 10:36:43 -07:00
Girish Sharma
7125ed7493 Bug 894376 - Autocomplete CSS values in Style Inspector, r=mratcliffe 2013-07-28 05:20:38 +05:30
Christos Stathis
47b26b8992 Bug 686937 - Include JSTerm helpers in autocompletion suggestions; r=past 2013-07-27 11:44:00 +03:00
Xidorn Quan
4306f40e8b Bug 897930 - Unhide hidden preference for disabling green download flash animation added in bug #861613. r=mak
--HG--
extra : rebase_source : 9a8231ae6d9971318c19d9b5b52864aa32926c27
2013-07-27 06:25:00 -07:00
Girish Sharma
5600aa21af Bug 893965 - Autocomplete CSS properties in the rule view, r=mratcliffe, msucan 2013-07-26 04:35:05 +05:30
Girish Sharma
dd52d56902 Bug 897672 - Use winUtils.[AGENT_SHEET|AUTHOR_SHEET] instead of the undefined window.[AGENT_SHEET|AUTHOR_SHEET] in theme-switching.js, r=paul 2013-07-25 02:31:37 +05:30
Girish Sharma
38839fc622 trying to lower the frequency of intermittent in Bug 851349, r=past 2013-07-29 22:40:20 +05:30
Tim Taubert
4c16ca29d6 Bug 898738 - 'Error: input is not defined' browser_formdata_format.js; r=yoric 2013-07-29 09:44:58 -07:00
Shane Caraveo
6977a96548 bug 896314 fix permission icon when swapping social providers, r=felipe 2013-07-29 09:35:41 -07:00
Marco Castelluccio
3ca1129cca Bug 893297 - Icon problem when installing an app from within another app (yo dawg). r=Mossop
--HG--
rename : browser/themes/linux/webapps-16.png => toolkit/themes/linux/global/icons/webapps-16.png
rename : browser/themes/linux/webapps-64.png => toolkit/themes/linux/global/icons/webapps-64.png
rename : browser/themes/osx/webapps-16.png => toolkit/themes/osx/global/icons/webapps-16.png
rename : browser/themes/osx/webapps-16@2x.png => toolkit/themes/osx/global/icons/webapps-16@2x.png
rename : browser/themes/osx/webapps-64.png => toolkit/themes/osx/global/icons/webapps-64.png
rename : browser/themes/windows/webapps-16.png => toolkit/themes/windows/global/icons/webapps-16.png
rename : browser/themes/windows/webapps-64.png => toolkit/themes/windows/global/icons/webapps-64.png
2013-07-29 12:17:57 -04:00
Shane Caraveo
25917e751e bug 886227 fix intermittent orange 2013-07-29 09:03:19 -07:00
Ehsan Akhgari
0844f71948 Bug 898881 - Enable OpenSearch auto discovery for private windows; r=jdm 2013-07-30 13:12:16 -04:00
Ed Morley
582a3b8962 Bug 851349 - Disable browser_inspector_bug_831693_searchbox_panel_navigation.js for too many intermittent failures
--HG--
extra : rebase_source : dfc972c73c4c7e3a11e2695039b687048b478049
2013-07-30 17:21:57 +01:00
Jonathan Wilde
06cd140114 Bug 897830 - Part 1 - Rename "flyout" to "flyoutpanel" for clarity. r=timA
--HG--
rename : browser/metro/base/content/flyouts/aboutFlyout.js => browser/metro/base/content/flyoutpanels/AboutFlyoutPanel.js
rename : browser/metro/base/content/flyouts/flyoutUI.js => browser/metro/base/content/flyoutpanels/FlyoutPanelsUI.js
rename : browser/metro/base/content/flyouts/prefsFlyout.js => browser/metro/base/content/flyoutpanels/PrefsFlyoutPanel.js
rename : browser/metro/base/content/flyouts/syncFlyout.js => browser/metro/base/content/flyoutpanels/SyncFlyoutPanel.js
extra : rebase_source : b97f23e84ad37814d9d8476c9e41fc57c0537e06
2013-07-29 14:35:17 -07:00
Tom Schuster
d02522a3b1 Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug 2013-07-29 11:03:41 -04:00
Ryan VanderMeulen
b99711db10 Merge m-c to fx-team. 2013-07-30 21:32:21 -04:00
Brandon Benvie
6c57206ed4 Bug 899218 - Scratchpad doesn't handle long strings. r=robcee 2013-07-30 16:27:44 -07:00
Brandon Benvie
093efb8f77 Bug 843019 - Variables view input filter doesn't work until you press Escape. r=vp, r=msucan 2013-07-30 16:07:59 -07:00
Bill McCloskey
2cf60b81f5 Bug 897066 - Underline tab titles if the tab is remote (r=gavin) 2013-08-03 12:52:42 -07:00
Bill McCloskey
1828807e99 Bug 897066 - In e10s builds, some pages should be loaded in the chrome process (r=gavin) 2013-08-02 16:30:19 -07:00