Commit Graph

16583 Commits

Author SHA1 Message Date
Ed Morley
c9d819401a Merge mozilla-central and inbound 2013-07-15 13:04:32 +01:00
Mike Hommey
ffd522d5c2 Bug 892904 - Remove useless includes of config.mk. r=gps 2013-07-15 18:48:40 +09:00
Jonathan Wilde
07c3f88ac5 Bug 883390 - Part 2 - Add initial tests for autocomplete popup. r=jimm
--HG--
rename : browser/metro/base/content/bindings/autocomplete.xml => browser/metro/base/content/bindings/urlbar.xml
extra : rebase_source : d13c3aac364c32cf006984a191e9625816ac8fcd
2013-07-15 11:31:55 -07:00
Jonathan Wilde
ffc4a1c8b5 Bug 883390 - Part 1.6 - Use grid.xml to manage mouse/touch selection for urlbar.xml. r=sfoster
--HG--
extra : rebase_source : 887649e4ad410a003c3094f7887e579f4c24a5f4
2013-07-15 11:42:02 -07:00
Jonathan Wilde
fab3df707e Bug 883390 - Part 1.5 - Tidying up the urlbar bindings, adding extra _isGridBound for protection. r=sfoster
--HG--
extra : rebase_source : ceb842844ff0d74bb16d7c6467809a9febe0dab1
2013-07-15 11:29:44 -07:00
Jonathan Wilde
4308a5abec Bug 883390 - Part 1.4 - Update urlbar more intelligently, use tasks in doOpenSearch like we do in goToURI. r=sfoster
--HG--
extra : rebase_source : 18cd879a7ca42ed197de49759574ea66cfb27e5d
2013-07-15 11:27:28 -07:00
Jonathan Wilde
36a547693c Bug 883390 - Part 1.3 - Move unrelated internal method out of navigation section. r=jimm
--HG--
rename : browser/metro/base/content/bindings/autocomplete.xml => browser/metro/base/content/bindings/urlbar.xml
extra : rebase_source : e111ddb2ba4c4e6c95c11ebf063e96c3ecf156c3
2013-07-15 11:26:51 -07:00
Jonathan Wilde
2f19e36e3e Bug 883390 - Part 1.2 - Ensure and test that pastes from touch cause autocomplete to show (fixes 887120). r=jimm
--HG--
extra : rebase_source : 70a157aae818ea5e9710b77c684cc8856abfeba0
2013-07-15 11:25:45 -07:00
Jonathan Wilde
38b4c70bb4 Bug 883390 - Part 1.1 - Ensure that browser search engines are updated when settings are changed. r=sfoster
--HG--
rename : browser/metro/base/content/bindings/autocomplete.xml => browser/metro/base/content/bindings/urlbar.xml
extra : rebase_source : cf2eb7ccdbb22dcda22c9b6f6cd99137e3af7ade
2013-07-15 11:24:50 -07:00
Jonathan Wilde
5d4f293c23 Bug 883390 - Part 1 - Move autocomplete into overlay, centralize urlbar code. r=sfoster
--HG--
rename : browser/metro/base/content/bindings/autocomplete.xml => browser/metro/base/content/bindings/urlbar.xml
extra : rebase_source : a1cedc5a64cf780f76977b1193c60713cb83ef95
2013-07-10 12:14:00 -07:00
Rodrigo Silveira
c732d5e32b Bug 851344 - Extend the duration of the tab bar showing when the user opens a link in a new tab r=mbrubeck
--HG--
extra : rebase_source : 434e4215947e3072eb8b35928e9a493a5c9a33e6
2013-07-12 17:12:46 -07:00
Rodrigo Silveira
43fea69e3f Bug 856119 - Web content covered by the tab strip should not be active r=mbrubeck
--HG--
extra : rebase_source : 4336940c2a4d8fb82dde72d323eb3eebacddffcd
2013-07-12 14:24:02 -07:00
Ben Hearsum
f3ca513d74 bug 763903: regularly run mozconfig comparisons for firefox. r=ted/bhearsum
--HG--
extra : rebase_source : 84a54e6362d8d6cef6bbd0a88c1f59e3fa7972b6
2013-07-15 13:27:12 -04:00
David Keeler
9fdf9ea9d6 bug 886995 - wait for the popup to be populated in browser_CTP_drag_drop.js r=bsmedberg 2013-07-10 16:26:30 -07:00
Jonathan Wilde
e1c215a557 Bug 856264 - Defect - if context menu visible, tapping and holding another link will not produce new context menu. r=jmathies
--HG--
extra : rebase_source : 20cb8c50b490bdbc13001974f37eb6409e735c09
2013-07-15 10:58:26 -07:00
Jonathan Wilde
fb96e90eaf Bug 781002 - Story - Apply metro styling to the context menu. r=mbrubeck
--HG--
extra : rebase_source : 31e2287fc37deba1ec7c066a34dcd7c2116e6efe
2013-07-15 10:57:59 -07:00
Dão Gottwald
26b2b3d7aa Bug 893424 - Replace XULBrowserWindow's broken _hostChanged logic. r=jaws
--HG--
extra : rebase_source : b91d7affbca2e7f8df688c158ab75665abe43c14
2013-07-15 17:58:09 +02:00
Dão Gottwald
0f71aba3f5 Backed out bug 691594
--HG--
extra : rebase_source : 2208453cec5ebfe78cfde94f856990e55bf7704f
2013-07-15 17:55:04 +02:00
Ryan VanderMeulen
c92f991c16 Merge m-c to inbound. 2013-07-11 10:59:21 -04:00
Johnny Stenback
bcf63714f6 Bug 879161 - Fix pdf.js fallout from bug 855613. r=bdahl 2013-07-11 10:43:35 -04:00
Tim Taubert
f302790087 Bug 879375 - Add SessionStore.getWindowDimensions() and tabPreviews.capture() to the reflow exclusion list; r=dao 2013-07-11 12:40:23 +02:00
Ed Morley
c46ac635b9 Merge mozilla-central and fx-team 2013-07-11 10:59:07 +01:00
Ed Morley
881a35e05a Merge latest green fx-team changeset and mozilla-central 2013-07-11 10:12:37 +01:00
Panos Astithas
fedbf437f3 Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03:00
Minarto Margoliono
e4bfbdc0ff Bug 887605 - Add "Copy URL" context menu item to Netmonitor; r=harth 2013-07-10 18:50:16 -07:00
Anton Kovalyov
c036dcdbe3 No bug - Remove unnecessary console.log calls from Cleopatra code; r=dcamp 2013-07-10 18:28:10 -07:00
Tim Taubert
483ec17f7a Bug 891806 - part 1 - replace 'yield;' with 'yield undefined;' in browser/; r=jaws 2013-07-10 23:52:04 +02:00
Ryan VanderMeulen
aaee3cf638 Merge m-c to inbound. 2013-07-10 09:45:16 -04:00
Ryan VanderMeulen
55f523c277 Merge fx-team to m-c. 2013-07-10 09:43:06 -04:00
Michael Ratcliffe
d9bf7ca0ab Bug 885966: Intermittent devtools/shared/test/browser_telemetry_toolboxtabs.js | Test timed out | lots of bytes leaked leaked (AsyncStatement, AtomImpl, BackstagePass, BodyRule, CalculateFrecencyFunction, ...) r=jwalker
--HG--
rename : browser/devtools/shared/test/browser_telemetry_toolboxtabs.js => browser/devtools/shared/test/browser_telemetry_toolboxtabs_inspector.js
2013-07-10 12:49:24 +01:00
Victor Porof
2c8a884c2c Bug 886848 - Chain promises on netmonitor initialization/destruction to remove some redundancy, r=past 2013-07-10 11:40:51 +03:00
Heather Arthur
bcf9ef08b8 Bug 891171 - Remove actor id from StyleSheetActor event type name; r=dcamp 2013-07-09 17:34:14 -07:00
Jared Wein
034df468f0 Backed out changeset 160fcef60196 (bug 882977) 2013-07-09 17:33:50 -04:00
Anton Kovalyov
de264e943c Bug 833495 - Add an option to show Gecko platform data in the Profiler; r=robcee 2013-07-09 13:58:53 -07:00
Tim Abraldes
1a22e78be8 bug 845468. Move sync-related content to a flyout. r=ally
--HG--
rename : browser/metro/base/content/aboutPanel.js => browser/metro/base/content/flyouts/aboutFlyout.js
rename : browser/metro/base/content/preferences.js => browser/metro/base/content/flyouts/prefsFlyout.js
2013-07-10 19:30:11 -07:00
Jared Wein
7f25606377 Bug 882977 - Identity state of IDENTITY_MODE_UNKNOWN is set for about:home when a new window is created. r=dao 2013-07-09 15:23:51 -04:00
Dão Gottwald
bcacb8f1a3 Bug 891833 - Identity box border is on the wrong side in RTL mode. r=mdeboer 2013-07-10 22:37:07 +02:00
Rodrigo Silveira
5be9afd38b Bug 891664 - Unable to flip remember password pref r=jimm
--HG--
extra : rebase_source : 7b424fc08f7441f3d31e756b2903a2bd40871a90
2013-07-09 18:10:04 -07:00
Jared Wein
e31c6db7ca Bug 882977 - Identity state of IDENTITY_MODE_UNKNOWN is set for about:home when a new window is created. r=dao
--HG--
extra : rebase_source : 9c5e5f06645018333515dba89d4fc84cf9445338
2013-07-09 15:23:51 -04:00
Jared Wein
d5e11c4b5c Bug 885965 - Change browser_typeAheadFind.js to use load event instead of pageshow event. r=ttaubert
--HG--
extra : rebase_source : 4a5debbc10c50f41c7bbd5c45191daa152189997
2013-07-10 14:38:04 -04:00
Jared Wein
96aad59574 Bug 891721 - Add some sanity to the ordering of the tests in browser/base/content/test. r=ttaubert
--HG--
extra : rebase_source : 82e076e20b15d6a1518caba5d4f5e3b8618f9050
2013-07-10 14:15:35 -04:00
Mihai Sucan
d99153a1a6 Bug 812618 - Autocomplete at cursor location; r=robcee 2013-06-28 20:56:33 +03:00
Mihai Sucan
a49614b2cc Bug 887273 - web console: mixed content warnings show even when all logging is disabled; r=robcee 2013-07-09 17:45:56 +03:00
Paul Rouget
ab3689b5dc Bug 858493 - Twisties in the markup panel are very off-centered and their sizes differ. r=jwalker 2013-07-08 08:57:00 +02:00
Paul Rouget
a5d2e0b029 Bug 851296 - Intermittent devtools/responsivedesign/test/browser_responsiveui.js. r=paul 2013-07-09 15:36:48 +02:00
Panos Astithas
a9e65d0214 Update browser_dbg_pause-exceptions-reload.js for a post-bug-887516 world (bug 870128). r=me 2013-07-09 15:39:13 +03:00
Panos Astithas
ec526032b6 Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
Panos Astithas
e32dd9f2c7 Bug 870128 - Pause on exceptions doesn't work after reload; r=rcampbell 2013-07-09 10:57:13 +03:00
Ed Morley
557ab49a47 Merge latest green fx-team changeset and mozilla-central 2013-07-09 08:52:05 +01:00
Ryan VanderMeulen
215645f6ca Merge m-c to fx-team. 2013-07-08 16:18:49 -04:00
Jim Mathies
ed61f7c7ff Bug 891016 - Use shareAxis for data points in first run metrics test. r=followup 2013-07-08 20:18:17 -05:00
Panos Astithas
65638038b5 Properly parse jar: URLs from add-ons (bug 876806); r=vporof 2013-07-08 17:47:30 +03:00
Paul Rouget
008503ee68 Bug 830684 - Sidebar toolbox height is 1px higher than the breadcrumbs. r=vporof 2013-07-08 13:17:19 +03:00
Paul Rouget
621a94994e Bug 889827 - Disable spellcheck in font inspector. r=vporof 2013-07-08 13:14:17 +03:00
Victor Porof
bd949c2e16 Bug 889504 - Exception while trying to go to the breakpoint, r=past 2013-07-08 13:14:17 +03:00
Ryan VanderMeulen
98fe35593c Merge m-c to inbound. 2013-07-07 20:21:33 -04:00
ffxbld
f024594398 No bug, Automated blocklist update from host bld-linux64-ec2-059 - a=blocklist-update 2013-07-06 03:24:06 -07:00
Tim Taubert
695e6702b9 merge m-c to fx-team 2013-07-05 08:56:02 +02:00
Cameron Paul
85be1e0b90 Bug 840241 - Changed inspect button to toggle highlighter between locked/unlocked states. r=paul 2013-07-03 14:58:00 +02:00
Paul Rouget
fbd1807c88 Bug 851296 - Intermittent devtools/responsivedesign/test/browser_responsiveui.js. r=jwalker 2013-07-03 06:49:00 +02:00
Rodrigo Silveira
c4e2ed7e70 Bug 878619 - Pressing Enter after pasting into navbar r=mbrubeck
--HG--
extra : rebase_source : 2ba31ca33167527470a46dd30aec7e3a39fca821
2013-07-08 10:55:02 -07:00
Michael Ratcliffe
a937feb13d Bug 852996 - MarkupView leaks the whole Inspector after being closed r=dcamp 2013-07-01 11:59:28 +01:00
Girish Sharma
db127aa92c Bug 887256 - Show the 'Restart Now' link only once and reduce paddings and margins from Options Panel, r=jwalker 2013-06-30 04:32:16 +05:30
Tim Taubert
38eb4f556a Backed out changeset 95e83b0f7cb2 (bug 888986) 2013-07-04 15:19:55 +02:00
stefanh@inbox.com
63c615a8d1 Bug 857461 - pinstripe: non-native focus rings are applied for links in chrome. r=Mano. 2013-07-04 18:46:01 +02:00
Florian Quèze
c9b23b513a Bug 887368 - social notification icon not sized correctly on a retina screen, r=mixedpuppy. 2013-07-04 18:06:11 +02:00
Stephen Horlander
7605a95036 Bug 840883 - Update Nightly Branding. r=dolske 2013-07-07 16:49:28 -04:00
Stephen Horlander
91060a06bf Bug 840883 - Update Unofficial Branding. r=dolske 2013-07-07 16:48:31 -04:00
Stephen Horlander
aa941763c1 Bug 840883 - Update Aurora Branding. r=dolske 2013-07-07 16:48:09 -04:00
Chris AtLee
3177f8d931 Bug 883233: Use API key for desktop builds. r=ted 2013-07-03 17:13:45 -04:00
Adam Dane [:hobophobe]
c1e3787077 Bug 890600 - Find bar background shouldn't be white. r=dao 2013-07-07 18:14:00 -05:00
Jim Mathies
f6ac68db71 Bug 891016 - Add a perf test that tracks nsIAppStartup's getStartupInfo data. r=bbondy 2013-07-08 15:45:05 -05:00
Jim Mathies
eb03e59c84 Bug 872780 - Strip Windows line endings from sanitizeUI.js. r=me 2013-07-08 15:45:05 -05:00
Jim Mathies
16454fbc6e Bug 872780 - Prevent cssthrobbers from animating while hidden. r=mbrubeck 2013-07-08 15:45:04 -05:00
Jim Mathies
06836035bf Bug 889970 - Fix: Selection expands automagically in the urlbar after a drag + tap. r=tabraldes 2013-07-08 15:45:04 -05:00
Jim Mathies
7f354b8c3b Bug 857862 - Tests. r=sfoster 2013-07-08 15:45:04 -05:00
Jim Mathies
b284bfbd35 Bug 857862 - Fix: selection monocles don't display in content editable elements. r=sfoster 2013-07-08 15:45:04 -05:00
Jim Mathies
0c61c5d790 Bug 888329 - Fix: Mouse scrollbars remain visible on the first tab. r=sfoster 2013-07-08 15:45:03 -05:00
Jared Wein
c893d0ab9b Bug 890973 - About dialog background image has odd black stripe on the far end. r=mconley 2013-07-08 16:35:41 -04:00
Mike de Boer
d4baa641c6 Bug 869543: move findbar to the top. r=dao 2013-07-11 12:44:34 +02:00
Ed Morley
6267a51d4c Merge mozilla-central and inbound 2013-07-11 10:59:11 +01:00
Jim Mathies
46d8e24afa Bug 891805 - Cache caret position at the start of a drag in text edits, and use that when initiating selection. r=rsilveira 2013-07-11 04:29:27 -05:00
Adam Dane [:hobophobe]
09be89a52e Bug 891638 - "Highlight All" button does not persist when switching tabs. r=dao 2013-07-10 16:53:34 -05:00
Adam Dane [:hobophobe]
5973cd4584 Bug 537013 - Make the find bar exist on a per-tab basis. r=dao 2013-07-06 02:56:36 +02:00
Marco Bonardo
a29d30f453 bug 887404 - Allow test_browserGlue_distribution.js to run parallel to other tests.
r=gavin
2013-07-05 18:44:18 +02:00
Phil Ringnalda
db8bdb016a Merge m-c to m-i 2013-07-05 07:41:30 -07:00
Shane Caraveo
a86d98d23e bug 860421 fix intermittent failure in chat tests, r=markh 2013-07-04 19:21:27 -07:00
Dão Gottwald
b8206af3b1 Bug 889770 - permissions.js onRadioClick tries to pass an nsIURI to nsIPermissionManager::remove, needs to be the host string instead. r=bsmedberg 2013-07-04 23:22:50 +02:00
Florian Quèze
c893ca12aa Bug 888867 - chat nub not sized correctly on a Mac retina screen, r=mixedpuppy. 2013-07-04 12:16:03 +02:00
Florian Quèze
59a2bd428d Bug 888336 - chat title not displayed after tearing off and reattaching a chat window, r=mixedpuppy. 2013-07-04 12:12:24 +02:00
Tanvi Vyas
438e362944 Bug 838402 - update a test case with the new identity mode for mixed display content. r=dolske 2013-07-03 15:14:17 -07:00
Tanvi Vyas
c51e0137f1 Bug 838402 - Add new identity mode for mixed active content. Change messages for following modes: encrypted, mixed content, mixed active content, and mixed active content blocked with display content. r=dolske 2013-07-03 15:14:12 -07:00
Marco Bonardo
8490ddc624 Bug 889442 - Remove old and now unused chromeappsstore.sqlite from the profile dir.
r=ttaubert
2013-07-03 23:41:25 +02:00
Alexandre Poirot
f92fd1bb9e Bug 889838 - Silent exception when inspecting debugger variables on old actors. r=past 2013-07-03 15:27:10 -04:00
Gavin Sharp
873cc6181f Bug 880101: attempt #2 at fixing an intermittent orange, wait a bit longer before trying to check the location bar in a new window 2013-07-03 11:36:45 -07:00
Rodrigo Silveira
87d12b1894 Bug 881971 - There should be some default bookmarks in a fresh metro profile r=timabraldes
--HG--
extra : rebase_source : fc8429faed7fd0bcbcc4b879d3dadbd074074d46
2013-07-02 15:02:00 -07:00
Joey Armstrong
e44d529d0e bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
Wes Kocher
9f14f2fe6c Backout bug 881997 for conformance test failures 2013-07-09 20:17:56 -07:00
Tom Schuster
8db45abadc Bug 666809 - Support SecurityUI in e10s mode. r=felipe f=gavin 2013-07-09 22:45:07 -04:00
Jonathan Wilde
7cf87d8053 Bug 891213 - Defect - browser_topsites.js test does not clean up history items it adds. r=jimm 2013-07-08 19:24:04 -07:00