Commit Graph

33575 Commits

Author SHA1 Message Date
Neil Deakin
4be3ac5710 Bug 1131685, don't have the selection in the list interfere with caret movement in the search field, r=mak 2015-02-26 09:14:19 -05:00
Wes Kocher
16e9ad9dc5 Merge m-c to fx-team a=merge 2015-02-25 17:54:05 -08:00
Wes Kocher
399ca9a1f5 Merge fx-team to m-c a=merge 2015-02-25 17:39:55 -08:00
J. Ryan Stinnett
bd35115dc0 Bug 1128027 - Rework Console tests that click links. r=bgrins
Console tests that click message links were allowing the events to bleed
over into the next test, causing intermittent failures.
2015-02-25 19:23:06 -06:00
J. Ryan Stinnett
b6acc170c1 Bug 1128027 - Settle Web Audio requests in tests before teardown. r=jsantell 2015-02-25 19:23:06 -06:00
J. Ryan Stinnett
55fb07a07c Bug 1128027 - Repair sourceeditor test after protocol.js cleanup change. r=bgrins 2015-02-25 19:23:06 -06:00
J. Ryan Stinnett
43c203918f Bug 1124326 - Support Cordova w/o build file. r=ochameau 2015-02-25 15:14:28 -06:00
J. Ryan Stinnett
a328e3c3c5 Bug 1124326 - Improve packageDir support for Cordova. r=ochameau 2015-02-25 15:14:28 -06:00
Wes Kocher
b2db624bde Bug 1135403 - Add files that apparently didn't get added when I imported the patch CLOSED TREE r=me 2015-02-25 15:42:27 -08:00
Jordan Santell
9300d46ac9 Bug 1135752 - Add tracking params in the dev edition doorhanger promo URL. r=jwalker 2015-02-25 15:23:22 -08:00
Jordan Santell
b77e439bd6 Bug 1135403 - Test that canvas debugger handles scenario where there is an animation cycle, but no draw calls or canvas. r=vp 2015-02-25 15:22:29 -08:00
Jordan Santell
89f38a949f Bug 1134876 - Clicking an in-progress recording snapshot will no longer throw an error. r=vp
--HG--
extra : rebase_source : 07fde24b623866068a1233632120bb709e7aeffc
2015-02-25 14:58:37 -08:00
J. Ryan Stinnett
05b440e844 Bug 1136450 - WebIDE packaging check did not function correctly. r=ochameau 2015-02-25 08:55:06 -06:00
Carsten "Tomcat" Book
ed325766ab Merge mozilla-central to fx-team 2015-02-25 12:13:16 +01:00
Carsten "Tomcat" Book
476e8299a2 merge mozilla-inbound to mozilla-central a=merge 2015-02-25 12:05:55 +01:00
Mark Hammond
385b0dc1aa Bug 1136291 - better handle an unexpected (eg, the hidden DOM window) being the window opener when initializing the sidebar. r=Unfocused 2015-02-25 20:51:21 +11:00
Wes Kocher
49c682130a Merge m-c to fx-team a=merge CLOSED TREE 2015-02-24 15:44:59 -08:00
Wes Kocher
62b9b79f68 Merge fx-team to m-c a=merge 2015-02-24 15:41:09 -08:00
Nick Fitzgerald
c4e022a79b Bug 1122142 - Reword the label for enabling chrome debugging; r=past 2015-02-24 13:06:06 -08:00
Ryan VanderMeulen
ec8d7510c3 Backed out 7 changesets (bug 1075670) for e10s browser_586068-browser_state_interrupted.js crashes.
Backed out changeset 4ca74b217fe8 (bug 1075670)
Backed out changeset 83199cfc333f (bug 1075670)
Backed out changeset 065b859e6525 (bug 1075670)
Backed out changeset a3e8329610d9 (bug 1075670)
Backed out changeset ced9055e0bcc (bug 1075670)
Backed out changeset e6d6f0c11133 (bug 1075670)
Backed out changeset b823c6c95030 (bug 1075670)

CLOSED TREE
2015-02-24 11:53:34 -05:00
Tim Taubert
552b9da672 Bug 1100223 - Add test to ensure loadURI() on pending tabs works as expected r=Gijs 2015-02-22 14:18:19 +01:00
Tim Taubert
1101a80a25 Bug 1100223 - switchToTabHavingURI() should load a new URI before selecting the tab to ensure sessionstore won't override the target URI when the tab was pending r=Gijs 2015-02-21 09:30:23 +01:00
farhaan
b44712622d Bug 1073234 - Show small swatch of current theme in the themes button. r=jaws 2015-02-27 19:33:03 -05:00
Michael Weisz
b913d589b4 Bug 782623 - Add meta tag property attribute to pageInfo view. r=jaws 2015-02-27 18:11:03 -05:00
Abhinav Koppula
75f61d9f2d Bug 951695 - Rename 'Character Encoding' to 'Text Encoding'. r=jaws 2015-02-27 18:10:30 -05:00
Mark Capella
4acb3731d8 Bug 1133489 - Hook up "Open ReadingList" button in desktop ReaderMode, r=unfocused 2015-02-27 14:31:31 -05:00
Steven MacLeod
3707700dfb Bug 1093566 - Migrate BrowserUITestUtils into BrowserTestUtils; r=Unfocused r=paolo
--HG--
extra : rebase_source : 0e982bc29ce29933bc11fdfb6fc75e71258fcdf8
2015-02-23 12:48:54 -05:00
Brian Grinstead
50abaa9ef1 Bug 1134845 - Add clearHistory jsterm helper to remove persisted console input history. r=past 2015-02-20 14:57:00 -05:00
Gregory Szorc
b931cfa945 NO BUG - Fix reStructuredText warnings
Sphinx has been complaining about a number of reStructuredText warnings
for a while. Fix all the ones in .rst files.

Not asking for review because this is docs only and changing .rst files
can't break anything important.

