Commit Graph

34039 Commits

Author SHA1 Message Date
Willian Gustavo Veiga
9cc67b102c Bug 1140839 - Scratchpad should remember View options. r=past 2015-03-12 21:57:49 -03:00
David Rajchenbach-Teller
2504927a19 Bug 1087110 - Don't update experiments manifests if no experiment is running. r=gfritzsche 2015-03-10 13:36:17 +01:00
Brian Grinstead
90be53c400 Bug 1064596 - Clamp the toolbox size to min(preferred size, available space). r=jryans 2015-03-25 15:01:00 -04:00
Drew Willcoxon
1f533a25c5 Bug 1148060 - Fix test_Sync.js pre-39 failure due to defining delete on an object. r=jaws 2015-03-26 12:45:36 -07:00
Tim Taubert
e875d73a1c Bug 1100294 - Deprecate PlacesUtils.getURLAndPostDataForKeyword() and turn getShortcutOrURIAndPostData() into a task that uses the new keywords API r=mak 2015-03-25 18:25:43 +01:00
Tim Taubert
fd1aae6186 Bug 1147720 - Fix intermittent waitForDocLoadAndStopIt() timeouts by keeping a strong reference to the progress listener r=mak 2015-03-26 11:38:10 +01:00
Dão Gottwald
abea2029ec Bug 1147823 - Properly show the add-on install confirmation UI when there was no prior addon-progress notification (i.e. for local installs). r=dtownsend 2015-03-26 20:32:37 +01:00
John Kang
f29620221a Bug 1146252 - Remove fromTab and toTab properties from "select" events. r=dao 2015-03-26 20:30:12 +01:00
Mark Banner
62d89b0647 Bug 1147375 - Don't fall over if roomName isn't supplied, let users continue to use Loop. r=mikedeboer 2015-03-26 19:21:10 +00:00
Ryan VanderMeulen
be425949b5 Merge mozilla-inbound to m-c. a=merge
CLOSED TREE
2015-03-26 14:43:39 -04:00
Patrick Brosset
cac93f3c8e Bug 1146591 - Avoid unsafe CPOW usage in helper_outerhtml_test_runner.js; r=bgrins
helper_outerhtml_test_runner.js was accessing DOM nodes directly in content (via
CPOWs) to check their outerHTML.
This change adds outerHTML, innerHTML and textContent to the common
devtools:test:getDomElementInfo frame-script message listener so that the test
can get it there instead.

--HG--
extra : rebase_source : 35b1994c6235475f2b295a201f464a5ff50a5555
2015-03-25 18:03:22 +01:00
Gavin Sharp
23aea7c43a Bug 1137089: fix sidebar colors on DevEdition dark theme, r=gijs
--HG--
extra : rebase_source : 3b6303bea5b2162290958c23c26cbe79c8abd41d
2015-03-20 13:12:07 -07:00
Jan Keromnes
6aac45630c Bug 1090949 - Add nextTick() to lazyIframeIsLoaded() in WebIDE tests. r=ochameau 2015-03-25 11:04:57 -07:00
Jan Keromnes
24c32e486e Bug 1090949 - Refactor WebIDE preferences panel style. r=ochameau 2015-03-25 11:04:42 -07:00
Jared Wein
f757e6dc0a Bug 1146907 - Dismissing the unblock related dialog window unblocks the download. r=paolo
--HG--
extra : rebase_source : 877c28ba9d60b2f64bbf73040bb6834114a047c4
2015-03-25 13:39:01 -04:00
Mark Banner
3519f59936 Bug 1114563 - Show the room name before the user enters the room. r=mikedeboer 2015-03-25 17:08:19 +00:00
Mark Banner
17098c1ddc Bug 1146929 - Remove support for the old style call hash based urls from the Loop standalone UI. r=mikedeboer 2015-03-25 17:08:15 +00:00
Patrick Brosset
83bbeeb41e Bug 1146568 - Avoid unsafe CPOW usage in markupview tests, in assertAttributes helper; r=bgrins
The common assertAttributes helper test function used to access DOM nodes in the
content page directly (CPOW). It now becomes an async function that goes through
a frame-script to retrieve the list of attributes for a node, given its selector.
All tests were passing with this change but one: browser_markupview_tag_edit_06.js
This one was checking camelcase attribute names while the actual names on the
node were lowercased by the browser. The way we were asserting attributes before
didn't care about the case. Now it does.

