Commit Graph

28838 Commits

Author SHA1 Message Date
Ed Morley
a19e1a048f Backed out changeset 9fd9c035a76a (bug 942292) for making browser_canvas-frontend-slider-02.js fail 30-40% of the time 2014-06-13 18:45:27 +01:00
Patrick Brosset
677b579626 Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins 2014-06-13 16:27:10 +02:00
Brian Grinstead
5303f3531b Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof 2014-06-13 09:11:32 -05:00
Florian Quèze
7fd9445f50 Bug 1000253 - Background tabs with persistent device permissions can access devices without the user noticing, r=jesup,MattN. 2014-06-13 14:51:12 +02:00
Georg Fritzsche
fb8786968f Bug 1021002 - Fix telemetry experiments jsfilter evaluation. r=bsmedberg 2014-06-13 14:50:10 +02:00
Gabriel Luong
9383fd04bf Bug 1024585 - Remove testcase in browser_cmd_inject.js that connects to ajax.googleapis.com. r=jwalker 2014-06-12 11:09:00 -04:00
Brian Grinstead
088243d9ff Bug 1023666 - Condition text labels in @media sidebar should wrap. r=harth 2014-06-11 18:10:00 -04:00
Heather Arthur
e7109befe2 Bug 984051 - Make reload action more prominent when first opening the network panel. r=vporof 2014-06-10 13:46:00 -04:00
Dão Gottwald
e806be6d33 Bug 1001871 - Make toolbarbutton.css use !important when setting toolbarbutton-text's margin to 0 in order to properly override global.css. r=Gijs 2014-06-13 13:58:23 +02:00
Dão Gottwald
64bb5d0a6a Bug 1015619 - Reduce browser.slowStartup.timeThreshold from 45 to 40 seconds. r=dolske 2014-06-13 13:58:23 +02:00
Mark Banner
80c167047f Bug 1022689 Separate out the Loop Push Handler from the Loop Service code to help similify testing and clarify separation of modules. r=mhammond 2014-06-16 08:41:17 +01:00
Benoit Girard
beb4fd14be Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan 2014-06-06 17:53:42 -04:00
Tim Taubert
5672b08fe1 Bug 973292 - Record the number of characters that are translated with FHR r=felipe 2014-06-11 15:57:52 +02:00
Tim Taubert
162e284e4d Bug 1018913 - Customization mode favicon not showing anymore r=gijs 2014-06-12 20:32:46 +02:00
Victor Porof
52b6a6d9c9 Bug 957952 - Add some logging to browser_net_timing-division.js, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
848356e329 Bug 1004104 - Disable caching when running netmonitor tests to hopefully fix some timeouts, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
ac0a685723 Bug 985417 - Fix uncaught promise rejection when running browser_net_simple-request-data.js, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
b158940d17 Bug 1022202 - Fix uncaught nsIScrollBoxObject.ensureElementIsVisible promise rejections in the netmonitor tests, r=dcamp 2014-06-12 12:16:58 -04:00
Sami Jaktholm
f808c19728 Bug 1017515 - Add copy color item to context menu of CSS rule and computed views. r=pbrosset 2014-06-12 06:02:00 -04:00
Gabriel Luong
3c64b70b09 Bug 1023923 - Remove the Firefox string from InjectManual l10n string. r=jwalker 2014-06-11 08:54:00 -04:00
Richard Marti
bbadf88bb4 Bug 1021146 - In-content prefs: Remove the border below Popup Policy. r=jaws 2014-06-05 19:43:01 +02:00
Hernan Rodriguez Colmeiro
2f2ff056e0 Bug 1020245 - Call openPreferences from utilityOverlay.js. r=jaws 2014-06-11 07:39:00 -04:00
Jordan Santell
f46ca62b60 Bug 1007913 - SVG in web audio editor should always be full size. r=vp 2014-06-11 10:58:00 -04:00
Jordan Santell
1d5b94387c Bug 994257 - Web Audio Editor now supports both landscape and portrait host views. r=vp 2014-06-11 14:27:00 -04:00
Tim Nguyen
78bef7be1a Bug 963002 - Adjust height of panel subview footers. r=Gijs 2014-06-11 10:50:00 -04:00
Paul Rouget
5e592ad7fa Bug 1007057 - add logs to test in case of orange. r=pbrosset 2014-06-12 14:47:36 +08:00
Paul Rouget
7ee35374fb Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-12 14:47:35 +08:00
Mark Hammond
5adb5a7c3a Bug 998934 - add a showFirefoxAccounts command to the UITour. r=Unfocused 2014-06-12 15:10:23 +10:00
Mark Hammond
0664322217 Bug 1023734 - make show() method sane and remove hide() method in about:accounts. r=ttaubert 2014-06-12 13:01:04 +10:00
Wes Kocher
e8bddeb342 Merge m-c to fx-team 2014-06-11 18:52:12 -07:00
Wes Kocher
42ab217b5b Merge inbound to m-c a=merge 2014-06-11 18:46:34 -07:00
Ed Morley
557ecff5b6 Merge mozilla-central and fx-team 2014-06-11 18:07:43 +01:00
Ed Morley
403a66d9f6 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-11 17:29:15 +01:00
Bobby Holley
7e0a351dcf Bug 1020609 - Fix up webconsole. r=past
The basic setup is that Object (and now Array) Xrays apply various heuristics
to try to filter out dangerous properties from the underlying object. This
includes accessor properties, shadowing properties, callables, and non-Xrayable
objects. We need to make various fixes on the devtools side to keep this stuff
working.