DONTBUILD (NPOTB)
2015-03-01 22:51:32 -08:00
Tooru Fujisawa
c8a5e780ae Bug 1108382 - Part 3: Do not use non-standard flag argument of String.prototype.replace in browser/metro/. r=mbrubeck 2015-03-01 09:51:33 +09:00
Tooru Fujisawa
5a626a8371 Bug 1108382 - Part 2: Do not use non-standard flag argument of String.prototype.match/replace in browser/components/translation/. r=felipe 2015-03-01 09:51:33 +09:00
Tooru Fujisawa
6eccb1d0bc Bug 1108382 - Part 1: Do not use non-standard flag argument of String.prototype.match/replace in browser/. r=gavin 2015-03-01 09:51:32 +09:00
Margaret Leibovic
f336a1e08a Bug 1124011 - Hide reader view buttons related to reading list if reading list is disabled, and enable reader view by default on Nightly. r=Unfocused
--HG--
extra : rebase_source : 2647d467ac309dc8c4a35522768c4756a288180e
2015-02-19 11:47:20 -08:00
Carsten "Tomcat" Book
5035a908b0 Backed out changeset 4f1e44bd6204 (bug 1059308) 2015-03-03 16:28:14 +01:00
Carsten "Tomcat" Book
e8963cad6c Backed out changeset 4696a52daeed (bug 1059308) 2015-03-03 16:28:13 +01:00
Carsten "Tomcat" Book
5993881b4e Backed out changeset 2433abf44e53 (bug 1059308) 2015-03-03 16:28:08 +01:00
Carsten "Tomcat" Book
dc10b3a4df Backed out changeset ead3ea3e566e (bug 1137238) 2015-03-03 16:28:03 +01:00
Alexandre Poirot
fbed066242 Bug 1137238 - Fix toolboxes when switching between apps in WebIDE. r=jryans 2015-02-26 08:20:00 +01:00
Alexandre Poirot
ff1149985c Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past 2015-03-03 04:19:00 +01:00
Alexandre Poirot
3920aaca15 Bug 1059308 - Fix tests to support chrome actor. r=jryans 2015-02-26 03:56:00 +01:00
Alexandre Poirot
2f1e054e4d Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans 2015-02-26 03:55:00 +01:00
Dave Townsend
f99f6d8c29 Bug 1087966: Fix tab detach in e10s windows. r=mconley
When swapping docshells we also have to swap any properties on remote-browsers
that are cached from the content process. This includes things like the
remoteWebNavigation etc. which in turn cache content information. Some of
these also maintain message listeners that we have to switch to the new browser
and message manager.