--HG--
extra : rebase_source : 280a00192ce0d530594a1baed5ff58c763365029
2015-03-25 14:11:36 +01:00
Patrick Brosset
2b4f81f289 Bug 1146568 - Avoid unsafe CPOW usage warnings in browser_markupview_tag_edit_08.js; r=bgrins
Making use of the devtools test frame-script to set the test node's attributes instead of
using a CPOW.

--HG--
extra : rebase_source : 34533fb589ec40fde60be6275b3da99d3e58a2f5
2015-03-25 11:17:05 +01:00
Alessio Placitelli
d19436f3f5 Bug 1134279 - Change Telemetry data producers to use the correct recording flags. r=vladan 2015-03-23 04:39:00 +01:00
Brian Grinstead
7dc325e399 Bug 1094821 - Install a devedition lightweight theme on startup, then wait for it to be applied before applying devedition styles;r=Gijs 2015-03-25 06:54:18 -07:00
Tim Taubert
91752e0cf4 Bug 1100291 - Fix a few tests to wait until a newly opened tab is loaded before using for further testing r=Gijs 2015-03-17 18:49:54 +01:00
Tim Taubert
0e3c094d7a Bug 1100291 - Fix browser/base/content/test/general/browser_locationBarCommand.js to work with an async getShortcutOrURIAndPostData() r=margaret 2015-03-09 14:23:36 +01:00
Tim Taubert
25f7753fcc Bug 1100291 - Fix browser/base/content/test/general/browser_urlbarEnter.js to work with an async getShortcutOrURIAndPostData() r=dao 2015-03-06 22:55:20 +01:00
Tim Taubert
d04ed886cd Bug 1100291 - Make browser/base/content/test/general/browser_urlbarStop.js work with an async getShortcutOrURIAndPostData() and prepare it for e10s r=dao 2015-03-06 19:45:42 +01:00
Tim Taubert
fe32d3441f Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed callback off a zero timeout r=paolo,f=mak 2015-03-06 16:46:50 +01:00
Mark Banner
d32f517741 Bug 1147104 - Add running e10s based mochitests to run-all-loop-tests.sh to help catch Loop failures before they land. r=jaws NPOTB DONTBUILD 2015-03-25 10:43:09 +00:00
Patrick Brosset
618f4cbb94 Bug 1146566 - 2 - Avoid using CPOWs in test browser_markupview_tag_edit_03.js; r=bgrins
This change updates the browser_markupview_tag_edit_03.js test by making use of the
getDomElementInfo message listener to retrieve information about the tested nodes
without having to go through CPOWs.

--HG--
extra : rebase_source : 550d6fdf0baa4557be024e42de1e9b7f03652b0b
extra : histedit_source : 65f0bdbdb1b315783b101eb54b2f405c03a1f79d
2015-03-24 10:55:02 +01:00
Patrick Brosset
9900719f1f Bug 1146566 - 1 - Use devtools common frame-script in markupview tests and add helper; r=bgrins
This change loads the devtools common frame-script-utils.js frame-script in the browser message
manager when a new test tab is opened by a test, and it adds a new getDomElementInfo message
listener useful for many tests to retrieve data about a node without having to go through a
CPOW.