Also, it would be nice if the tests were designed in such a way that a failed
string match didn't cause the whole test to hang without a useful error message.
2014-06-11 15:16:06 -07:00
Patrick Brosset
a471e91cb3 Bug 1017115 - Fixes rule-view's highlight race condition to avoid duplicate headers; r=bgrins
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_content.js => browser/devtools/styleinspector/test/browser_ruleview_content_01.js
2014-06-11 15:54:45 +02:00
Gijs Kruitbosch
9645656d20 Bug 1020803 - make test only wait for popuphidden if the popup isn't already closed, rs=firebot,test-only 2014-06-11 13:46:22 +01:00
Gijs Kruitbosch
c4bedd5427 Bug 908534 - test that chromeUI notification is shown for about:support when opened as a new tab, r=ttaubert 2014-06-11 11:56:30 +01:00
Florian Quèze
47cdb8262a Bug 1017560 - Choosing the same language will modify the state of Show Translation button, r=felipe. 2014-06-11 12:15:36 +02:00
Shashank Sabniveesu
105a591c18 Bug 1022214 - Remove the obsolete mTabstripCloseButton property. r=dao 2014-06-11 11:55:44 +02:00
Tim Nguyen
89ab9e4eab Bug 1022290 - Fix aero jar.mn entry for arrow-e@2x.png. r=bgrins 2014-06-11 13:15:01 -07:00
Brian Grinstead
f07cc886a3 Bug 1022084 - Project Editor: turn on auto completion for JS & CSS files;r=harth 2014-06-11 13:14:56 -07:00
Heather Arthur
b7cfaf03f1 Bug 1021202 - Turn @media sidebar on by default; r=bgrins 2014-06-11 13:14:52 -07:00
Nicolas Perriault
033195a4d4 Bug 1022874 - Add non-minified version of Backbone for Loop. r=Standard8 2014-06-11 11:03:50 +01:00
Nicolas Perriault
8193905a43 Bug 1022873 - Add non-minified version of Lodash for Loop. r=Standard8 2014-06-11 11:03:12 +01:00
Nicolas Perriault
ab0c349930 Bug 1022872 - Add non-minified version of jQuery for Loop. r=Standard8 2014-06-11 11:01:21 +01:00
Tim Nguyen
36c894c553 Bug 949462 - Use the theme-twisty class for devtools variables view twisties. r=bgrins 2014-06-10 16:44:11 -07:00
Felipe Gomes
e9eb482e27 Bug 1023311 - Package translation.manifest. r=gavin 2014-06-10 20:26:42 -03:00
Jared Wein
63c20b7003 Bug 982656 - 'Restore Defaults' should place all 3rd party widgets in the palette. r=Gijs 2014-06-10 10:52:18 -04:00
Paul Rouget
578e75aaa6 Bug 1022492 - Listen to project-is-running earlier. r=jryans 2014-06-09 00:02:00 -04:00
Patrick Brosset
202878a0bd Bug 1021571 - Stop sending mutations to the front when the walker is being destroyed. r=bgrins 2014-06-10 02:00:00 -04:00
Ed Morley
8f6c4c7516 Backed out changeset e888096eee4b (bug 982656) for failures in browser_982656_restore_defaults_builtin_widgets.js 2014-06-10 17:13:28 +01:00
Jared Wein
9f167a11b2 Bug 982656 - 'Restore Defaults' should place all 3rd party widgets in the palette. r=Gijs
--HG--
extra : rebase_source : aa305b184502c8addf4a91c94154155db3a66f7a
2014-06-10 10:52:18 -04:00
Victor Porof
8edc5892c9 Bug 1023019 - Fix 'grpah' comment typo in Chart.jsm, r=pbrosset 2014-06-10 11:01:50 -04:00
Dão Gottwald
71ccea9190 Bug 878020 - Add inner shadows to the tab bar's scrollbox when overflowing. r=Gijs,enndeakin
--HG--
extra : rebase_source : 24145e62fb0001a84f0d5ec6f9a9e1135114c7af
2014-06-10 16:56:14 +02:00
Victor Porof
1c83c5ed8f Bug 1023057 - Superfluous calculations for firstTick, lastTick and totalTicks in the line graph widget, r=pbrosset 2014-06-10 10:55:37 -04:00
Victor Porof
6144e90848 Bug 1023020 - Add a "ready" promise to canvas graphs, r=pbrosset 2014-06-10 10:55:32 -04:00
Victor Porof
1bf902d8ce Bug 1023019 - Make the canvas graphs plot the data underneath the selection, markers and cursor, r=pbrosset 2014-06-10 10:55:29 -04:00
Gijs Kruitbosch
490708879b Bug 979207 - add PanelUI panelshown listener before showing panel, r=mikedeboer 2014-06-09 10:02:59 +01:00
Jacob Acord
bf104ebfdf Bug 1014323 - Do not add about:privatebrowsing to recently closed tabs r=ttaubert 2014-06-10 11:07:30 +02:00
Ed Lee
389a56837a Bug 975235 - Send click pings for Directory Tiles (including which link, tile, other metadata) [r=adw]
Send a ping from the DirectoryLinks module on various click actions from newtab page.
2014-06-09 22:03:23 -07:00
Tim Nguyen
abd62e94b2 Bug 1017565 - Update style editor media sidebar colors to match DevTools themes. r=bgrins 2014-06-09 13:17:00 -04:00
Ryan VanderMeulen
675480d6a7 Merge m-c to fx-team. a=merge 2014-06-09 18:18:30 -04:00
Mark Banner
d906e2564f Merge Elm to m-c. a=merge 2014-06-09 23:04:43 +01:00
Ryan VanderMeulen
57fc868719 Merge fx-team to m-c. a=merge 2014-06-09 16:47:38 -04:00
Ryan VanderMeulen
2c4e67a9ed Merge inbound to m-c. a=merge 2014-06-09 16:46:33 -04:00
ffxbld
5d6165c841 Version bump. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release 2014-06-09 11:50:02 -07:00
Adam Roach [:abr]
cbe641f3ba Bug 1022772 - SJCL should be unminified, versioned r=Standard8 2014-06-09 13:24:24 -05:00
Ed Morley
db2da15e48 Merge mozilla-central and inbound 2014-06-09 17:18:00 +01:00
Masayuki Nakano
de1b12e91e Bug 1020832 tabbrowser's constructor shouldn't use Cc and Ci since using it sometimes causes undefined error r=enndeakin 2014-06-09 22:42:02 +09:00
Florian Quèze
f12bada15d Bug 1015527 - Back/Forward navigation shouldn't break the Translation UI, r=felipe. 2014-06-09 16:50:58 +02:00
Joe Walker
bb287a8929 Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe 2014-06-09 15:16:26 +01:00
Brian Grinstead
3faeb6a2ed Bug 1018955: Get rid of pause/resume button flicker when setting breakpoint;r=fitzgen 2014-06-09 08:04:18 -05:00
Mark Banner
f7788f7d4e Merge m-c to elm. a=merge 2014-06-09 13:00:42 +01:00
Nicolas Perriault
d545069052 Bug 1018208 - Write missing tests for Loop "do not disturb" feature. r=Standard8 2014-06-09 10:29:54 +01:00
Mark Banner
f4f4b816a5 Bug 1019733 Update loop.server preference to the production server. r=abr 2014-06-09 10:03:00 +01:00
Ryan VanderMeulen
1a316f5d4f Merge inbound to m-c. a=merge 2014-06-08 22:10:12 -04:00
Joe Walker
2342db18d4 Bug 989752 - Fix strings in GCLI help command; r=mratcliffe 2014-06-08 22:34:26 +01:00
Joe Walker
551fb99a2b Bug 896256 - Fix l10n for a number of strings in the GCLI 'cmd' command; r=mratcliffe 2014-06-08 22:34:14 +01:00
Joe Walker
6738e06653 Bug 903418 - Remove unhelpful GCLI 'media reset' manual text; r=mratcliffe 2014-06-08 22:34:02 +01:00
Joe Walker
bbe933239e Bug 1020222 - Remove unused l10n strings; r=mratcliffe 2014-06-08 22:33:50 +01:00
Joe Walker
5aafe344ad Bug 1016330 - (Part 1) Make CSS Coverage work with B2G; r=paul
https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c3
> prettifyCSS needs to be used client side or moved at the toolkit level.
Done