--HG--
extra : rebase_source : 5ed5dd9b754612f86f5c44fde7a0610abfe976f8
2015-02-18 16:47:43 -08:00
Mike de Boer
ae56b6f0c4 Bug 1133943: add necessary actions to start sharing a browser tab and pass respective parameters to the OpenTok SDK. r=Standard8 2015-02-24 17:16:30 +01:00
Mike de Boer
63d5b3742b Bug 1133493: add e10s-friendly API to fetch a tab's outer window ID. r=florian,Standard8 2015-02-24 17:16:27 +01:00
Tim Nguyen
8e21ed3081 Bug 1133205 - Fix SVG style edition in rules view. r=pbrosset 2015-02-23 12:40:00 -05:00
Mark Banner
473f5d1b9d Bug 1081847 - Resize the Loop conversation window to 300w x 272h. r=mikedeboer 2015-02-24 13:17:30 +00:00
Mark Banner
94da6f9466 Bug 1114713 - Fix intermittent test failures by removing a event-cycling setTimeout call. r=mikedeboer 2015-02-24 13:17:29 +00:00
Wes Kocher
c072157008 Merge m-c to inbound a=merge CLOSED TREE 2015-02-24 15:42:16 -08:00
Brad Lassey
30d56eb7e8 bug 1071880 - Notify user of addons that are slowing their browser down significantly r=mossop 2015-02-23 11:39:05 -05:00
Andrew McCreight
06554f77d6 Bug 1073352, part 2 - Enable some devtools tests. r=ejpbruel
This enables a few of the debugger tests. The first test,
browser_dbg_aaa_run_first_leaktest.js, is intentionally disabled,
because it appears to have a legitimate leak.
2015-02-24 13:00:54 -08:00
Margaret Leibovic
c8bbe85af8 Bug 1136716 - Consolidate reader view strings in one .properties file, and make the strings to close reader view consistent. r=bnicholson,Unfocused
--HG--
extra : rebase_source : e50c9c99a919a660fb064fc452c0cee62a04ee43
2015-02-27 11:29:18 -08:00
Mark Banner
e85ff85ff9 Bug 1131574 - In Loop's tab sharing, make the shared tab follow the active tab. r=mikedeboer 2015-03-02 19:23:35 +00:00
Jordan Santell
a137b66eae Bug 1134079 - Supply audio node definitions directly from the client if the webaudio actor server does not support it (like on older versions of FxOS). r=vp 2015-02-23 12:47:00 +01:00
Jordan Santell
dda6fdfa37 Bug 1133058 - OptionsView button, when clicked, should have an 'open' attribute. r=vp 2015-02-23 10:31:00 +01:00
Jordan Santell
637be57afe Bug 1132474 - Further clarify restrictions of TabTarget's actor description methods in the comments. r=jryans 2015-02-23 10:46:00 +01:00
Jordan Santell
c32efa4de3 Bug 985488 - Allow canvas debugger to time out and stop recording frames. Canvas debugger 'wait' style now matches other media styles. Update labels in canvas debugger to explicitly state that it's waiting for rAF cycles, rather than appearing as if something went wrong. r=vporof 2015-02-23 18:46:00 +01:00
Carsten "Tomcat" Book
288765ebc6 Backed out changeset a226fd427f01 (bug 1131412) 2015-02-25 10:40:49 +01:00
Yury Delendik
a0cf2ee3f8 Bug 1133136 - Update Shumway to version 0.10.182. r=till 2015-02-23 16:51:36 -06:00
Anush
ef55f363e7 Bug 1113761 - Allow decimal values in the layout view. r=jaws r=mratcliffe 2015-02-24 09:23:00 +01:00
Michael Lopez
87532d4e6e Bug 340432 - Add the ability to cancel site permission changes. r=Unfocused 2015-02-23 17:07:00 +01:00
Mark Hammond
27942600b1 Bug 1131412 - implement a scheduler for the readinglist. r=adw 2015-02-25 18:54:59 +11:00
Mark Banner
65c8629880 Bug 1110973 - Add a preference for enabling fake streams for tests, and use it in the Loop functional tests. r=smaug 2015-02-25 07:36:50 +00:00
Carsten "Tomcat" Book
d9f863582e Backed out changeset e440ab8f0a51 (bug 1044600) for suspicion of causing bc1 leaks 2015-03-03 14:04:50 +01:00
Gijs Kruitbosch
ff0e123849 Bug 1134513 - shaky eme icon on first play, r=sevaan
--HG--
extra : amend_source : 3ccdc86226d0996c3836fe557bf8be6bdca78cf7
2015-02-24 16:06:19 +00:00
Ian Moody
58e7383e88 Bug 1138518 - Add JS template string (`) to autoCloseBrackets for the DevTools Source Editor. r=bgrins
--HG--
extra : rebase_source : f3da7ed995b37589054fb57e3bdddc2ae3884958
2015-03-02 10:59:00 +01:00
Richard Marti
a16b244512 Bug 1136670 - InContent Prefs - Implement alignment according to spec. r=jaws
--HG--
extra : rebase_source : 740babb15cd8f48856d0e758a0341e7d8e600067
2015-03-02 19:52:44 +01:00
Gijs Kruitbosch
871d90c7ec Bug 1107695 - make one-off buttons accessible, r=florian,f=MarcoZ
--HG--
extra : amend_source : fb3d91750b3c372067849d056efaf4997dbe70f2
2015-02-16 14:23:47 +00:00
Phil Ringnalda
f8430495ed Back out a7923665bfa0 (bug 1121417) for e10s bc1 bustage
CLOSED TREE
2015-02-23 21:18:22 -08:00
Matt Hammerly
475fd32578 Bug 1124271 - Entering reader mode from an app tab shouldn't open a new tab. r=jaws
--HG--
extra : rebase_source : 49371af0d343a9e6a142f96af360bccd2a0da11a
extra : histedit_source : ebce9c0c7d91a00f2e0c3023b85dc356cc4acc62
2015-02-23 20:44:27 -08:00
Blair McBride
6134a01322 Bug 1105967 - Typing fast in address bar and pressing enter leads to missing end characters. a=paolo
--HG--
extra : transplant_source : %DB%E5%1BE%FE%2B%1D9%C70%A3T%E7%EC%F8%AD7%C1%B0e
2015-02-24 16:38:25 +13:00
Chris
19e182b01e Bug 1121417: Change hiddenOneOffs pref to use unichar type. r=florian 2015-02-23 10:45:15 -08:00
Johan K. Jensen
84536e6ce5 Bug 1096294 - Display pseudo-arrays like arrays in the console; r=pbrosset 2015-02-23 17:27:05 -08:00
Jordan Santell
24ae013821 Bug 978948 - Add animation generator support for setTimeout in the canvas debugger. r=vp 2015-02-23 17:26:56 -08:00
Wes Kocher
a72a85f6e2 Merge m-c to fx-team a=merge 2015-02-23 17:03:56 -08:00
Wes Kocher
a2295b58c5 Merge fx-team to m-c a=merge 2015-02-23 16:00:36 -08:00
Jared Wein
fe221f3402 Bug 1047040 - Add browser-specific graphic of GUM prompt to the media-wait message. r=dmose
--HG--
extra : rebase_source : 53512e75b501e3e486e48828c41d7a2ea492d9b4
2015-02-23 13:00:03 -05:00
Ryan VanderMeulen
46cf692211 Merge fx-team to m-c. a=merge 2015-02-23 12:28:02 -05:00
ffxbld
26cdf50eea Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-02-23 10:22:56 -05:00
Florian Quèze
e1a848b02c Bug 1124400 - [ReadingList] Add section to bookmarks popup for reading list items and actions, r=Unfocussed. 2015-02-23 13:58:36 +01:00
Carsten "Tomcat" Book
f633fa7bf2 Merge mozilla-central to fx-team 2015-02-23 13:41:24 +01:00
Carsten "Tomcat" Book
5d8221ec4c merge fx-team to mozilla-central a=merge 2015-02-23 13:19:15 +01:00
Blair McBride
3ce3c917f3 Bug 1133673 - Fix PluralForm string in ReadingList string pre-landing. rs=flod a=tomcat 2015-02-24 00:03:54 +13:00
Blair McBride
c5f0cdb8f6 Bug 1133673 - Pre-land strings for ReadingList v1. r=markh a=Tomcat 2015-02-23 22:45:40 +13:00
Phil Ringnalda
e3c03410ef Back out 66cf24f275b7 (bug 1124011) for frequent ASan crashes in test_memoryReporters.xul 2015-02-22 22:00:56 -08:00
Phil Ringnalda
93f29e742c Merge m-c to f-t 2015-02-22 15:18:41 -08:00
Ryan VanderMeulen
b85d704ab3 Backed out changeset b413c3707a12 (bug 983469) for browser_dbg_server-conditional-bp-01.js timeouts. 2015-02-22 16:02:40 -05:00
Phil Ringnalda
6dcfd648be Merge f-t to m-c, a=merge 2015-02-22 10:43:56 -08:00
Margaret Leibovic
300f689bb5 Bug 1130206 - Don't blow away saved reader mode article until another non-about:reader page is shown. r=bnicholson
--HG--
extra : rebase_source : 83243fba4520cff5a480ae44fc9cc8fa83e0ea1a
extra : histedit_source : 190204c2e03d4271a5eec4e772068356ef318b5c
2015-02-20 15:04:42 -08:00
Wes Kocher
4277cc9e58 Backed out changeset 42269ccaf982 (bug 1107695) for bc1 orange 2015-02-23 15:20:45 -08:00
Gijs Kruitbosch
05b2fa700a Bug 1131758 - indicate 64-bit windows or OSX/Linux incompatibilities for Adobe's CDM, r=dolske 2015-02-23 11:51:48 +00:00
Gijs Kruitbosch
41c512e3ec Bug 1129597 - hide search engine keyword editor on blur, r=florian 2015-02-23 12:22:15 +00:00
Margaret Leibovic
f752a5a22d Bug 1124011 - Hide reader view buttons related to reading list if reading list is disabled, and enable reader view by default on Nightly. r=Unfocused
--HG--
extra : rebase_source : 53ebca45c92bb811b9ffa2e9faa33983c3dd1181
extra : histedit_source : c6cbbdccb6e057f0f06501ff517bad5ff687532e
2015-02-19 11:47:20 -08:00
Abdelrhman Ahmed
163042bb0e Bug 1134417 - Don't preprocess content-contextmenu.svg on Windows Aero. r=jaws 2015-02-20 16:36:00 -05:00
Gijs Kruitbosch
87e7d21fbc Bug 1107695 - make one-off buttons accessible, r=florian,f=MarcoZ 2015-02-16 14:23:47 +00:00
Sami Jaktholm
a0310ea88a Bug 1123952 - Make values copyable in the netmonitor security tab. r=vporof 2015-02-15 13:22:37 +02:00
Jordan Santell
c0e7a6e6a0 Bug 1122766 - Fix canvas debugger to continue recording frames until one with a draw call. r=vp 2015-02-21 11:56:00 -05:00
Yash Mehrotra
862950c9f9 Bug 1009056 - Make the width of the Web Audio Editor Inspector controllable by a preference. r=jsantell 2015-02-21 02:02:54 +05:30
Gijs Kruitbosch
d8408bc474 Bug 1049199 - Style editor should show XBL stylesheets. r=pbrosset 2015-02-23 21:55:30 +00:00
Ian Moody
cc84bb7a5a Bug 1136693 - Make the headers request URL and security panel info visible in the dark theme. r=vp 2015-02-25 06:01:00 +01:00
Mark Hammond
06c042e85d Bug 1131413 (part 2) - add readinglist support to browser-syncui.js. r=adw 2015-02-26 18:48:11 +11:00
Mark Hammond
4b927d7a8d Bug 1131413 (part 1) - add tests for browser-syncui.js. r=adw 2015-02-26 18:48:11 +11:00
Mark Hammond
adf572fc6e Bug 1131412 - implement a scheduler for the readinglist. r=adw 2015-02-26 18:48:11 +11:00
Neil Deakin
4ed3748cdb Bug 1131562, rework browser_tabfocus.js to handle tabs in other processes and re-enable the test, r=felipe 2015-03-03 09:17:00 -05:00
Anish
4063a569ed Bug 958147 - Choose one of run-if or skip-if and get rid of the other.r=jmaher, mwargers 2015-03-03 08:46:37 -05:00
Mike Conley
1e2b436914 Bug 1077168 - Notice when any content requesting Webapp permissions browses away, and remove the notification. r=felipe.
PopupNotifications are great at noticing when the top outer frame changes
location, and clears any pending notifications accordingly. It is, however,
not so great at noticing when subframes that have caused notifications
change location.

Now, when prompting for install / uninstall permissions, we add an
nsIWebProgressListener to the gBrowser that will remove the
notification if we hear that the requesting content has browsed
away.

--HG--
extra : rebase_source : 330bcb80b5dd0ca7b2044bfa9918dc08d6403472
2015-02-11 11:46:50 -05:00
Richard Marti
0e9fdca55a Bug 1079098 - Fix the ui-r issues in panelUI. r=Gijs 2015-02-09 17:55:38 +01:00
Mahdi Dibaiee
7ec72829c7 Bug 984442 - Remove XUL attributes when their attributeName is deleted. r=pbrosset 2015-02-27 02:44:00 -05:00
Ian Moody
c2f97f2eca Bug 859048 - Add Remote Address to the network tab headers panel. r=past 2015-02-26 11:27:05 +00:00
Zimon Dai
de222eab86 Bug 983469 - Pause on breakpoint condition exception. r=fitzgen 2015-02-09 21:43:17 +08:00
Nathan Froyd
ed1b0adc6c Bug 1133201 - part 2 - don't send referrer information when opening new windows via context menu; r=Gijs,mconley
Part 1 fixed sending referrer information when opening a plain text
"link" in a new tab through the context menu.  This patch fixes the same
problem, but for the case of opening in a new window, since we take
slightly different paths through |openLinkIn| for tabs vs. windows.
2015-02-17 16:17:06 -05:00
Patrick McManus
7a1c7b71e8 Bug 967792 - Make localhost resolve offline. r=dragana 2015-02-25 14:02:38 -05:00
Bill McCloskey
b110417236 Bug 1136407 - Disable Mac sandbox 2015-02-25 10:37:03 -08:00
Ryan VanderMeulen
fcc3099d24 Backed out changeset 13d9a5e39eb3 (bug 967792) for Gaia unit test failures.
--HG--
extra : rebase_source : 965ab6a8427a5753309b0e62b97f8287ce3fcc11
2015-02-25 11:39:14 -05:00
Ryan VanderMeulen
375ec5d8d1 Backed out changeset 80987d26adfb (bug 1129650) for intermittent OSX packaging failures.
CLOSED TREE
2015-02-25 11:15:44 -05:00
Jared Wein
74738c21f2 Bug 1044600 - Close subdialogs when the back button is used in the in-content preferences. r=Gijs
--HG--
extra : rebase_source : 4cc5034bfb7209a9ce46a5cd8bf7a4efd980042b
2015-02-02 16:00:00 +00:00
Abhinav Koppula
8425ead6e8 Bug 732688 - No Help button in the Page Info window. r=jaws,gijs
--HG--
extra : rebase_source : 70c29d8d42763b50e9117432f0cd5b4995e3553a
2015-03-02 15:35:56 -05:00
Tim Taubert
1a423262e9 Bug 1041297 - Rewrite browser_tab_dragdrop2.js to get rid of arbitrary timeouts r=Gijs 2015-02-26 11:40:24 -08:00
Paolo Amadini
7de2b29a33 Bug 1137996 - Can't drag items from downloads panel. r=mak 2015-03-03 10:23:12 +00:00
David Parks
d907d3e0f0 Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior. r=billm
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Patrick McManus
a6c55eb584 bug 967792 - make localhost resolve offline r=dragana
--HG--
extra : rebase_source : b6080cdfc58a5c488b8dbe50741b44556e8f1c63
2015-02-15 13:50:48 -05:00
Carsten "Tomcat" Book
0ab971df8c Backed out changeset fc7621347ee6 (bug 1131562) for e10s bc-1 test failures 2015-02-25 13:18:51 +01:00
Carsten "Tomcat" Book
aa4293282a Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : 113d8ba0ffd34716ddb08a607f07fb0131a5ec01
2015-02-25 12:09:30 +01:00
Fernando Jimenez
343748a2bf Bug 1129650 - Touching navigator.mozId causes an error NS_ERROR_FACTORY_NOT_REGISTERED. r=baku 2015-02-25 11:48:50 +01:00
David Burns
f7f26f3297 Bug 1107336: Update loop tests to use new Marionette Driver; r=jgriffin
--HG--
extra : rebase_source : b34a2f9d481951d50d46a52850263066f8c211b1
2015-02-23 14:42:17 +00:00
Neil Deakin
b651947cf5 Bug 1131562, rework browser_tabfocus.js to handle tabs in other processes and re-enable the test, r=felipe 2015-02-25 04:24:21 -05:00
Mike Conley
6fc217517d Bug 1077168 - Make WebappManager.jsm use the top window id to select which browser to show notifications in. r=felipe.
--HG--
extra : rebase_source : c54b8d8fc9fc01af47fb96d692226532ea3f4c69
2015-01-27 18:32:40 -05:00
Benjamin Smedberg
2aebea6860 Bug 1133003 followup to correct typo in strings. r=stupidity
--HG--
extra : rebase_source : 2a06ccd77ff1287f60c710ffb597a7f97a645645
2015-02-21 21:32:16 -05:00
Ryan VanderMeulen
fd0387315e Merge inbound to m-c. a=merge 2015-02-21 16:40:27 -05:00
Jordan Santell
17adb06382 Bug 1134082 - Fix uncaught promise exceptions in shader editor. r=vp 2015-02-18 15:25:00 -05:00
Abdelrhman Ahmed
f055547f1e Bug 1129106 - Load about:reader in the child process. r=margaret 2015-02-08 06:13:00 -05:00
Abdelrhman Ahmed
7e4b81d7e2 Bug 1132925 - Pass messages to the parent process to set reader mode prefs. r=margaret 2015-02-20 15:56:00 -05:00
Gijs Kruitbosch
e8a13aa143 Bug 1135317 - make explicit that test for changing app handlers in in-content prefs relies on in-content prefs, rs=me/test-only
--HG--
extra : amend_source : 9e4755ff5d3f756c4169db75563c4fed434f9d21
2015-02-21 17:03:11 +01:00
Blair McBride
855a13c339 Bug 1123517 - [ReadingList] Implement basic sidebar that lists unread ReadingList items. r=florian
--HG--
extra : transplant_source : %CC%E0%81%81%F9%93%D7h%2C%90%CC%EE%AAr%BD%5E%FDa%F2N
2015-02-20 22:07:24 +13:00
Blair McBride
40d4ef0e6c Bug 1123517 - Refactor sidebar code. r=florian
--HG--
extra : transplant_source : %04%FAZ%B3%DD%EB%8C%28%9Bj%CB%B3%D1%89%D9AJ%22%08%C6
2015-02-20 21:21:33 +13:00
Ian Moody
5717dba3fe Bug 1134409 - Make "Full Screen" context-menu command use messages instead of CPOWs. r=mconley.
--HG--
extra : rebase_source : c4fd20a5a33d9a60ebbe3e3db14801b0207232ba
2015-02-19 01:39:00 -05:00
Margaret Leibovic
7cdbc04b44 backout a9139003abaf for busting mobile 2015-02-20 14:06:56 -08:00
Ryan VanderMeulen
62c8f26ce0 Bug 1135021 - Update pdf.js to version 1.0.1149. r=bdahl 2015-02-20 17:01:13 -05:00
Abdelrhman Ahmed
cf5e451b64 Bug 1132925 - Pass messages to the parent process to set reader mode prefs. r=margaret 2015-02-20 14:00:12 -08:00
Gijs Kruitbosch
1a1a346389 Bug 1047586 - warn about large fonts, r=jaws
--HG--
extra : rebase_source : 7682ca0d4a52813e722d7b5ea41e2447721b80cb
2015-02-13 21:29:39 +00:00
Ryan VanderMeulen
f684b012dd Bug 1135021 - Update pdf.js to version 1.0.1147. r=bdahl 2015-02-20 14:35:27 -05:00
shreyas
19cabb14fd Bug 1071558 - Correctly handle middle- and right-clicks on search suggestions in about:home and about:newtab. r=adw 2015-02-20 11:05:39 -08:00
Mike de Boer
c5d95d8a5a Bug 1069962: add strings that will be used for the Gravatar permission promo box. r=Standard8 2015-02-20 20:07:28 +01:00
Ian Moody
c3501392ac Bug 1134399 - Make context-menu media commands use messages to avoid unsafe CPOW usage warnings. r=mconley 2015-02-19 01:37:00 -05:00
Alessio Placitelli
07fb922b43 Bug 1128564 - Whitelist Self Repair (self-repair.mozilla.org) origin for UITour. r=MattN 2015-02-02 09:16:00 -05:00
James Long
06996b6c83 Bug 1124106 - Don't show unnamed eval sources in the debugger. r=ejpbruel 2015-02-19 13:59:00 -05:00
Mike de Boer
b70737f76a Bug 1135045: add strings for the Hello infobar to be added soon. r=Standard8 2015-02-20 16:34:12 +01:00
Mike de Boer
2ac6a24abe Bug 1131584: add 'Share my Tabs' button to the screenshare dropdown menu in the conversation window. r=Standard8 2015-02-20 16:41:02 +01:00
Florian Quèze
934c285d2e Bug 1113747 - New search UI breaks if too many open search providers are offered - prelanding the string, r=Gijs. 2015-02-20 16:28:41 +01:00
Carsten "Tomcat" Book
e5ea3550f0 Merge mozilla-central to fx-team 2015-02-20 15:40:42 +01:00
Carsten "Tomcat" Book
926b8d0538 merge mozilla-inbound to mozilla-central a=merge 2015-02-20 15:15:12 +01:00
Gijs Kruitbosch
0b043c17de Bug 1111153 - show error notifications for broken EME content, r=florian 2015-02-20 10:38:18 +01:00
Alessio Placitelli
67295d985a Bug 1075055 - Adds mochitest for Telemetry options in Preferences UI. r=jaws
--HG--
extra : rebase_source : 06568bdf3c22a4d5c5a706b5520c40d44decf1bf
2015-02-19 22:25:00 -08:00
Tanvi Vyas
4b710e8bf4 Bug 1084504 - Enable browser_mcb_redirect.js test for mixed content redirects. r=mrbkap 2015-02-19 17:01:07 -08:00
Alessio Placitelli
7052fb0db7 Bug 1075055 - Make it impossible to turn on telemetry unless FHR is also turned on. r=jaws
--HG--
extra : rebase_source : 6a4afae0a221d4b2dd8770834a080869770802f4
2015-02-19 12:06:00 -08:00
Alessio Placitelli
b13bdffca1 Bug 1075055 - Remove Telemetry unused strings and change Telemetry checkbox label in preferences. r=jaws
--HG--
extra : rebase_source : b86aa18a1ab7fc35ef6aa8089fd07d54c1669671
2015-02-19 11:54:00 -08:00
Matthew Noorenberghe
e6b55455b2 Bug 1126756 - Listen for |message-manager-disconnect| instead of |TabClose| to teardown UITour. r=Unfocused
--HG--
extra : rebase_source : c9859a639f9fcc4e26a7f434f422b70c37af45f2
2015-02-19 23:45:54 -08:00
Christoph Kerschbaumer
f3e352240e Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking) 2015-02-19 11:47:59 -08:00
George Wright
1356d1f25d Bug 1026093 - Don't allow the user to open an e10s window in safe mode r=mconley 2015-02-19 15:11:24 -05:00
Ryan VanderMeulen
a825d10e10 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-19 18:57:18 -05:00
Carsten "Tomcat" Book
591d7613dc Merge mozilla-central to mozilla-inbound 2015-02-19 16:19:10 +01:00
Neil Deakin
71c5aa0125 Bug 1102015, adjust browser_bug427559.js test to not use the command dispatcher and reenable it, r=gijs 2015-02-19 08:06:51 -05:00
Jan Keromnes
af821bee27 Bug 1133927 - Add a catalog of known devices with emulation properties. r=ochameau, f=jryans, f=canuckistani 2015-02-18 08:22:00 -05:00
Masayuki Nakano
520af7361b Bug 1119609 part.16 Fix new orange of browser_tilt_controllers.js since they were passed because keypress events were not dispatched r=smaug+vporof 2015-02-19 15:50:21 +09:00
Masayuki Nakano
019965a1f6 Bug 1119609 part.14 Reimplement/redesign EventUtils.synthesizeKey() with nsITextInputProcessor r=smaug 2015-02-19 15:50:20 +09:00
Luca Greco
ca42a735d9 Bug 1124536 - Fix Debugger UI loadSourceError on PageMod content scripts and bookmarklets associated to 'javascript:SOURCECODE' urls. r=jlongster 2015-02-13 08:17:00 -05:00
Brian Grinstead
dc83310391 Bug 1123948 - Wait for _applyingModifications to finish before checking computed style in livepreview test. r=pbrosset 2015-02-18 09:43:00 -05:00
Ryan VanderMeulen
a8e049ece0 Merge m-c to fx-team. a=merge 2015-02-18 20:42:04 -05:00
Ryan VanderMeulen
a411359369 Merge inbound to m-c. a=merge 2015-02-18 20:29:54 -05:00
Nithin Murali
1fb617c79a Bug 1098517 - Fix hiding of FxA UI when loop.fxa.enabled is false; r=MattN
--HG--
extra : rebase_source : 0dffffd0bd08a459f566587089c4154a4c0afad8
2015-02-18 14:55:56 -08:00
Masatoshi Kimura
0101cbcbce Bug 1124039 - Allow RC4 only for whitelisted hosts. r=keeler 2015-02-19 04:12:58 +09:00
Kannan Vijayan
620448450c Bug 1131295 - Fix profiler frontend category mappings. r=vporof 2015-02-18 14:03:13 -05:00
Christoph Kerschbaumer
9bdc672f50 Bug 1116278 - Follow up: Using new channel API in browser/components/feeds (r=sicking) 2015-02-17 19:53:53 -08:00
Andrew McCreight
27e451c1bd Back out bug 1071880 for causing bug 1083952. 2015-02-18 07:19:29 -08:00
Margaret Leibovic
79579aae38 Bug 1131303 - Update strings for reader view/reading list UI, and add title text to reader view toolbar buttons. r=Unfocused,rnewman
--HG--
extra : rebase_source : 42a40f76da543930c9f08373fb0836774a1c5290
2015-02-12 09:15:45 -08:00
shreyas
00fade12a6 Bug 547623 - Add a button to about:support to enter safe mode. r=adw 2015-02-19 16:53:00 -08:00
Dave Townsend
56ca0ed8e4 Bug 1081891: Only reset the browser title when we start to switch to a new document location. r=mconley
--HG--
extra : rebase_source : 1a409e35a48bdcc4f021674dbfae8d10dac71489
extra : amend_source : 921b8dde2fa1711015d39b2a8ccc5fa335e5ba5e
2015-02-18 11:57:45 -08:00
Dave Townsend
5f1427fb7e Bug 1081856: Allow javascript urls to load in any process. r=mconley
--HG--
extra : rebase_source : 6c4e534d1fce84baaeff5abb08573dd1c0cb492d
2015-02-18 10:59:10 -08:00
Tim Taubert
682c153cbd Bug 1094864 - Convert mochitest-browser tests in browser/components/places to Bookmarks.jsm API r=Mano 2015-02-09 16:13:22 +01:00
Abhilash Mhaisne
d800aa1a06 Bug 1097876 - Collect UITelemetry about the Panic Button, r=florian. 2015-02-20 12:43:57 +01:00
Florian Quèze
fe7057dc3e Bug 1126250 - Show one-off buttons when clicking the magnifying glass, r=Mossop.
--HG--
rename : browser/components/search/test/browser_searchbar_keyboard_navigation.js => browser/components/search/test/browser_searchbar_smallpanel_keyboard_navigation.js
2015-02-20 12:41:11 +01:00
Mike de Boer
2037ea64cb Bug 1113090: change Loop email to clarify that other browser are compatible. r=jaws 2015-02-20 11:25:05 +01:00
Margaret Leibovic
f92e0f6e25 Bug 1123910 - Display original article URL in urlbar when in reader mode (instead of about:reader). r=Unfocused
--HG--
extra : rebase_source : 0d9a2b146e4ffd2724205c5fcd1ffb80fcd0e7af
2015-02-04 18:27:39 -08:00
Mike Conley
274b1e9c3d Bug 1133260 - Disable browser_testOpenNewRemoteTabsFromNonRemoteBrowsers.js for non-e10s test runs. r=Mossop.
I don't think this test adds much value when it runs in non-e10s mode.
On top of that, because it relies on browser load events going over the
multiprocess add-on shims, this test will permafail when it goes onto
a channel with the shims disabled (like Aurora at the time of this writing).

So I'm disabling it for non-e10s test runs.

--HG--
extra : amend_source : 999f1a144667da69e4e207e6f381f1f79c805d47
2015-02-17 17:29:07 -05:00
Sami Jaktholm
7a185bb620 Bug 1133481 - Make browser_webconsole_bug_597136_network_requests_from_chrome.js fail only if an exception is coming from webconsole code. r=past 2015-02-19 08:43:31 +02:00
Carsten "Tomcat" Book
3764a77aca Backed out changeset 5dfb417f346e (bug 1123517) for bc1 test failures 2015-02-19 11:10:14 +01:00
Carsten "Tomcat" Book
178ece0b06 Backed out changeset 9b07a29dcbdd (bug 1123517) 2015-02-19 11:09:24 +01:00
Blair McBride
7ed0c89934 Bug 1123517 - [ReadingList] Implement basic sidebar that lists unread ReadingList items. r=florian
--HG--
extra : transplant_source : %F2%D7%B5%98%0F%FAG%7C%2AnKel%F1%08l%FA%F8%25c
2015-02-19 20:35:10 +13:00
Blair McBride
906511d94e Bug 1123517 - Refactor sidebar code. r=florian
--HG--
extra : transplant_source : %9C%85%BA%A1%F1%88%FCx%BD%0F%C3%87W%26pf%F2U%0A7
2015-02-19 20:35:07 +13:00
Ryan VanderMeulen
766abc1ebc Backed out changeset 09a43afd57b2 (bug 1044600) for making bug 1130411 fail frequently. 2015-02-18 14:42:27 -05:00
Benjamin Smedberg
f5675dad59 Bug 1133003 part B - count Flash hangs and show UI if there is more than one in a session. This feature can be disabled at runtime by setting browser.flash-protected-mode-flip.enable. r=jaws
--HG--
extra : rebase_source : 02067f7252ad2c112e445548399866dba27c8c6b
extra : histedit_source : 2c48949b63ef5a9484c6a5d005558037a14e6c5d
2015-02-19 17:43:24 -05:00
Masatoshi Kimura
ea79c9809d Bug 1127339 - Followup to fix comments. DONTBUILD 2015-02-22 01:45:30 +09:00
André Reinald
256a142a70 Bug 1083344 - Tighten rules for Mac OS content process sandbox - "rules part". r=smichaud
--HG--
extra : histedit_source : f703a6a8abbf500cb882263426776fdb138b73a3
2015-02-21 13:06:34 +01:00
André Reinald
70a296a23b Bug 1083344 - Tighten rules for Mac OS content process sandbox - "core part". r=smichaud
--HG--
extra : histedit_source : 3c904474c57dbf086365cc6b26a55c34b2b449ae
2015-02-18 14:10:27 +01:00
Masatoshi Kimura
dd73360d89 Bug 1127339 - Move SSLv3 detection out of aboutNetError.xhtml. r=gijs 2015-02-21 17:20:23 +09:00
Alessio Placitelli
7be22d582b Bug 1111022 - Adds a test to make sure UITour works with no tabs/windowless browsers. r=MattN 2015-01-25 07:19:00 +01:00
Alessio Placitelli
9a02041f82 Bug 1111022 - Changes UITour.jsm to work with windowless browsers. r=MattN 2015-01-25 07:13:00 +01:00
Nathan Froyd
fc3992d3d6 Bug 1137364 - part 2 - move browser themes icon installation to FINAL_TARGET_FILES; r=mshal
Moving this to FINAL_TARGET_FILES also provides an excellent opportunity
to reduce duplication between the theme directories.
2015-02-26 14:11:38 -05:00
Nathan Froyd
7e1c2e073e Bug 1137364 - part 1 - move browser/themes/*/ tab-selected-*.svg generation to GENERATED_FILES; r=mshal
Recently-added GENERATED_FILES support and support for specifying
per-file methods for GENERATED_FILES means that we can move the rules
for generating tab SVGs in browser/themes/ to moz.build.  As a bonus, we
can also eliminate duplicate between the rules by moving them to a
shared mozbuild file in browser/themes/, rather than individual
browser/themes/{linux,osx,windows}/ Makefiles.
2015-02-26 13:56:26 -05:00
Garvan Keeley
26ea904b2a bug 1136976 - Set MLS geolocation to nightly+aurora only - r=cpeterson 2015-02-27 19:15:32 -05:00
Garvan Keeley
e941340ce5 Bug 1136956 - Set CoreLocation provider to non-release only in firefox.js. - r=cpeterson 2015-02-27 19:15:31 -05:00
David Parks
832bef28e6 Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior. r=billm
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Alessio Placitelli
deb826f3fb Bug 1111022 - Tests for the SelfSupport backend. r=gfritzsche 2015-01-09 11:18:00 +01:00
Alessio Placitelli
f4e50a281f Bug 1111022 - Load self-support page in a hidden tab. r=ttaubert 2015-01-27 08:11:00 +01:00
Gijs Kruitbosch
3262cbbaff Bug 1131758 - add strings for 64-bit and unsupported OSes for EME, r=dolske 2015-02-22 12:01:04 +01:00
Gijs Kruitbosch
68269ca60b Bug 1135237 - update message for EME notification, r=dolske 2015-02-22 12:00:47 +01:00
Gijs Kruitbosch
4406631ff2 Bug 1135375 - indicate we intend to ship in-content prefs with 38, r=jaws 2015-02-22 11:56:32 +01:00
Dave Townsend
b756a0b9e6 Bug 1068087: Add a simple mechanism for content pages to communicate with chrome. r=mconley
--HG--
extra : rebase_source : 542edc3f702b793e0709b2ab360649be0d309736
2015-01-08 12:39:53 -08:00
Mahdi Dibaiee
466c90cb3a Bug 858038 - Allow moving elements in the markupview by drag/drop; r=pbrosset
--HG--
extra : rebase_source : 03dab4ffc6228b9e2d58c6e0341f97d51de7beb6
2014-12-26 02:53:00 -08:00
Alessio Placitelli
e19e8b063e Bug 1136390 - test_TelemetryTimestamps.js/test_conditions.js are missing AddonManager initialization. r=gfritzsche 2015-02-25 23:54:35 +01:00
Alessio Placitelli
81cd9b8312 Bug 1136083 - Fix |this._log| being null in tests using Telemetry. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
93f8ea689f Bug 1122061 - Move TelemetrySession tests out of test_telemetryPing.js. r=gfritzsche 2015-02-25 23:54:33 +01:00
Victor Porof
75626bb7d1 Bug 1119023 - Timeline in new perf tool should filter out markers, r=jsantell
--HG--
rename : browser/devtools/timeline/test/browser_timeline_filters.js => browser/devtools/performance/test/browser_timeline_filters.js
2015-02-25 17:40:20 -05:00
Tim Taubert
f76aa87ad0 Bug 1135498 - Get rid of the unused browser.__SS_restore_data property r=smacleod 2015-02-22 13:40:01 +01:00
Ryan VanderMeulen
d08f967d7b Merge m-c to inbound. a=merge 2015-02-17 21:24:09 -05:00
Ryan VanderMeulen
2e72549296 Merge inbound to m-c. a=merge 2015-02-17 21:22:47 -05:00
Ralph Giles
546726bf1e Bug 1127448 - Use indexOf instead of includes. r=mconley
Array.prototype.includes is nightly-only for the moment.
Thanks to Gavin Sharp for pointing this out.

--HG--
extra : amend_source : 9b2fc81b1a7e7304645e5321caaca1bc8eee486d
2015-02-17 16:32:31 -08:00
Ralph Giles
f3c61cd823 Bug 1127448 - Append the build id to the ua string for youtube. r=mconley
We want to be able to distinguish different builds to track
down crashes and other problems with the YouTube site. Pushing
the build id lets google group statistics from their logging
in the same bins for comparison.

Limited by #ifdef MOZ_UPDATE_CHANNEL to beta, aurora, and nightly.
Limited by media.mediasource.enabled pref.

We put this in nsBrowserGlue.js instead of browser.js so it runs
once, rather than once per window like the fennec implementation
we copied. They only ever have one window, so it's ok there.

--HG--
extra : rebase_source : f933523c24391adc50090dc17e06d4cf37655f5c
2015-02-17 12:44:00 -08:00
Sami Jaktholm
39cd8ef49b Bug 1133030 - Fix timeout in browser_webconsole_bug_632817.js by requesting a page with valid CORS headers. r=past 2015-02-14 08:55:46 +02:00
Jan Odvarko
a143783c15 Bug 1126274 - Add new API to listen for sent and received RDP packets. r=jryans 2015-02-13 07:35:44 +01:00
Sami Jaktholm
2003a8e1a2 Bug 1125526 - Wait for output from executed method in browser_webconsole_assert.js before asserting on number of messages. r=past 2015-02-14 09:52:50 +02:00
Alexandre Poirot
4558c81b2c Bug 1124501 - Add a "logs" panel to WebIDE showing pre-package command output. r=jryans 2015-02-16 13:10:00 -05:00
Ryan VanderMeulen
cd46520185 Merge inbound to m-c. a=merge 2015-02-17 14:24:51 -05:00
Ryan VanderMeulen
4320792611 Merge fx-team to m-c. a=merge 2015-02-17 14:02:39 -05:00
Gabriele Svelto
fafc282f1a Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats 2015-02-17 10:39:35 -05:00
Carsten "Tomcat" Book
08fafcb3e2 merge mozilla-inbound to mozilla-central a=merge 2015-02-16 15:59:56 +01:00
Carsten "Tomcat" Book
3120a697c4 merge fx-team to mozilla-central a=merge 2015-02-16 15:48:09 +01:00
ffxbld
423a7e21c6 No bug, Automated blocklist update from host bld-linux64-spot-1093 - a=blocklist-update 2015-02-14 03:21:59 -08:00
Dave Townsend
5201ad6b9e Bug 1132030: Check messages against the actual locale provided strings to avoid failing tests when the brandname changes. r=florian
--HG--
extra : rebase_source : b92b781210743a3f989cf8366f3ecaf503b52664
2015-02-13 13:50:49 -08:00
Mike de Boer
ad14612ec0 Bug 1131581: move screensharing options into a dropdown anchored to the screenshare toolbar button. r=Standard8 2015-02-17 15:03:59 +01:00
Paolo Amadini
cd4b3c7397 Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to a JavaScript code module. r=mak
--HG--
rename : browser/components/downloads/content/downloadsViewCommon.js => browser/components/downloads/DownloadsViewUI.jsm
2015-02-16 18:49:56 +00:00
Paolo Amadini
640e8f8b8a Bug 1129896 - Part 1 of 2 - Keep cached metadata for history downloads indefinitely. r=mak 2015-02-16 18:49:54 +00:00
Paolo Amadini
6e91f09568 Bug 1127867 - Use the new back-end property to get the size of downloads asynchronously. r=mak 2015-02-16 18:49:52 +00:00
Paolo Amadini
69d94e3fbd Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the DownloadsDataItem object. r=mak 2015-02-16 18:49:51 +00:00
Paolo Amadini
797528c9fe Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem properties. r=mak 2015-02-16 18:49:49 +00:00
Paolo Amadini
91501caee2 Bug 1117139 - Move code controlling the "download.xml" binding to a common place. r=mak 2015-02-16 18:49:47 +00:00
Paolo Amadini
1f1b323a7d Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload objects. r=mak 2015-02-16 18:49:46 +00:00
Paolo Amadini
63cb33d173 Bug 1115983 - Keep only minimal state information in the DataItem. r=mak 2015-02-16 18:49:44 +00:00
Paolo Amadini
334a6f40b2 Bug 1115421 - Simplify download annotations handling in the Library. r=mak 2015-02-16 18:49:43 +00:00
Mark Banner
d23576d350 Bug 1126321 - Loop Standalone should display both of the remote video and screen when screen sharing is active. r=mikedeboer 2015-02-16 17:30:29 +00:00
Carsten "Tomcat" Book
4b912997a8 Merge mozilla-central to fx-team 2015-02-16 16:18:42 +01:00
Ryan VanderMeulen
3e2d8e9ec4 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-13 12:13:22 -05:00
Ryan VanderMeulen
3ea7360ae8 Bug 1102900, bug 1104745, bug 1104761 - Disable browser_989751_subviewbutton_class.js on Linux e10s for failing ~50% of the time.
CLOSED TREE
2015-02-13 12:07:49 -05:00
Mike de Boer
5196f60874 Bug 1069962: fix the ui-showcase to load assets using relative paths. r=Standard8 2015-02-13 12:10:14 +01:00
Tim Nguyen
eda92e540a Bug 1133060 - Clean up browser/themes/shared/tabbrowser/crashed.svg. r=Gijs 2015-02-14 12:11:00 +01:00
Jordan Santell
e7afd7d13d Bug 1130204 - Hide views in the performance tool if they are not supported by the server actor. r=vp 2015-02-14 10:51:00 +01:00
Tim Nguyen
cd5406aa49 Bug 1128882 - Fix welcomeback restore button not working. r=jaws 2015-02-13 11:50:00 +01:00
Sami Jaktholm
4aca94a1fa Bug 1128352 - Align labels by baseline in netmonitor security tab. r=vporof 2015-02-13 08:21:22 +02:00
Tim Nguyen
30bfc4e388 Bug 1127621 - Fix checkboxes not showing up on about:welcomeback. r=jaws 2015-02-13 11:49:00 +01:00
Victor Porof
6c6807702b Bug 1132463 - Samples column doesn't have enough space for the label. r=jsantell 2015-02-12 10:36:01 -05:00
Jordan Santell
4fc66e0c92 Bug 1130202 - Fix compatibility issues in performance tool to work with FxOS 2.2/Gecko 37. r=vp 2015-02-12 12:55:00 +01:00