--HG--
extra : rebase_source : 7783609faa96ba9a321156f781101244acd9ae2d
extra : histedit_source : 171b976aa669f59342d31dbe278cda3769988c2b%2C5c1851a0090c961e04c26ecdc167b4c4b965c73f
2015-03-25 10:53:24 +01:00
Dão Gottwald
7bebde2a3b Bug 1139656 followup, addressing flod's review comments 2015-03-25 08:59:29 +01:00
Mark Hammond
ef3fb42bb5 Bug 1147270 followup - fix stray quote character. r=me 2015-03-25 17:35:33 +11:00
Mark Hammond
2004d7b0e7 Bug 1147270 - extract Sync's device name logic so it can be used by reading list. r=rnewman 2015-03-25 16:28:19 +11:00
Mark Hammond
3cab41b89b Bug 1146068 (part 1) - fix scheduler to match readinglist sync engine implementation. r=adw 2015-03-25 16:28:18 +11:00
Drew Willcoxon
2559961e02 Bug 1131416 - Desktop syncing module for reading list service (sync module). r=markh 2015-03-20 15:48:53 -07:00
Wes Kocher
407619ed84 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-24 18:38:29 -07:00
Wes Kocher
a2b428efea Merge fx-team to m-c a=merge CLOSED TREE 2015-03-24 18:12:58 -07:00
Gijs Kruitbosch
332d99565c Bug 1146666 - fix reader mode button's dealing with history.pushState, r=margaret
--HG--
extra : rebase_source : 7e319675091bebc7f48d0683058195cfdecbeabe
2015-03-25 00:33:16 +00:00
Ryan VanderMeulen
5ca6ac7ada Backed out changeset 37bd20ca096a (bug 1139656) for test_blocklistchange.js xpcshell failures.
CLOSED TREE
2015-03-24 15:36:48 -04:00
Ryan VanderMeulen
3120ab0db9 Backed out changeset b192e6e16c1b (bug 1142687) for mochitest-e10s failures.
CLOSED TREE
2015-03-24 14:32:20 -04:00
Ryan VanderMeulen
f70a404034 Backed out changesets ade5347d0627, 0b9529b44e23, a139d273f07b, and 0994ae599f13 (bug 1139460) for widespread mochitest crashes.
CLOSED TREE
2015-03-24 14:31:55 -04:00
Paolo Amadini
8d9450a933 Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-24 11:18:19 -07:00
Tim Taubert
67248d3882 Bug 1146052 - Fix empty about:sessionrestore after crash as well as empty about:welcomeback after resetting the profile r=smacleod 2015-03-23 14:01:13 +01:00
Dão Gottwald
dc5aac6e35 Bug 1139656 - Implement the first pieces of the all-doorhanger install flow for add-ons installed from websites. r=dtownsend 2015-03-24 18:54:59 +01:00
John Kang
ffeec298b9 Bug 1144782 followup: fix typo. r=dao
--HG--
extra : rebase_source : 7cb508b3a32cba6be999df91e75daf7596eddf10
2015-03-24 18:23:22 +01:00
Georg Fritzsche
39ddc4b567 Bug 1139460 - Bonus: Remove unused function from experiments code. rs=yoric 2015-03-19 15:50:09 +01:00
Tanvi Vyas
79493e5ce3 Bug 1082837 - test cases for image redirects loaded from the imagelib cache. r=smaug, ckerschb 2015-03-24 09:18:51 -07:00
Jared Wein
1e367f2aea Bug 1142687 - Show context information for current page in the rooms view. r=standard8
--HG--
extra : rebase_source : 8c6b66f3c88507c777ccd63bd533a09228e2c2f2
2015-03-24 12:43:49 -04:00
Panos Astithas
02dfbfe7de Use an html instead of a xul progress bar for better perf on Linux (bug 1003664). r=jlongster, f=darktrojan 2015-03-24 18:32:41 +02:00
Ryan VanderMeulen
358a43b689 Merge m-c to fx-team. a=merge 2015-03-24 12:01:54 -04:00
Ryan VanderMeulen
68565c39fb Merge fx-team to m-c. a=merge 2015-03-24 11:55:30 -04:00
Tim Taubert
ba18194432 Bug 1145942 - Use the frame message manager to revive crashed tabs upon navigation r=billm 2015-03-21 08:20:28 +01:00
Mike de Boer
e9a4d9575b Bug 1135095: add telemetry for window and tab sharing triggers in Loop. r=Standard8,vladan 2015-03-24 11:21:20 +01:00
Mark Hammond
24712a1339 Bug 1146786 - make readinglist sidebar logs less noisy. r=florian 2015-03-24 20:31:55 +11:00
Mark Banner
57615e4011 Bug 1137843 - Loop client should not try to leave room that it fails to join. r=dmose 2015-03-24 08:46:06 +00:00
Mark Hammond
e9d0fa21fa Bug 1131416 - module for the readinglist sync engine to use to talk to the server. r=adw 2015-03-24 14:25:30 +11:00
Wes Kocher
9c48b16fcb Backed out changeset 56ce9fdb62e3 (bug 1145913) for mochitest-5 orange 2015-03-23 18:53:41 -07:00
Wes Kocher
731ade218b Merge m-c to fx-team a=merge CLOSED TREE 2015-03-23 18:09:12 -07:00
Paolo Amadini
3347b5b4de Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-23 16:43:16 -07:00
Mark Hammond
18a41c13b0 Bug 1146054 - browser now reports a prolonged readinglist sync error after the correct time. r=adw 2015-03-24 10:28:14 +11:00
Jared Wein
ab4cb2d2c1 Bug 1146486 - The generic reading list thumbnail graphic is stretched too big and on white background. r=florian
--HG--
extra : rebase_source : 58fa62758576f89a650f824a37688cf3b94fe7a4
2015-03-23 18:53:36 -04:00
Jared Wein
0a279d762e Bug 1146463 - Prevent reading list description text from wrapping on hover. r=florian
--HG--
extra : rebase_source : 3cde3e4c09369179c64c625715bbf7ed97d4b254
2015-03-23 18:37:59 -04:00
Brian Grinstead
ac897bf890 Bug 1094821 - Store currently selected lightweight theme in the selectedThemeID pref instead figuring it out based on the order of the usedThemes pref;r=Gijs 2015-03-23 15:32:41 -07:00
Jared Wein
536b45fd2c Bug 1146358 - Adding an item to reading list from reader view fails. r=adw
--HG--
extra : rebase_source : fad0ffb9bc10d7c9049c3c02ae474f8f131ca006
2015-03-23 16:45:58 -04:00
Tooru Fujisawa
7c39e4170e Bug 1146193 - Part 1: Fix tab drag and drop. r=gavin
--HG--
extra : source : 7e4412d1dcd6cd67571e22ebe9330269efa4a700
2015-03-24 04:38:30 +09:00
Jan Keromnes
059619bafc Bug 1135018 - Move getjson from webide/ to shared/. r=jryans
--HG--
rename : browser/devtools/webide/modules/remote-resources.js => browser/devtools/shared/getjson.js
2015-03-21 05:51:00 -04:00
Jan Keromnes
318629d58d Bug 1135018 - Make devices.js use a CDN. r=ochameau 2015-03-21 04:02:00 -04:00
John Giannakos
a300673a9a Bug 1134568 - Implement a preset gallery for CubicBezierWidget incl. 8 preset functions for categories: ease-in, ease-out, and ease-in-out. r=pbrosset 2015-03-23 08:01:00 -04:00
Patrick Brosset
675ad31213 Bug 1145162 - Prevent Tooltip class from relaying show/hide events that aren't its own; r=miker
--HG--
extra : rebase_source : a849e058602db0cdfc32f08f0c7c18cb916f21c7
2015-03-19 15:34:37 +01:00
Eddy Bruël
d11f26ad69 Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlong 2015-03-23 14:13:03 +01:00
Michael Ratcliffe
b2c4fc1141 Bug 1144363 - Fix this._telemetry is undefined in gDevTools. r=bgrins 2015-03-18 10:04:59 +00:00
Abhinav Koppula
7a8fca2a06 Bug 1127337 - Show article favicon in the browser tab in reader mode. r=jaws 2015-03-18 16:22:00 -04:00
Brian Grinstead
87e3e24f7d Bug 1066504 - Allow timeline range selection to continue even after mouseout of the graph window. r=vporof 2015-03-18 13:29:00 -04:00
Michael Ratcliffe
cbdede1635 Bug 1120570 - Fix media query in rule view link text. r=bgrins 2015-03-23 17:33:02 +00:00
J. Ryan Stinnett
789d420452 Bug 1130084 - Allow runtimes to take infinite time to connect. r=past 2015-03-24 09:31:51 -05:00
Jan Keromnes
7052785fe6 Bug 1146097 - Fix incorrectly escaped regexp in webide-prefs.js. r=jruderman 2015-03-22 07:03:00 -04:00
Alessio Placitelli
7ad0a1855b Bug 1145472 - Use HiddenFrame in browser_no_tabs.js test to fix security errors. r=MattN 2015-03-20 09:22:00 -04:00
Alex Verstak
d8671c0781 Bug 1144816 - Extend timeout for referrer tests, slow shutdown on mac os x e10s. r=Gijs 2015-03-22 13:15:00 -04:00
Zimon Dai
7dd2c728a6 Bug 1135435 - Add UI for breakpoint condition throws. r=fitzgen 2015-03-06 11:41:54 +08:00
Tiziana Sellitto
7ab72909e2 Bug 1013695 - Add css id selector 'defaultFontSizeLabel' in incontentprefs to add some margin-left to 'size' label in content pane of in-content preferences. r=jaws 2015-03-23 14:22:00 -04:00
Jan-Ivar Bruaroey
c6676519f2 Bug 1046245 - enumerateDevices w/non-blocking e10s, nsICryptoHMAC, clear cookies, lambdas. r=keeler, florian, billm, jesup 2015-03-03 09:51:05 -05:00
Bill McCloskey
f15599e2d9 Bug 1132072 - Tab switch refactoring (r=mconley) 2015-03-27 08:38:47 -07:00
Mike Hommey
77e457a86d Bug 1141441 - Make the -remote option return an error code. r=bsmedberg 2015-03-24 09:10:34 +09:00
Wes Kocher
8794504c9f Merge m-c to inbound a=merge CLOSED TREE 2015-03-23 16:51:22 -07:00
Zachary Carter
7c62c725d7 Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh 2015-03-26 01:33:38 -07:00
Shian-Yow Wu
d5acb1e8d0 Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen 2015-03-26 15:11:08 +08:00
Tooru Fujisawa
9f25511f18 Bug 1146193 - Part 2: Add test for tab reorder and duplicate. r=gavin 2015-03-24 06:40:01 +09:00
Bill McCloskey
22340f9cc6 Bug 1145394 - Remove some preprocessor use in prefs code (r=gavin) 2015-03-26 14:22:58 -07:00
Bill McCloskey
f2d972e4f2 Bug 1075670 - Make event.screen[XY] work in content processes (r=smaug,kats,tn,joshmoz) 2015-03-26 14:17:29 -07:00
Francois Marier
987f6f9922 Bug 1111741 - Enable SafeBrowsing remote lookups for mac and linux. r=mmc
--HG--
rename : toolkit/components/downloads/test/unit/test_app_rep_windows.js => toolkit/components/downloads/test/unit/test_app_rep_maclinux.js
2015-03-24 20:47:00 -04:00
Jose Antonio Olivera Ortega
6e115add99 Bug 1003991 - Disable https:// only load for ServiceWorkers when Developer Tools are open. r=nsm, r=miker 2015-03-24 14:15:00 -04:00
Tanvi Vyas
eaae2192f8 Bug 947079 - When navigating away from a page that is doing an insecure resource load, ensure that the securtiy state of the new page is not affected by the previous page's load. r=keeler, jaws 2015-03-26 11:54:56 -07:00
Tanvi Vyas
f80daa6194 Bug 1147716 - Remove offline mode observer in browser_bug435325.js. r=jimm 2015-03-26 11:51:19 -07:00
Blake Winton
fa0337ba0d Bug 1146946 - Handle empty lists in sidebar.js when using the up/down key. r=florian 2015-03-24 15:12:17 -04:00
Blake Winton
7cc621db62 Bug 1137556 - Make the ReadingList sidebar look like other sidebars. ui-r=mmaslaney, r=florian 2015-03-23 19:34:31 -04:00
Florian Quèze
a0fd72c7ac Bug 1143388 - Loading an item from the readinglist shouldn't make the user leave the reader mode if it was active, r=jaws. 2015-03-24 23:44:28 +01:00
Dão Gottwald
067fb8ef2f Bug 1139656 - Implement the first pieces of the all-doorhanger install flow for add-ons installed from websites. r=dtownsend
--HG--
extra : rebase_source : 5cb6a4265cbf5f9c10eec53336c2bab1d8ba44ae
2015-03-24 22:24:49 +01:00
Iaroslav Sheptykin
3b3aa043d0 Bug 1012532 - Replace translation engine usage of RESTRequest with Http.jsm. r=felipe 2015-03-24 15:32:16 -03:00
Brian Grinstead
ee6362730e Bug 1139644 - Flash only relevant attributes in markup view when changed;r=pbrosset 2015-03-24 14:57:57 -07:00
Brian Grinstead
a0334bd25e Bug 1139644 - Make markupview use sdk timers instead of individual timers for each window;r=pbrosset 2015-03-24 14:57:54 -07:00
Jared Wein
eefcc0b4fd Bug 1142687 - Show context information for current page in the rooms view. r=standard8 2015-03-24 12:43:49 -04:00
Dan Mosedale
9ae3882abb Bug 1145819 - Fix loop Telemetry counting of direct calls, r=Standard8 2015-03-24 14:28:45 -07:00
Jennifer Fong
370c4e2bef Bug 1146460 - Fixed ToolboxFullscreenState style. r=jryans 2015-03-24 16:06:11 -05:00
Tooru Fujisawa
253e96f2ca Bug 1146193 - Part 1: Fix tab drag and drop. r=gavin 2015-03-24 04:38:30 +09:00
Phil Ringnalda
174ec4f715 Merge m-i to m-c, a=merge 2015-03-22 13:56:19 -07:00
L. David Baron
a82c019d92 No bug - Correct a few misspellings in test assertion messages, since commits with non-ascii commit messages now break the tree. On a CLOSED TREE. 2015-03-21 13:21:06 -07:00
Phil Ringnalda
fc8b8ab2ac Merge m-c to m-i 2015-03-21 12:50:09 -07:00
Phil Ringnalda
9ef50f3565 Merge f-t to m-c, a=merge 2015-03-21 12:47:01 -07:00
Jared Wein
cebaf3a66a Bug 1145911 - Enable reading list by default, r=florian 2015-03-20 18:04:00 -07:00
Florian Quèze
cc0e7f6266 Bug 1145911 - fix leak and other test failures for reading list, r=gijs 2015-03-21 08:56:40 -07:00
Phil Ringnalda
e771ae69ec Merge m-c to f-t 2015-03-21 12:54:34 -07:00
John Kang
dedc5228a9 Bug 1144782 - LoopUI should listen to "TabSelect" rather than the "select" event. r=dao 2015-03-21 20:52:06 +01:00
Drew Willcoxon
d4fec9333e Bug 1131416 - Desktop syncing module for reading list service (one more fix to prepatory changes). r=jaws 2015-03-20 15:53:14 -07:00
Drew Willcoxon
48b68185e5 Bug 1131416 - Desktop syncing module for reading list service (fixes to prepatory changes). rs=jaws
rs=jaws IRL
2015-03-20 14:26:54 -07:00
Drew Willcoxon
503964d103 Back out 648e3888d9bd 2015-03-20 15:23:34 -07:00
Jared Wein
a768aa1e02 Bug 1141509 - Height is spelt wrong in css for resized chat window. r=standard8
--HG--
extra : rebase_source : 6b84974fd074378df48269166853e84458ae4c21
2015-03-20 14:40:50 -07:00
Jared Wein
e636a56349 Bug 1133485 - [ReadingList] Open the Reading List sidebar when the button in the location bar is used to add the current page to Reading List. r=markh
--HG--
extra : rebase_source : 61dbc2eca82d7c0c16889adc5bd80ddaa3e640a2
2015-03-20 13:14:34 -07:00
Wes Kocher
14f75f943c Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Wes Kocher
6e174d5a6c Backed out changeset 531892b480db (bug 1132072) for frequent bc3 failures 2015-03-20 17:17:39 -07:00
Wes Kocher
571bb95717 Backed out changeset 6ef7ca8f1db3 (bug 1066531) so I can get at a patch that caused near-permafailing bc3 2015-03-20 17:17:19 -07:00
Jared Wein
374a3df179 Bug 1123518 - [ReadingList] Display article preview image in the Reading List sidebar. r=florian 2015-03-20 11:20:11 -07:00
Mark Hammond
d429535c22 Bug 1131414 (part 2) - add the reading-list engine to Sync prefs. r=adw 2015-03-20 11:08:51 -07:00
Ryan VanderMeulen
cbfa120ebf Backed out changeset 8626a98a34d8 (bug 1145394) for mochitest-bc gApplicationsPane errors.
CLOSED TREE