https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c4
> Move the call to makeRemote to DeveloperToolbar.jsm
Not done. See https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c6

https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c5
> We need to test first there's a cssusage actor.
> A toolbox might be debugging gecko < 32.
Done

https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c2
> Kill reference to this._tabActor.browser. This might create issues
> with sub documents ("load" is sent to browser even for inner documents.
> It's not the case with tabActor.window).
Future work.
2014-06-08 22:33:36 +01:00
Tim Nguyen
882218a904 Bug 1022290 - Add HDPI asset for computed view arrow. r=bgrins 2014-06-08 00:26:00 -04:00
Gabriel Luong
6511b8c4c7 Bug 1016578 - Enhancement: Easily inject jQuery, underscore, or other useful libraries into pages from devtools. r=jwalker 2014-06-09 10:40:00 -04:00
Mark Banner
5737965ad2 Bug 994483 Fix running marionette tests locally and bug 1021573 Fix intermittent failure due to the server trying to bind to a socket that hasn't been released yet. r=jgriffin 2014-06-06 20:57:00 +01:00
Felipe Gomes
572b3a40d5 Bug 1012530 - Part 2. Reorder child nodes when swapping document state. r=florian 2014-06-08 13:04:59 -03:00
Felipe Gomes
8f618dd265 Bug 1012530 - Part 1. Keep information about placeholder nodes. r=florian 2014-06-08 13:02:13 -03:00
Nicolas Perriault
479cea6ac1 Bug 1020451 Implement basic accept/reject call buttons so that video isn't shown before the call is accepted. r=Standard8 2014-06-05 19:57:42 +02:00
Adam Roach [:abr]
9c6e239c1a Bug 994131 - Change URLs in OT.properties to use https r=Standard8 2014-06-05 12:42:01 -05:00
Nicolas Perriault
c4630b9ff7 Bug 1003029 Use local versions of OT assets. r=Standard8,rs=gijs,r=abr 2014-06-05 17:01:18 +01:00
Adam Roach [:abr]
9b3c57757a Bug 1021036 - Change default button color from grey to purple r=NiKo` 2014-06-05 10:51:37 -05:00
Mark Banner
3e420161df Bug 994483 Add Loop unit tests to tbpl. r=dburns 2014-06-05 15:45:16 +01:00
Adam Roach [:abr]
7953db0448 Bug 1020540 - Include only those components we need from SJCL r=Standard8 2014-06-05 09:23:39 -05:00
Nicolas Perriault
a2215a102c Bug 1018875 Prevent displaying OT GuM custom dialog. r=Standard8 2014-06-05 15:51:59 +02:00
Alexis Metaireau
579f9a8d9f Bug 987086 Loop web client should use configuration for determining server url. r=nperriault, r=Standard8 2014-06-05 15:18:41 +02:00
Mark Banner
f101778976 Bug 1017902 Use saved hawk session tokens, if possible, when registering with the server to preserve the session across restarts. r=jparsons,r=mhammond 2014-06-05 10:29:54 +01:00
Mark Banner
74aef7c36a Bug 1017394 In MozLoopService use promises rather than callbacks to make the code cleaner. r=mhammond 2014-06-04 14:42:41 +01:00
Mark Banner
935ab98fc1 Backed out changeset 3540ecf33808 / bug 1003029 due to test failures. 2014-06-04 13:16:06 +01:00
Nicolas Perriault
580ad47021 Bug 1003029 Use local versions of OT assets for Loop. r=Standard 2014-06-04 09:40:52 +01:00
Mark Banner
d31d424371 Bug 1020121 Remove unnecessary/erroneous .gitignore files from loop. r=nperriault 2014-06-04 09:36:50 +01:00
Hernan Rodriguez Colmeiro
bc2f010f44 Bug 1014698 - Unable to see the keyboard focus indicator on the category list of in-content preferences, r=jaws 2014-06-03 12:06:00 +01:00
Gijs Kruitbosch
64b3274549 Bug 1016419 - implement showing lwt in customization mode, r=mconley,jaws 2014-06-02 21:59:38 +01:00
Patrick Brosset
11e106151c Bug 1009322 - Disabled intermittent browser_editablemodel_allproperties.js test; r=me 2014-06-09 11:11:23 +02:00
Nicolas Perriault
bfe48acf8f Bug 994152 Loop needs a "do not disturb" control. r=mhammond,r=Standard8 2014-06-02 20:30:02 +01:00
Ryan VanderMeulen
56e2c15baf Merge m-c to inbound on a CLOSED TREE. a=me 2014-06-07 13:36:44 -04:00
Ryan VanderMeulen
c57220ff8a Merge fx-team to m-c. a=merge 2014-06-07 13:32:47 -04:00
ffxbld
cda6e8a74d No bug, Automated blocklist update from host bld-linux64-spot-005 - a=blocklist-update 2014-06-07 03:13:35 -07:00
Ryan VanderMeulen
52d3bc7564 Backed out changeset 88a641ee5cbe (bug 1007057) for frequent test timeouts.
CLOSED TREE
2014-06-07 01:16:08 -04:00
Ryan VanderMeulen
7f662cd774 Merge inbound to m-c. a=merge 2014-06-06 17:18:45 -04:00
Ed Morley
7022f55c3f Merge mozilla-central and fx-team 2014-06-06 19:13:23 +01:00
Bernardo P. Rittmeyer
32686a9f3b Bug 1010402- Fix full block width of some hit areas in sync dialogs. r=mconley 2014-06-06 07:47:00 -04:00
Ryan VanderMeulen
7d7d32966e Merge m-c to fx-team. a=merge 2014-06-06 17:34:33 -04:00
Brian Grinstead
1a7bfc77d5 Bug 1021770 - Browser Toolbox: remove extra separator next to options cog. r=jryans 2014-06-06 09:05:00 -04:00
Tim Nguyen
fdf232823f Bug 983814 - Use menuPanel.png instead of menuPanel-aero.png for Windows 8. r=Gijs 2014-06-05 05:14:00 -04:00
Brian Grinstead
1bb9dabc3f Bug 1019676 - Project editor: Allow app header to be updated and add gear icon / status indicator. r=harth 2014-06-05 13:38:00 -04:00
Connor Brem
f372893a39 Bug 1005909 - Make URLs in console strings clickable. r=rcampbell 2014-06-05 16:12:00 -04:00
Gijs Kruitbosch
0a1d335ef7 Bug 761566 - add per-OS settings/options/preferences string, r=mak 2014-06-04 17:37:54 +01:00
Adam Roach [:abr]
b1bb176852 Bug 1017206: Update SDK to 2.2.5 rs=me 2014-05-30 18:25:23 -05:00
Mark Banner
d45530e597 Bug 1017882 Remove unnecessary and incorrect padding value for notification close buttons. r=nperriault 2014-05-30 13:22:30 +01:00
Axel Hecht
65f85fde0f Bug 1018257 - drop metro from Firefox localization. r=gavin f=flod 2014-05-30 08:46:00 +02:00
Brian Grinstead
adac7a105e Bug 1018955 - Fix pause/resume button flicker when debugger first loads. r=fitzgen 2014-06-05 17:03:00 +02:00
Jonathan Kew
4e4c88f6fb bug 1007639 - stop shipping .woff fonts as part of the desktop browser product. r=gavin 2014-06-06 08:30:54 +01:00
Jonathan Kew
9d4eebb6df bug 1007629 - eliminate use of "embedded" fonts in about:preferences. r=gavin 2014-06-06 08:30:37 +01:00
Dão Gottwald
02468d3399 Bug 1018582 - Get rid of #navigator-toolbox::before and #TabsToolbar::after on OS X. r=MattN 2014-06-06 08:53:35 +02:00
Heather Arthur
15bd529d3e Bug 1017248 - Show @media sidebar for original sources in style editor; r=bgrins 2014-06-05 23:02:23 -07:00
Paul Rouget
2ef8b4324a Bug 1021504 - add a very simple template. r=dcamp 2014-06-06 12:46:44 +08:00
Paul Rouget
b7bf28a4e9 Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-06 12:01:52 +08:00
Paul Rouget
e4378488b1 Bug 1020972 - validate project if icon & name are unknown. r=dcamp 2014-06-06 12:01:51 +08:00
Wes Kocher
bc2963fa3e Merge m-c to fx-team 2014-06-05 19:17:54 -07:00
Wes Kocher
216b247057 Merge fx-team to m-c a=merge 2014-06-05 19:06:34 -07:00
Robert Strong
c0a5d95f61 Bug 1010999 - Change update notification to Weekly instead of Daily on Aurora. r=gavin.sharp 2014-06-05 18:10:17 -07:00
Gijs Kruitbosch
795eb55860 Bug 1015617 - listen for hiding the panel immediately, r=mikedeboer 2014-06-05 16:02:58 +01:00
Carsten "Tomcat" Book
e929ac9097 Merge mozilla-central to fx-team 2014-06-05 15:14:29 +02:00
Carsten "Tomcat" Book
83702104a1 merge fx-team to mozilla-central a=merge 2014-06-05 15:08:55 +02:00
Brian Grinstead
a9161a7362 Bug 966242 - Get rid of flicker when rule view is refreshed;r=pbrosset 2014-06-05 07:53:45 -05:00
Patrick Brosset
1f23d32af8 Bug 911209 - Display hidden nodes differently in the markup-view; r=miker 2014-06-05 14:50:03 +02:00
Carsten "Tomcat" Book
e60e00b67f Backed out changeset ccc885c8f4ac (bug 1003159) for causing test failures in mochitest-other on a CLOSED TREE 2014-06-05 09:32:19 +02:00
Carsten "Tomcat" Book
da6f05f45d Merge mozilla-central to mozilla-inbound on a CLOSED TREE
--HG--
extra : amend_source : df59c11ce430786cf326f237451a2c769f709cd5
2014-06-05 09:03:12 +02:00
Carsten "Tomcat" Book
4880eab9f5 Backed out changeset 52068b669c2a (bug 911209) for causing type errors in tests 2014-06-05 08:55:26 +02:00
Mike Connor
d39f623cc6 Bug 1003159 - Default the updater to downloading the entire update at once for Nightly/Aurora, r=rstrong
--HG--
extra : rebase_source : b02d9fc4717817e57c50e2149cbbeaba05097a30
2014-06-04 23:00:32 -04:00
Masayuki Nakano
fe9df046d7 Bug 1008772 part.2 Add tests for tabbrowser key navigation which isn't blocked by content r=enndeakin 2014-06-05 11:57:53 +09:00
Masayuki Nakano
c29c2b90ca Bug 1008772 part.1 tabs should handle non-printable keys with keydown event handlers in the system group rather than keypress event handlers in the normal group r=smaug+enndeakin 2014-06-05 11:57:53 +09:00
Patrick Brosset
a4b4d2d11e Bug 911209 - Display hidden nodes differently in the markup-view; r=miker 2014-06-04 21:42:16 +02:00
Mike de Boer
dea3bd3c63 Bug 1015525: changes to translation prefs are now recorded by FHR. r=rnewman 2014-06-04 15:32:08 +02:00
Tim Taubert
1e9b9fba77 Bug 923315 - Ensure that sessionstore.js writes don't interfere with browser_upgrade_backup.js r=yoric 2014-06-04 08:33:13 +02:00
Mike de Boer
b99316c9d6 Bug 1015617: close the panel directly, instead of relying on keyboard events and window focus. r=Gijs 2014-06-04 16:48:52 +02:00
Gijs Kruitbosch
46834d5519 Bug 979207 - add logging and better yielding to browser_968447_bookmarks_toolbar_items_in_panel.js, r=mikedeboer
--HG--
extra : rebase_source : cc2958a501ce7c8a23decfc79c51840133a29d4b
2014-06-03 12:42:33 +01:00
Carsten "Tomcat" Book
03d328fab3 Merge mozilla-central to fx-team 2014-06-04 15:54:11 +02:00
Carsten "Tomcat" Book
cd24df96c6 merge fx-team to mozilla-central a=merge
--HG--
extra : amend_source : 5b3e7ce800dce87683cfe3eddd4eef9c2aa41836
2014-06-04 15:35:43 +02:00
Marco Bonardo
6119e4a521 Bug 1003461 - Shift + Switch to Tab no longer respected. r=mano 2014-06-04 14:23:31 +02:00
Matthew Noorenberghe
91ec3a6aac Bug 705927 - Support friendly names for profile selection during migration. r=Mano 2014-06-04 00:56:18 -07:00