Commit Graph

4441 Commits

Author SHA1 Message Date
Olli Pettay
e1ff57e49d Bug 1152888, [e10s] After opening the web page in new tab, drag and drop onto the contents area is not working, r=enndeakin
--HG--
extra : rebase_source : c7e75de9c74b44ac3d01eeefad432b3605af5ddb
2015-04-13 21:58:56 +03:00
Milan Sreckovic
a3987622b5 Bug 1152331 - If we do not delete indices array, it gets picked up down the line and breaks some assumptions in aboutSupport.js. r=dvander
--HG--
extra : rebase_source : 2119dee77991f5aed2daf29d734330b59aa87430
2015-04-09 10:44:17 -04:00
David Anderson
01d5761755 Fix tests that depend on synchronous scrolling. (bug 1140293, r=mstange,masayuki,kgilbert) 2015-04-13 00:51:43 -04:00
Andrea Marchesini
81daef00e3 Bug 1133601 - Implement about:serviceworkers, r=ehsan 2015-04-10 09:50:06 +01:00
Olli Pettay
aad5b35ad2 Bug 936092, initial DnD support for e10s, r=enndeakin,karlt
--HG--
extra : rebase_source : 070a9902f23d8b47e48ac0f972213815f8e4302c
2015-04-08 21:48:11 +03:00
Ryan VanderMeulen
1b034b250f Backed out changesets 33d37539c4ab and 55524bdeb708 (bug 936092) for suspicion of causing e10s test_bug417418.html asserts on Linux.
CLOSED TREE
2015-04-08 13:52:21 -04:00
Ryan VanderMeulen
abc76acfae Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-08 12:59:08 -04:00
Olli Pettay
efdecf747e Bug 936092, initial DnD support for e10s, r=enndeakin,karlt
--HG--
extra : rebase_source : f0b1b0fa95dfa5fe16c09ebbc38618cf7c96654f
2015-04-08 18:30:03 +03:00
J. Ryan Stinnett
52b60b11af Bug 1150366 - Add D3 licenses to license.html. r=gerv
--HG--
rename : browser/devtools/webaudioeditor/lib/D3_LICENSE => browser/devtools/shared/D3_LICENSE
2015-04-06 06:07:00 -04:00
J. Ryan Stinnett
77008cd627 Bug 1150366 - Fix license.html line endings. r=gerv 2015-04-06 06:07:00 -04:00
Ryan VanderMeulen
5c8e4ce59e Merge fx-team to m-c. a=merge 2015-04-07 16:20:54 -04:00
aceman
d84b8cce9d Bug 1144296 - Allow extending bindings of prefWindow to override instantApply in preferences.xml. r=jaws 2015-04-06 04:35:00 -04:00
Bill McCloskey
d283d0b0a7 Bug 1151585 - Use AppConstants in browser-child.js (r=felipe) 2015-04-06 18:24:51 -07:00
Carsten "Tomcat" Book
4861b6d51f Backed out changeset 1158acbea753 (bug 1140293) for frequent windows m-oth test failures in test_wheeltransaction.xul 2015-04-08 10:22:34 +02:00
Wes Kocher
64dfc0694b Merge inbound to m-c a=merge 2015-04-02 17:45:19 -07:00
Markus Stange
e2dcb6e46e Bug 1148855 - Set overflow:hidden on scrollbar tracks so that layerization knows that the scrollbar thumb won't leave the scrollbar. r=roc
--HG--
extra : rebase_source : 2ac88ac9888444f21114cf951d3f1f814b690e4f
2015-03-25 16:45:24 -04:00
Gijs Kruitbosch
b0e85afe73 Bug 1148807 - fix dialog.xml to deal with a null opener, too - belt+suspenders fix, r=mconley
--HG--
extra : rebase_source : bd5d6fc179e4e1e4baec838ef66ce9d88e39d377
2015-03-31 23:46:26 +01:00
Wes Kocher
2e080d2191 Merge m-c to fx-team a=merge 2015-04-01 18:21:27 -07:00
Mike Conley
ba828c3259 Bug 1150200 - QI the docShell to an nsIWebNavigation before sending canGoForward or canGoBackward in browser-child.js. r=ttaubert.
--HG--
extra : rebase_source : 8bba25713dc006ca897f21295ccb47b19ac1b312
extra : amend_source : 9a61ba3c60162ba131b617ca0f45f7b8bfeb79fb
2015-04-01 17:20:09 -04:00
David Parks
3fe715e93a Bug 1075670 - Make event.screen[XY] work in content processes (r=smaug,kats,tn,joshmoz) 2015-04-01 12:36:41 -07:00
Jim Mathies
1aaae619de Bug 1122525 - On right-click query in advance media related information from the image cache and forward this info to chrome with the contextmenu event. r=mconley 2015-03-31 12:59:06 -05:00
Bill McCloskey
7f4ac9ee96 Back out bug 1075670 2015-03-30 20:13:07 -07:00
Bill McCloskey
35f0c7ff02 Bug 1137933 - Don't cache the docshell in WebNavigation in browser-child.js (r=felipe) 2015-03-30 20:13:04 -07:00
dvander@alliedmods.net
d6e650ec3e Fix tests that depend on synchronous scrolling. (bug 1140293, r=mstange,masayuki,kgilbert) 2015-04-07 18:20:43 -07:00
George Wright
72153ad282 Bug 1066531 - Delay tab switching until content is ready in e10s mode r=mconley,mstange 2015-03-16 14:30:41 -04:00
Geoff Brown
53daff6584 Bug 1140148 - Update mochitest manifests for Android 4.3 emulator; r=dminor 2015-03-26 20:35:35 -06:00
Wes Kocher
5b6f65bcdb Merge m-c to inbound a=merge CLOSED TREE 2015-03-26 17:46:35 -07:00
John Kang
f29620221a Bug 1146252 - Remove fromTab and toTab properties from "select" events. r=dao 2015-03-26 20:30:12 +01:00
Ryan VanderMeulen
9a50e2c791 Merge fx-team to m-c. a=merge 2015-03-25 10:59:05 -04:00
Ryan VanderMeulen
d6595d8f5d Backed out changeset a6b9c152a7d1 (bug 1140293) for mochitest failures.
CLOSED TREE
2015-03-25 08:42:46 -04:00
David Anderson
c6bf2fb124 Fix some tests that depend on synchronous scrolling. (bug 1140293 part 1, r=masayuki,mstange,kgilbert) 2015-03-25 01:03:48 -07:00
Seth Fowler
d3cf7f755e Bug 854193 - Remove unnecessary expected assertion in test_preferences.xul. r=tn 2015-03-24 15:39:03 -07:00
David Anderson
d96e85937b Add APZ info to about:support. (bug 1146727, r=jrmuizel)
--HG--
extra : rebase_source : 8758865fbde29af687fbe00fe64cc03fc8cb2cde
2015-03-24 15:04:44 -07:00
Paul Kerr [:pkerr]
41292843b9 Bug 1147153: Update L10n translation notes for about:webrtc. r=mikedeboer 2015-03-26 14:23:24 -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
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
Felipe Gomes
464683d017 Bug 1079665 - [e10s] Findbar focusContent doesn't work when a link was found. r=enndeakin 2015-03-24 18:58:32 -03: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
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
Philip Chee
b51ca549c7 Bug 1142997 - Cannot Print from Composer and other <editor> elements r=mossop 2015-03-24 20:03:12 +08:00
Paul Kerr [:pkerr]
c929586054 Bug 1100508: Easily capture about:webrtc page data for a bug reports. r=jib, r=mikedeboer 2015-03-23 12:37:30 -07:00
Wes Kocher
14f75f943c Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -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
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
Manraj Singh
2216b53c84 Bug 1120408 - Show TelemetryLog in about:telemetry. r=felipe,gfritzsche 2015-03-19 20:23:56 -03:00
Alex Verstak
673fbec87c Bug 1113431 - Propagate referrer policy throughout the UI: command-click and context menu open link in new tab/window. r=gijskruitbosch 2015-03-04 23:29:55 -08:00
Alex Verstak
d0c9d91dc1 Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz 2015-01-05 09:42:31 -08:00
Bob Owen
68ab603f41 Bug 1135051: Add license for SuperFastHash to about:license. r=gerv 2015-03-17 16:04:04 +00:00
Markus Stange
6289c6a9f2 Bug 1143273 - Add scale and menulist to the list of non-draggable things. r=dao
--HG--
extra : rebase_source : 79c2ceaa274e27ae08c68baf90934a6ac9df4449
2015-03-14 16:23:38 -04:00
Phil Ringnalda
65c70420b9 Merge m-c to m-i 2015-03-15 19:42:35 -07:00