--HG--
extra : rebase_source : 69612da9e0ec97da280745aa98fc72ad4a5840ef
2015-03-20 16:23:26 -04:00
George Wright
ab018a486f Bug 1066531 - Delay tab switching until content is ready in e10s mode r=mconley,mstange 2015-03-20 15:09:58 -04:00
Bill McCloskey
2cbf53b22f Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin) 2015-03-20 11:57:38 -07:00
Bill McCloskey
2cafd808a5 Bug 1145394 - Fix unparseable JS code (r=gavin) 2015-03-20 11:57:38 -07:00
Bill McCloskey
7bfc10aca5 Bug 1145394 - Use AppConstants for prefs code (r=gavin) 2015-03-20 11:57:37 -07:00
Bill McCloskey
a5902c6844 Bug 1143038 - Use AppConstants in tabbrowser.xml (r=gavin) 2015-03-20 11:57:37 -07:00
Dan Mosedale
b772641e14 Bug 1123660 - add logging to Loop media connection telemetry, r=Standard8 2015-03-20 10:44:40 -07:00
Paolo Amadini
08befa063a Bug 1143903 - Display username and password as separate fields in the password doorhanger. r=MattN 2015-03-20 10:26:01 -07:00
Paolo Amadini
6c66377df5 Bug 1143937 - Make BrowserTestUtils.waitForEvent not use flaky timeouts and cover more use cases. r=smacleod 2015-03-20 10:26:01 -07:00
Tim Taubert
4fdfc59acc Bug 1088163 - Fix intermittent browser_offlineQuotaNotification.js timeouts by properly waiting for a notification to show r=markh 2015-03-20 12:48:51 +01:00
Gijs Kruitbosch
58bd2b8a31 Backed out changeset 91b402c7cd92 (bug 1145911) for leaks and other orange on bc and dt tests 2015-03-20 21:12:40 -07:00
Jared Wein
5b732747bd Bug 1145911 - Enable reading list by default. r=florian 2015-03-20 19:31:49 -07:00
Jared Wein
bb0ad29287 Bug 1145909 - Use an image instead of toolbarbutton for the reading list button. r=florian 2015-03-20 19:29:56 -07:00
Jared Wein
d2549c4e7a Bug 1140340 - Add Reader Mode menu item to the menu bar. r=florian
--HG--
extra : rebase_source : 3c22f45081c84e99b96a919da6175fe35c1545b4
2015-03-20 17:35:55 -07:00
Jared Wein
0a6753444c Bug 1140345 - Use an image instead of toolbarbutton for the reading view button. r=florian
--HG--
extra : rebase_source : a9c81392483e4705f34603adc1f71f31aff303a9
2015-03-20 17:28:03 -07:00
Ehsan Akhgari
883849ee32 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Bill McCloskey
78c1ffc955 Bug 1132072 - Tab switch refactoring (r=mconley) 2015-03-20 11:52:44 -07:00
Abdelrhman Ahmed
68627aa3d8 Bug 1143387 - Disable hover state in checked header button in share panel. r=jaws 2015-03-18 11:30:00 -04:00
Ian Moody
cfb644046c Bug 1141186 - Fix context-menu Share commands so they don't use unsafe CPOWs. r=mconley 2015-03-11 21:19:30 +00:00
Marina Samuel
a4871bd274 Bug 1126186: Allow users to turn off all tiles that aren't history tiles and update newtab cogmenu wording. r=adw 2015-03-20 17:28:15 -04:00
Drew Willcoxon
5e63826da7 Bug 1131416 - Desktop syncing module for reading list service (fixes to prepatory changes). rs=jaws
rs=jaws IRL
2015-03-20 14:26:54 -07:00
Marina Samuel
39a1681b62 Bug 1126188: Show suggested tile explanation text under a suggested tile. r=adw 2015-03-20 16:39:09 -04:00
Jared Wein
ab8b316059 Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me 2015-03-20 12:45:53 -07:00
Jared Wein
b2c4b4891c Backed out changeset c8e6847915e1 (bug 1123518) 2015-03-20 12:45:01 -07:00
Jared Wein
7571a2c07b Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me
--HG--
extra : rebase_source : dbd460bf62b47027fa26ceab6db96cb83ef2144b
2015-03-20 12:43:17 -07:00
Jared Wein
b07e53fb8c Backed out changeset ba4279ef4045 (bug 1008169)
--HG--
extra : rebase_source : 39f98b6c024a59aba8a137756593e431f21fbb25
2015-03-20 12:26:03 -07:00
Drew Willcoxon
29dee4e836 Bug 1131416 - Desktop syncing module for reading list service (test fix). r=me 2015-03-20 12:19:30 -07:00
Drew Willcoxon
53feeeb6b1 Bug 1131416 - Desktop syncing module for reading list service (prepatory changes). r=markh 2015-03-20 12:12:10 -07:00
Florian Quèze
587a745a8b Bug 1144823 - reading list sidebar should be sorted by most recently added, r=markh. 2015-03-20 12:07:16 -07:00