Justin Dolske
5bb3221d40
Bug 355063 - Password manager does not work on script-generated forms, should use new DOMFormHasPassword event instead. r=mattn
2013-08-21 17:25:03 -07:00
Ryan VanderMeulen
5d95059b6c
Merge m-c to fx-team.
2013-08-21 17:19:29 -04:00
Gavin Sharp
d4e70dc8c7
Bug 907404: disable the in-product whatsnew page, so that manual upgrades are consistent with updater upgrades wrt showing the whatsnew page (updater upgrades disable whatsnew via snippets), r=dolske, a=asa
...
--HG--
extra : transplant_source : %0D6A%BEP%99%09%CEVA%00l%A7%27%C3%08%EF%03%03%82
2013-08-20 14:16:25 -07:00
Oprea Victor Andrei
7b11362e49
Bug 901733 - Add "--invert" flag to the "dbg blackbox" command; r=fitzgen
2013-08-12 13:58:22 -07:00
Tom Schuster
9ac2ae09b1
Bug 896748 - Electrolysis: Html 5 notification permission request box doesn't open. r=felipe
2013-07-22 20:24:11 -04:00
Ryan VanderMeulen
4629c7334d
Merge m-c to inbound.
2013-08-22 15:44:40 -04:00
Eddy Bruel
6d0507e293
Bug 899052 - Promisify the debugger's live list interface; r=fitzgen
2013-08-21 02:08:48 +02:00
Ehsan Akhgari
defdf91b89
Bug 905846 - Create Beta/Release/Common-opt mozconfigs for Win64; r=catlee
...
--HG--
rename : browser/config/mozconfigs/win64/nightly => browser/config/mozconfigs/win64/common-opt
2013-08-23 18:18:19 -04:00
Ryan VanderMeulen
a7872e972f
Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE.
2013-08-14 15:12:20 -04:00
Ryan VanderMeulen
03b55bc71f
Backed out changeset e91392042137 (bug 892488) for mochitest-3 failures.
...
CLOSED TREE
2013-08-14 13:29:10 -04:00
Jonathan Wilde
990ee8493e
Bug 856264 - Part 1 - Failing tests for context menu. r=jimm
...
--HG--
extra : rebase_source : 06a8e9b6f39768e175224cf1e40889f10d979748
2013-07-17 21:50:51 -07:00
Sam Foster
343d6ce5a0
Bug 902246 - Utility methods for adding rgb(a) colors together. r=mbrubeck
2013-08-08 17:02:19 -07:00
Rodrigo Silveira
5b411fbe99
Bug 881995 - Snapped view Alignment for Bookmarks an Recent History is off and tiles are cut off
...
--HG--
extra : rebase_source : c555f8623515499f7cdf84f11e0b29a8c43343cd
2013-08-07 13:11:44 -07:00
Ryan VanderMeulen
6faa5c58dd
Merge m-c to fx-team.
2013-08-08 16:25:37 -04:00
Allison Naaktgeboren
dbaf6b84f3
Bug 894811 - First character gets dropped when typing into urlbar after opening a new tab.r=mbrubeck
2013-08-08 11:48:01 -07:00
Carsten "Tomcat" Book
f0bfac3d0e
merge mozilla-inbound to mozilla-central
2013-08-08 13:13:05 +02:00
David Keeler
9f7b825989
Bug 516753 - Forward content context menu events to the parent. r=felipc
2013-08-06 15:00:07 -07:00
Valentin Gosu
da213913be
Bug 865850 - Integrate about:networking into Firefox. r=ttaubert
2013-08-07 20:15:28 -04:00
Marina Samuel
91931fb880
Bug 883962 - Make the download button in the appbar toggle the downloads infobar. r=sfoster
2013-08-07 18:41:25 -04:00
Tim Taubert
7579551ffa
Bug 902175 - [New Tab Page] Fix drag/drop tests on Retina displays r=jaws
2013-08-08 01:47:29 +02:00
Tim Taubert
33fe3a4829
Bug 637020 - Invalidate windows after they have been restored to ensure their data is collected the first time we save; f=smacleod r=yoric
2013-08-08 01:47:26 +02:00
Nick Fitzgerald
6e41cde13a
Bug 901169 - grey out black boxed source labels; r=vporof
2013-08-07 16:29:35 -07:00
Marina Samuel
dee53b55a9
Bug 783232 - Hook nsIAlertService up to native toast notifications and use them for download complete alerts. r=jimm
2013-08-07 16:57:06 -04:00
Matt Brubeck
cdeb33c307
Bug 887975 - Remove start page background to work around flickering bug [r=ally]
2013-08-07 12:24:31 -07:00
Brian R. Bondy
98d0e77b91
Bug 898842 - Increase fling momentum. r=jimm
2013-08-07 14:45:24 -04:00
Ryan VanderMeulen
0d3342271d
Merge m-c to fx-team.
2013-08-07 14:46:19 -04:00
Allison Naaktgeboren
8343d0eef2
Bug 895921 - Defect - Tab bar not appearing when selecting links from flyouts.r=?
2013-08-07 10:29:40 -07:00
Tim Abraldes
c9ab8fe638
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
7c24cf81ca
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
c774f206e1
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
Matt Brubeck
2db118e308
Bug 901671 - Control-L should always select the text in the address field [r=rsilveira]
2013-08-06 16:06:37 -07:00
Matt Brubeck
6bdd15e23a
Bug 901094 - Progress indicator hidden when navbar is hidden [r=sfoster]
2013-08-06 16:06:15 -07:00
Allison Naaktgeboren
8385f6306a
Bug 901487 - Inconsistent spelling of "add-ons" in about:addons override for Metro, improve l10n structure of sentence.r=mbrubeck
2013-08-06 15:04:46 -07:00
Ryan VanderMeulen
569226ba78
Merge m-c to fx-team.
2013-08-06 14:23:55 -04:00
Ed Morley
e87eb109e1
Backed out changeset f87e93861239 (bug 649607) for causing bug 901921
2013-08-06 10:42:42 -07:00
Marina Samuel
1b6376ad7b
Bug 883959 - re-land part of previous change that was accidentally reverted. r=me
2013-08-06 13:33:33 -04:00
Ed Morley
a428bbb020
Merge mozilla-central and inbound
2013-08-07 16:19:03 -07:00
Ryan VanderMeulen
03f1e9ee4f
Merge m-c to inbound.
2013-08-05 20:00:43 -04:00
Ryan VanderMeulen
8fbbb10186
Merge fx-team to m-c.
2013-08-05 19:52:46 -04:00
Ryan VanderMeulen
b20c40920e
Merge b2g-inbound to m-c.
2013-08-05 19:52:11 -04:00
Marco Castelluccio
dfc9d0934f
Bug 771294 - Install App doorhanger remains visible when installing page immediately loads another page. r=myk
...
--HG--
rename : dom/tests/mochitest/webapps/bug_765063.xul => dom/tests/mochitest/webapps/install_and_redirect_helper.xul
2013-08-05 16:30:41 -04:00
Tim Taubert
03c32fd3e0
Bug 898775 - Fix the browser.sessionstore.resume_from_crash preference; r=yoric
2013-08-05 20:26:27 +02:00
Bhavana Bajaj
80a67bd18b
Merging in version bump NO BUG
2013-08-05 11:06:54 -07:00
Jim Mathies
a8c976ddaa
Bug 890153 - Clear findbar text input focus when navigating found text. r=ally
2013-08-05 07:15:42 -05:00
Carsten "Tomcat" Book
c7c707deba
Merge m-i to m-c
2013-08-05 11:18:59 +02:00
Tim Taubert
805cab0db7
merge m-c to fx-team
2013-08-05 10:03:51 +02:00
Tim Taubert
b9c090c518
Backed out changeset fa280c8a55f0 (bug 892185)
2013-08-05 06:11:17 +02:00
ffxbld
214fa7a45f
No bug, Automated blocklist update from host bld-linux64-ec2-393 - a=blocklist-update
2013-08-03 03:23:01 -07:00
Ryan VanderMeulen
86ae8ca1a0
Backed out changesets fbba341b5faf, 4b2c9adef1e4, and bde98e3a7194 (bug 762593) for mochitest-bc failures.
2013-08-05 16:58:37 -04:00
Ryan VanderMeulen
194233e854
Bug 897175 - Disable browser_findbar.js due to frequent failures. r=jimm
...
CLOSED TREE
2013-08-02 17:01:56 -04:00
Ryan VanderMeulen
00913f13e0
Merge m-c to fx-team.
2013-08-02 17:09:31 -04:00
Gavin Sharp
53a7f4d31d
Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE
2013-08-02 13:02:22 -07:00
Matt Brubeck
7d181c3682
Bug 899726 - Fix merge conflicts on a CLOSED TREE
2013-08-02 10:54:35 -07:00
Matt Brubeck
ce0cdebb1e
Bug 899987 - Remove workarounds for ui.mouse.radius bug [r=jimm]
2013-08-01 15:47:24 -07:00
Gavin Sharp
0be0db67a8
Bug 897066 followup: fix mismerge of two patches
2013-08-05 10:36:46 -07:00
Georg Fritzsche
43d3c4b358
Bug 896965 - Trigger "PluginBindingAttached" before running plugin notification tests. r=keeler
2013-08-05 14:58:02 +02:00
Ivan Alagenchev
5d3ee647b6
Bug 762593 - DEVTOOLS patch. Adds tests and logic to output warning messages for insecure passwords to web console. r=msucan
2013-08-05 11:23:03 -07:00
Ivan Alagenchev
fdb4e7588b
Bug 762593 TOOLKIT patch. Adds logic for validating if password input fields are insecure. r=dolske
2013-08-05 11:22:59 -07:00
Bill McCloskey
13c5f652ba
Bug 899338 - Work around backspace problem in e10s builds by disabling XUL command (r=felipe)
2013-08-05 11:14:17 -07:00
Christos Stathis
790fe0a558
Bug 790016 - Web console remote protocol sends more data than needed for completion; r=msucan
2013-08-01 22:31:36 +03:00
Ryan VanderMeulen
31bba8d791
Backed out changeset fa4afb7214ae (bug 878412) for suspected xperf orange.
2013-08-02 09:51:37 -04:00
Gijs Kruitbosch
695592c483
Merge m-c to fx-team
2013-08-02 15:47:01 +02:00
Rob Campbell
74830712a1
Bug 878412 - Use F12 to open the Toolbox, r=dcamp
2013-08-02 16:05:51 +05:30
Ms2ger
21409e5d2c
Merge m-c to inbound.
2013-08-02 11:07:57 +02:00
Ms2ger
642ff60153
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4 ); r=mshal
2013-08-02 09:03:42 +02:00
Marco Castelluccio
2bb65fbf3a
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
712b9e0d53
Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
...
CLOSED TREE
2013-08-01 21:51:12 -04:00
Girish Sharma
205735b0d7
Bug 900722 - Inconsistent UI for webconsole's input chevron and dev toolbar wrench icon on mac, r=robcee
2013-08-02 04:17:04 +05:30
Girish Sharma
78683012b1
Bug 900573 - making the text in the layour view back to what it was, r=paul
2013-08-02 16:05:51 +05:30
Girish Sharma
2970136079
Bug 896181 - Autocomplete CSS properties and values in markup view, r=mratcliffe
2013-08-02 16:05:50 +05:30
Brian Grinstead
142d0770cc
Bug 892168 - Ctrl+Shift+I/Cmd+Opt+I should toggle the devtools open/closed
2013-07-31 10:38:59 -07:00
Heather Arthur
204ad78052
Bug 900228 - fix "TypeError: this.selectedEditor.sourceEditor is null" in mochitest runs; r=dcamp
2013-08-03 14:34:00 -07:00
Heather Arthur
80fa8cef4f
Bug 892185 - Ctrl+Shift+J/Cmd+Opt+J should toggle the console; r=fitzgen
2013-07-31 11:39:00 -07:00
Nick Fitzgerald
a0e6ec559a
Backout revision 141246:8780f778bc45 for style editor failures
2013-08-03 11:29:37 -07:00
Nick Fitzgerald
d51caf3dab
bug 899877 part 2: don't reload stack frames on blackboxchange events, stay on selected source; r=dcamp
2013-08-03 11:06:57 -07:00
Brandon Benvie
2e3d477e15
Bug 892277 - Change stepping hotkeys. r=fitzgen
...
--HG--
extra : rebase_source : 485d6a4d7f16186c2fc452e3c6bb652d1842e40c
2013-07-31 16:43:15 -07:00
Dave Camp
a95844e6f8
Bug 892274 - H should toggle the selected node's hidden attribute. r=harth
...
--HG--
extra : rebase_source : 2e56afd40e611dc2d6d87d1c7c978e64ebb90baf
2013-07-31 11:33:56 -07:00
Rob Campbell
cb4ef24fb6
Bug 878412 - Use F12 to open the Toolbox; r=jwalker
2013-08-03 17:34:05 +01:00
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
Mark Hammond
f45a45d737
Bug 897811 - remove browser.pageThumbs.enabled preference. r=gavin
2013-08-07 11:10:58 +10:00
Mark Hammond
a4e0e4a736
Bug 897408 - remove erroneous style.removeProperty call in Site.prototype.refreshThumbnail. r=ttaubert
2013-08-07 11:10:57 +10:00
Dave Camp
f343d2600e
Bug 897275 - Move css-logic.js to toolkit. r=jwalker, r=gps
...
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
2013-07-24 10:57:04 -07:00
Jim Mathies
1ff21471de
Bug 851130 - Repush misc. code cleanup and added support for bcast_preciseInput and bcast_windowState in start tabs. (First push was empty.) r=me
2013-08-09 04:57:36 -05:00
Jim Mathies
40e564d5f8
Bug 902713 - Split bcast_urlbarState into two bimodal broadcasters, and touch up various uses in css. r=jwilde
2013-08-09 04:50:59 -05:00
Jim Mathies
124716b624
Bug 851130 - Part 9 - Deal with tab switching from StartUI tabs that have active context actions. r=sfoster
2013-08-09 04:50:59 -05:00
Jim Mathies
999084d8b2
Bug 851130 - Part 8 - Misc. fixes to ContextUI. r=mbrubeck
2013-08-09 04:50:59 -05:00
Jim Mathies
755f946f45
Bug 851130 - Part 7 - Update all tests to support new start tab. r=sfoster
2013-08-09 04:50:59 -05:00
Jim Mathies
98f95d4bb5
Bug 851130 - Part 6 - Fixup view destructors so they don't leak. r=sfoster
2013-08-09 04:50:59 -05:00
Jim Mathies
623aae8bd4
Bug 851130 - Part 5 - Add support for about:start alias. r=mbrubeck
2013-08-09 04:50:58 -05:00
Jim Mathies
16eb512525
Bug 851130 - Part 4 - Remove apzc exclusions for start page. r=bbondy
2013-08-09 04:50:58 -05:00
Jim Mathies
63e32e1394
Bug 851130 - Part 3 - Fixup new StartUI tab object and dependent views. r=sfoster
2013-08-09 04:50:58 -05:00
Jim Mathies
5f1214402d
Bug 851130 - Part 2 - Remove StartUI object from browser-ui. r=mbrubeck
2013-08-09 04:50:58 -05:00
Jim Mathies
6643af449c
Bug 851130 - Part 1 - Code reshuffle to move StartUI to a tab. r=sfoster
2013-08-09 04:34:36 -05: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
Gregory Szorc
260d3a8e7c
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Honza Bambas
06d7ec69db
Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas
2013-08-14 17:17:00 +02:00
Mounir Lamouri
08bc7bfb93
Bug 622284 - Write tests for input context menus. r=bbondy
2013-08-14 15:39:27 +01:00
Georg Fritzsche
c6c8f81e2e
Bug 905084 - Fix "Activate this plugin" action in context menu. r=jaws
2013-08-26 16:48:41 +02:00
Ivan Alagenchev
c9378d2bef
Bug 875456 - DEVTOOLS patch. Adds logic for logging Mixed Content messages to the security console. r=msucan
2013-08-26 11:26:43 -04:00
Bill McCloskey
7535ca5ecb
Bug 899222 - Make about:home work via message passing (r=felipe)
...
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Bill McCloskey
6b72d99118
Bug 899222 - Make about:home work via message passing (r=felipe).
...
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07: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
Nikhil Marathe
62d6c477f0
Bug 884897 - Remove dom_push.xpt from installers. r=dougt
...
--HG--
extra : amend_source : aa3296f0baed0891ad5bfa81472381c4db21b160
2013-08-02 17:19:47 -07:00
Bill McCloskey
d9ba4ddbe7
Backout bug 899222 (forgot to apply review comments)
...
--HG--
rename : browser/modules/AboutHome.jsm => browser/modules/AboutHomeUtils.jsm
2013-08-19 15:26:39 -07:00
Bill McCloskey
e8e05670ce
Bug 899222 - Make about:home work via message passing (r=felipe).
...
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Bill McCloskey
9b152f8a1f
Bug 905454 - Fix delete key in e10s (r=felipe)
2013-08-19 15:20:59 -07:00
Bill McCloskey
f640ccbfa2
Bug 902541 - Remove unnecessary flipping of remote attribute at startup (r=gavin)
2013-08-07 11:24:14 -07:00
Bill McCloskey
4d1d95b56c
Bug 902105 - loadURI should rethrow inside its catch clause (r=gavin)
2013-08-07 10:52:06 -07:00
Bill McCloskey
e4f5e8e6d0
Bug 902041 - Don't use the remote-browser.xml binding for remote thumbnail generation (r=gavin)
2013-08-07 10:51:56 -07:00
Christian Holler
344469fcbd
Bug 899492 - Disable plugin crash test when crashreporter not available. r=ted
...
--HG--
extra : rebase_source : abfb42265477940a373891241f6fa5d68e441e03
2013-07-30 16:01:45 +02:00
Ms2ger
c3e13780fe
Backout changeset ec45d9c75316 for insufficient review.
2013-08-08 19:36:08 +02:00
Matthew Noorenberghe
c987bd1037
Bug 898192 - Skip SocialMark and SocialShare code in onLocationChange when SocialUI is disabled. f=mhammond,r=jaws
...
--HG--
extra : rebase_source : f19d53a330e8f81ce6779bd1e786a1c256a5b921
2013-07-25 03:38:05 -07:00
Ryan VanderMeulen
2ecb03cb41
Merge fx-team to m-c.
2013-07-27 21:51:16 -04:00
Nick Fitzgerald
5b05bc419d
Bug 895272 - don't show the list of breakpoints for black boxed sources.patch; r=vporof
2013-07-27 12:28:09 -07:00
Nick Fitzgerald
22b9456d34
Bug 892605 - part 2: add 'dbg blackbox' and 'dbg unblackbox' gcli commands; r=vporof
2013-07-27 10:50:57 -07:00
Nick Fitzgerald
f755d9cf2e
Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof
2013-07-27 10:49:45 -07:00
Nick Fitzgerald
572404a826
Bug 892605 - part 0: add callMethod to WidgetHelpers, checkItem to SideMenuWidget; r=vporof
2013-07-27 10:48:10 -07:00
Dão Gottwald
57c9372e6e
Bug 896276 - Use Date.now() rather than nsIAppStartup.getStartupInfo().process to detect profiles that haven't been used for a while. r=mak
2013-07-27 17:22:56 +02:00
Tim Taubert
5558d8edd0
Bug 898308 - Clean up SessionStore initialization; f=smacleod, r=dao
2013-07-27 07:40:07 +02:00
Ryan VanderMeulen
b85bb04b05
Merge m-c to fx-team.
2013-07-26 22:27:22 -04:00
Benjamin Smedberg
5e373ab2cf
Bug 895939 - Click-to-activate plugin notification is ugly, r=jaws
...
--HG--
extra : rebase_source : e13a3ad34686dab564d4175c811d354eb2ff5dda
2013-07-26 20:52:21 -04:00
Jim Mathies
66b9eb760d
Bug 898370 - Disable crash reporting when running in metrodesktop mode. r=bbondy
2013-07-26 12:19:55 -05:00
David Zbarsky
a4a3a95214
Bug 865998: Implement WebIDL union return values r=bz
2013-07-26 11:25:54 -07:00
Matt Brubeck
97883c6923
Bug 896097 - Hide Metro overlay buttons during autocomplete [r=sfoster]
2013-07-26 14:34:03 -07:00
Matt Brubeck
8ced0008e0
Bug 898120 - Fix leak of global variable in Metro selection code [r=jimm]
2013-07-26 14:34:02 -07:00
Bill McCloskey
e8e3ac9f12
Bug 891954 - Skip Necko IPC security checks for desktop Firefox (r=jduell)
2013-07-26 14:26:31 -07:00
Bill McCloskey
4424755620
Bug 898170 - Avoid swapping docshells in e10s mode (r=felipe)
2013-07-26 14:26:28 -07:00
Bill McCloskey
02595844db
Bug 898170 - Skip login manager event handlers in e10s mode (r=felipe)
2013-07-26 14:26:22 -07:00
Shane Caraveo
87665fcdee
bug 887319 fix chat window control icons for retina display, r=mconley
2013-07-26 14:18:42 -07:00
Shane Caraveo
78b59964e3
bug 886816 fix share icon on retina display, r=mconley
2013-07-26 14:13:14 -07:00
Steven MacLeod
15040e9e6b
Bug 893009 - Move _backupSessionFileOnce() logic into the SessionWorker; r=ttaubert
...
X-Git-Commit-ID: cacdd9a34d6daf8302d8565a6e11d357c997bee7
2013-07-26 19:54:59 +02:00
David Rajchenbach-Teller
327b5116d8
Bug 867143 - Adapt testsuite to cached session restore. r=ttaubert
2013-07-26 12:15:25 -04:00
David Rajchenbach-Teller
2b83439124
Bug 867143 - Cache Session Restore state aggressively. r=ttaubert
2013-07-26 12:15:00 -04:00
Ryan VanderMeulen
e1ed6aef6e
Merge m-c to fx-team.
2013-07-26 10:49:26 -04:00
Tim Taubert
0148c7188e
Bug 893061 - Prevent the default homepage from loading if we're going to restore a session; r=dao
2013-07-26 13:16:29 +02:00
Gavin Sharp
46b79d75ff
Bug 890690 followup: simplify test
2013-07-25 17:48:17 -07:00
Mike de Boer
bc0f73b563
Bug 890690: added unit test for POST search engines in about:home, r=gavin
...
--HG--
extra : transplant_source : %B0%16%95/%08%1B5%A4%BC%B9U%F4x%D5%92%BED%B3%CC%AF
2013-07-25 02:15:54 +02:00
Mike de Boer
3ff4e5bb34
Bug 890690 - Support POST searches in about:home. r=gavin
...
--HG--
extra : transplant_source : %A5%23%F7%EC%87%DC%ED%D3V%00%C1%D7K%90%D4%009Pp%24
2013-07-25 02:43:19 +02:00
Felipe Gomes
866711509e
Bug 888304 - Temporarily disable content touch events on Desktop until we properly support them. r=jimm
2013-07-25 19:48:32 -03:00
Steven MacLeod
f685628485
Bug 881049 - Switch SessionStore to Promise.jsm; r=ttaubert
...
X-Git-Commit-ID: 39b42be125f8b40a52350ed7cf9c39082356118f
2013-07-25 21:50:15 +02:00
Nick Fitzgerald
7add0e5fcc
Bug 897849 - Debugger should use { showArrows: true } when initializing the SideMenuWidget; r=vporof
2013-07-25 11:30:58 -07:00
Nick Fitzgerald
b9360dc695
Bug 897848 - Profiler should use { showArrows: true } when initializing the SideMenuWidget; r=vporof
...
--HG--
extra : amend_source : 1545801ced057c7238c582aa6b5480debc3694b4
2013-07-25 11:27:53 -07:00
Ed Morley
d493f8721f
Merge latest green fx-team changeset and mozilla-central
2013-07-25 16:51:21 +01:00
Tim Taubert
585483c735
Bug 894876 - part 2 - Let about:newtab d&d test actually initiate and complete a drag session; r=jaws
2013-07-24 09:58:50 +02:00
Brian R. Bondy
896a5b6753
Bug 893781 - Defect - Restart after update button no longer works. r=timA
2013-07-24 16:09:36 -04:00
Wes Kocher
5695109b17
Merge m-c to fx-team
2013-07-24 20:09:12 -07:00
Nick Fitzgerald
41dd380337
Bug 895565 - align the black box checkbox with the source label; r=vporof
2013-07-24 17:50:20 -07:00
Nick Fitzgerald
a2f189ebc8
Bug 895270 - only show black boxing checkboxes on hover; r=vporof
2013-07-24 17:50:07 -07:00
Nick Fitzgerald
e963ddf74d
Bug 860035 - script actors should handle breakpoints with columns; r=jimb
2013-07-24 17:46:49 -07:00
Ryan VanderMeulen
abe5f8d26d
Merge m-c to inbound.
2013-07-24 18:22:45 -04:00
Tim Taubert
11324dcbd9
Bug 766546 - Ignore the iframe's load event and continue when the whole page has loaded. r=avih
2013-07-24 17:58:05 +02:00
Ryan VanderMeulen
66dc5c6e4b
Bug 897554 - Update pdf.js to version 0.8.377. r=bdahl
2013-07-24 17:48:29 -04:00
Tim Abraldes
3f7c5e08b7
bug 897562. Disable the sync 'connected' throbber when it is created. r=jimm
2013-07-24 10:40:17 -07:00
Sam Foster
829953d706
Bug 896461 - Fix lazy-loading of OS.File for TopSites/elsewhere. r=jimm
2013-07-24 10:21:01 -07:00
Dão Gottwald
3528027a50
Bug 519937 - Remove "Back", "Forward" and "Home" from History menu. r=mak
...
--HG--
extra : rebase_source : ff2b79b3c46a3c3be612bef3af48f01a36495268
2013-07-24 18:37:08 +02:00
Dão Gottwald
c13c64d838
Bug 513168 - Remove "Stop" and "Reload" from View menu. r=mak
...
--HG--
extra : rebase_source : fcc5b38cb6ca4d1cd8da1d84945f098e78332300
2013-07-24 18:36:04 +02:00
Sam Foster
0a5a58b94c
Bug 890148 - Streamline transitions when showing the find appbar. r=mbrubeck
...
--HG--
extra : rebase_source : ce97851f3e729795871a9c4bb1ef38ae3b34635f
2013-07-25 20:54:52 -07:00
Ryan VanderMeulen
506a9c9921
Merge m-c to inbound.
2013-07-26 12:09:20 -04:00
Jonathan Wilde
67b8552457
Bug 894949 - Defect - Plural form strings are excessively complex for both devs and translators. f=flod, r=mbrubeck
2013-07-18 18:28:24 -07:00
Masayuki Nakano
6f8029fd46
Bug 501496 part.12 tilt-visualizer should use keydown event handler instead of keypress event handler for Escape key r=vp
2013-07-25 15:09:29 +09:00
Masayuki Nakano
e7a1591617
Bug 501496 part.9 EventUtils and some tests shouldn't synthesize keypress event if precede keydown event is consumed r=smaug
2013-07-25 15:09:29 +09:00
Ryan VanderMeulen
20fabd9691
Merge m-c to inbound.
2013-07-25 21:59:02 -04:00
Sam Foster
449afb468b
Bug 892425 - Stabilize grid sizing in start sections with & without scrollbars. r=mbrubeck
2013-07-25 18:25:25 -07:00
Jim Mathies
965123afec
Bug 894713 - Followup fix, don't call removeEventListener on targetElement if targetElement is null. Fixes spurious console errors while running tests. r=me
2013-07-25 19:39:43 -05:00
Jim Mathies
da6987b008
Bug 897696 - Add geo.wifi.uri pref for metrofx. r=mbrubeck
2013-07-25 19:25:14 -05:00
Jim Mathies
531a98bc36
Bug 897131 - Fixup Windows line endings in browser_urlbar.js. r=me
2013-07-25 19:25:14 -05:00
Jim Mathies
39e0d3a746
Bug 897131 - Refresh the urlbar text when the navbar is displayed. r=jwilde
2013-07-25 19:25:14 -05:00
Jim Mathies
f97887f052
Bug 896294 - Apply overflow scroll to options flyout when in input precise mode. r=tabraldes
2013-07-25 19:25:13 -05:00
Jim Mathies
02510166f3
Bug 894713 - Disable selection control when the navbar loses focus. r=rsilveira
2013-07-25 19:25:13 -05:00
Jim Mathies
309bb1adbb
Bug 895567 - Fix for start page flashing into view during initial load of a page. r=sfoster
2013-07-25 19:25:13 -05:00
Rodrigo Silveira
040eaa10cf
Bug 897596 - Grid in snapped view display top sites and bookmarks in vertical columns r=sfoster
...
--HG--
extra : rebase_source : 5299a9ad7256ceeb4d82bbab488f33abec63bd59
2013-07-25 13:54:56 -07:00
Sam Foster
00df9c15d1
Bug 897595 - Non-thumbnail tiles shouldn't display background-images. r=rsilveira
2013-07-25 12:57:35 -07:00
Ryan VanderMeulen
c796e51df4
Backed out changeset 21f094a18c5c (bug 837199) for Werror bustage.
...
CLOSED TREE
2013-07-25 13:50:50 -04:00
Brian R. Bondy
1e22be0aa0
Bug 869940 - Fix selection when APZC is enabled. r=jimm
2013-07-25 13:15:20 -04:00
Brian R. Bondy
bb5d35077d
Bug 869940 - APZC Metro front end implementation, pref'ed off initially. r=jimm
2013-07-25 13:15:13 -04:00
James Kitchener
5b157af303
Bug 885289 - Improve context menu behaviour for srcdoc iframes. r=mconley, r=bz
2013-07-25 09:32:50 -04:00
Monica Chew
1feaf31628
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 09:08:03 -07:00
Ed Morley
d69071fb43
Backed out changeset 3448b7a9d7a5 (bug 890690)
2013-07-25 17:40:40 +01:00
Ed Morley
cebbf2612b
Backed out changeset 658e5f8a8daf (bug 890690)
2013-07-25 17:40:37 +01:00
Ed Morley
4d9077a6b0
Merge mozilla-central and inbound
2013-07-25 17:05:47 +01:00
Matt Brubeck
12551ab170
Bug 896156 - Fix problems in plurals and comments for Metro download bar strings [r=emtwo]
2013-07-25 08:54:25 -07:00
Matt Brubeck
76ea2cf7d6
Bug 897590 - Metro Find bar disappears on keydown [r=ally]
2013-07-25 08:54:22 -07:00
Ryan VanderMeulen
63993f347c
Backed out changeset ed851bbfe997 (bug 885289) for mochitest-bc orange.
2013-07-25 11:26:21 -04:00
Mike de Boer
8cff96de7a
Bug 890690 - Add unit test for POST search engines in about:home. r=gavin
2013-07-25 02:15:54 +02:00
Mike de Boer
42a52013bc
Bug 890690 - Support POST searches in about:home. r=gavin
2013-07-25 02:43:19 +02:00
James Kitchener
f425c1e52e
Bug 885289 - Improve context menu behaviour for srcdoc iframes. r=mconley, r=bz
2013-07-25 09:32:50 -04:00
Ivan Alagenchev
33ab296540
Bug 846918 - Adds new message category to webconsole.js and learn more link to security messages .r=msucan
2013-07-26 08:36:50 -07:00
Monica Chew
f6dc469869
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 21:25:43 -07:00
Benjamin Smedberg
4780e40920
Bug 888510 - In-content theming fixup for the new plugin click-to-activate. Remove the "lightweight" transparent click-to-play theming and make the normal styling plain grey. Switch from a CSS gradient to an image gradient because of performance issues. Highlight the "check for updates" button for outdated plugins. Icons by shorlander and lco, ui-review=lco r=jaws
...
--HG--
rename : toolkit/themes/osx/mozapps/plugins/contentPluginCrashed.png => toolkit/themes/shared/plugins/contentPluginCrashed.png
rename : toolkit/themes/osx/mozapps/plugins/contentPluginDownload.png => toolkit/themes/shared/plugins/contentPluginDownload.png
rename : toolkit/themes/osx/mozapps/plugins/contentPluginMissing.png => toolkit/themes/shared/plugins/contentPluginMissing.png
rename : toolkit/themes/windows/mozapps/plugins/pluginProblem.css => toolkit/themes/shared/plugins/pluginProblem.css
2013-07-26 09:30:27 -04:00
Jim Mathies
4edbf8fa09
Bug 897417 - Add support for Talos tp-cmdline parameters in metro browser startup. r=mbrubeck
2013-07-26 07:05:37 -05:00
Ms2ger
ad06681e97
Bug 897458 - Move EXTRA_PP_JS_MODULES to moz.build; r=gps
2013-08-02 09:03:25 +02:00
Dave Camp
cf841a15e1
Bug 896267 - Only create one walker actor per tab. r=harth
2013-07-19 11:21:40 -07:00
Dave Camp
eb8f7614d5
Bug 891357 - iframes don't appear in breadcrumbs. r=robcee
2013-07-23 14:42:12 -07:00
Tim Taubert
f8b884172b
Backed out changeset c089c7694bb4 (bug 894876)
2013-07-24 16:50:55 +02:00
Tim Taubert
eb1647e0b5
Backed out changeset 105e1f064e67 (bug 895359)
2013-07-24 16:50:55 +02:00
Brandon Benvie
346b1b7b37
bug 825039 - Make Scratchpad execute in context of current debugger; r=rcampbell,msucan,past
2013-07-23 09:58:27 -07:00
Ed Morley
a4c659faee
Merge mozilla-central and fx-team
2013-07-24 13:37:09 +01:00
Ed Morley
f9ecece39f
Backed out changeset 101c149b3287 (bug 867143) for browser-chrome failures
2013-07-24 13:32:33 +01:00
Ed Morley
0dd8de908f
Backed out changeset 4eb7a0f560da (bug 867143)
2013-07-24 13:32:16 +01:00
David Rajchenbach-Teller
d8bd084354
Bug 867143 - Adapting testsuite to cached session restore;r=ttaubert
2013-07-24 11:25:00 +02:00
David Rajchenbach-Teller
0618b9fd37
Bug 867143 - Caching Session Restore state aggressively;r=ttaubert
2013-07-24 11:25:00 +02:00
Tim Taubert
5a834565bf
Bug 895359 - [New Tab Page] Switch to Promise.jsm and remove remaining callbacks; r=jaws
2013-07-24 09:58:50 +02:00
Tim Taubert
0b00114d06
Bug 894876 - part 2 - Let about:newtab d&d test actually initiate and complete a drag session; r=jaws
2013-07-24 09:58:50 +02:00