Commit Graph

28075 Commits

Author SHA1 Message Date
Mark Hammond
2b4c3a5df8 Bug 1131413 (part 2) - add readinglist support to browser-syncui.js. r=adw 2015-02-26 18:48:11 +11:00
Mark Hammond
778da3616b Bug 1131413 (part 1) - add tests for browser-syncui.js. r=adw 2015-02-26 18:48:11 +11:00
Mark Hammond
6beb090a9c Bug 1131412 - implement a scheduler for the readinglist. r=adw 2015-02-26 18:48:11 +11:00
Wes Kocher
478cf9bc98 Merge m-c to fx-team a=merge 2015-02-25 17:54:05 -08:00
Wes Kocher
3e8159d4e0 Merge fx-team to m-c a=merge 2015-02-25 17:39:55 -08:00
J. Ryan Stinnett
49f7c0f0d9 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
23ed1398b0 Bug 1128027 - Settle Web Audio requests in tests before teardown. r=jsantell 2015-02-25 19:23:06 -06:00
J. Ryan Stinnett
6880dc8fe8 Bug 1128027 - Repair sourceeditor test after protocol.js cleanup change. r=bgrins 2015-02-25 19:23:06 -06:00
J. Ryan Stinnett
f271377ab0 Bug 1124326 - Support Cordova w/o build file. r=ochameau 2015-02-25 15:14:28 -06:00
J. Ryan Stinnett
80b3715d30 Bug 1124326 - Improve packageDir support for Cordova. r=ochameau 2015-02-25 15:14:28 -06:00
Wes Kocher
2aeec0f16d 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
934e5a14e3 Bug 1135752 - Add tracking params in the dev edition doorhanger promo URL. r=jwalker 2015-02-25 15:23:22 -08:00
Jordan Santell
6c830e7b66 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
d92d8a3bdc Bug 1134876 - Clicking an in-progress recording snapshot will no longer throw an error. r=vp 2015-02-25 14:58:37 -08:00
J. Ryan Stinnett
d1f2a3a9b1 Bug 1136450 - WebIDE packaging check did not function correctly. r=ochameau 2015-02-25 08:55:06 -06:00
Carsten "Tomcat" Book
3dc9ade060 Merge mozilla-central to fx-team 2015-02-25 12:13:16 +01:00
Carsten "Tomcat" Book
6ae1b98d2e merge mozilla-inbound to mozilla-central a=merge 2015-02-25 12:05:55 +01:00
Mark Hammond
ef69675986 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
7ee15509da Merge m-c to fx-team a=merge CLOSED TREE 2015-02-24 15:44:59 -08:00
Wes Kocher
d9c4959758 Merge fx-team to m-c a=merge 2015-02-24 15:41:09 -08:00
Nick Fitzgerald
d6bc7adf81 Bug 1122142 - Reword the label for enabling chrome debugging; r=past 2015-02-24 13:06:06 -08:00
Ryan VanderMeulen
5ce7838926 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
Dave Townsend
7e72af1d6f 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.
2015-02-18 16:47:43 -08:00
Mike de Boer
57718246ea 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
4c06802837 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
ca4c5b2605 Bug 1133205 - Fix SVG style edition in rules view. r=pbrosset 2015-02-23 12:40:00 -05:00
Mark Banner
6fbe0301bc Bug 1081847 - Resize the Loop conversation window to 300w x 272h. r=mikedeboer 2015-02-24 13:17:30 +00:00
Mark Banner
630a6653ea 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
788d1b8da6 Merge m-c to inbound a=merge CLOSED TREE 2015-02-24 15:42:16 -08:00
Brad Lassey
57bd8eeebb 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
57e983a33f 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
Jordan Santell
82f4813cd3 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
58776d09da Bug 1133058 - OptionsView button, when clicked, should have an 'open' attribute. r=vp 2015-02-23 10:31:00 +01:00
Jordan Santell
087c992c56 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
232bf999d9 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
50c54b43bb Backed out changeset a226fd427f01 (bug 1131412) 2015-02-25 10:40:49 +01:00
Yury Delendik
6285c7ef2e Bug 1133136 - Update Shumway to version 0.10.182. r=till 2015-02-23 16:51:36 -06:00
Anush
cb1cb0ff85 Bug 1113761 - Allow decimal values in the layout view. r=jaws r=mratcliffe 2015-02-24 09:23:00 +01:00
Michael Lopez
0a06f108b2 Bug 340432 - Add the ability to cancel site permission changes. r=Unfocused 2015-02-23 17:07:00 +01:00
Mark Hammond
85c75bfae5 Bug 1131412 - implement a scheduler for the readinglist. r=adw 2015-02-25 18:54:59 +11:00
Mark Banner
6958d1c018 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
Gijs Kruitbosch
4c76e62447 Bug 1107695 - make one-off buttons accessible, r=florian,f=MarcoZ 2015-02-16 14:23:47 +00:00
Phil Ringnalda
8be28f38f1 Back out a7923665bfa0 (bug 1121417) for e10s bc1 bustage
CLOSED TREE
2015-02-23 21:18:22 -08:00
Matt Hammerly
a0ab2333b8 Bug 1124271 - Entering reader mode from an app tab shouldn't open a new tab. r=jaws 2015-02-23 20:44:27 -08:00
Blair McBride
bb00bec3d9 Bug 1105967 - Typing fast in address bar and pressing enter leads to missing end characters. a=paolo 2015-02-24 16:38:25 +13:00
Chris
775961529a Bug 1121417: Change hiddenOneOffs pref to use unichar type. r=florian 2015-02-23 10:45:15 -08:00
Johan K. Jensen
615006922e Bug 1096294 - Display pseudo-arrays like arrays in the console; r=pbrosset 2015-02-23 17:27:05 -08:00
Jordan Santell
7b80fe4f7d Bug 978948 - Add animation generator support for setTimeout in the canvas debugger. r=vp 2015-02-23 17:26:56 -08:00
Wes Kocher
48cade9743 Merge m-c to fx-team a=merge 2015-02-23 17:03:56 -08:00
Wes Kocher
b5f9c59b0d Merge fx-team to m-c a=merge 2015-02-23 16:00:36 -08:00