Ryan VanderMeulen
93534bdf01
Merge inbound to m-c. a=merge
2014-12-22 17:55:32 -05:00
Dave Townsend
352c378a14
Bug 1103455: Change the events used to popup the search suggestions to avoid showing them when opening context menus. r=florian
2014-12-22 11:54:15 -08:00
Dão Gottwald
b95d246580
Bug 1101996
- Add icons to history-based suggestions in search bar dropdown, r=florian,Mossop.
2014-12-22 20:34:58 +01:00
J. Ryan Stinnett
c0cf86a5c7
Bug 731318 - Show transferred size in Net Monitor. r=vporof
2014-12-22 12:15:48 -06:00
Patrick Brosset
440967c333
Bug 1105825 - Add auto state refresh to AnimationPlayerActors; r=bgrins
2014-12-22 17:56:41 +01:00
Jordan Santell
12aff5740c
Bug 1112875 - Add web-audio-automation-timeline library to devtools. r=padenot
2014-12-18 06:49:00 -05:00
Neil Deakin
afbba9218f
Bug 1066383, rework custom html menu item handling to support contextmenu attribute in separate process, r=janv,mconley,peterv
2014-12-16 11:21:11 -05:00
Brian Birtles
7bd49bca6c
Bug 927349 part 17 - Don't count native reflows in test_popupreflows.xul; r=markh
...
test_popupreflows.xul currently expects to get 1 reflow when a popup is opened.
This is triggered by JS code. An incremental layout may be triggered by native
code but the test ignores that for unclear reasons ("Because we've simply
cargo-culted this test from browser_tabopen_reflows.js!").
In part 16 on this patch series, we force interruptible reflows to become
full reflows when we have pending animations which can cause this test to
fail since it will see 2 reflows.
The above quoted browser_tabopen_reflows.js specifically ignores reflows
triggered by native code so we adjust this test to do likewise.
2014-12-22 09:35:41 +09:00
Bill McCloskey
b1e81067d6
Backout bug 1072980 due to regressions.
2014-12-20 21:15:36 -08:00
Jacek Caban
bf6c64bdfe
Bug 1114052 - Don't include Windows headers inside a namespace. r=paolo
2014-12-20 22:02:45 +01:00
Phil Ringnalda
41b26b97c1
Merge f-t to m-c, a=merge
2014-12-20 12:18:28 -08:00
Chris Peterson
e7231555f9
Bug 1113669 - Relax FAIL_ON_WARNINGS in toolkit/xre for Linux gcc warnings. r=dholbert
2014-12-19 08:59:59 -08:00
Ryan VanderMeulen
21ad2e15de
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-12-19 21:57:29 -05:00
Wes Kocher
cf007279d3
Merge m-c to inbound a=merge CLOSED TREE
2014-12-19 15:59:42 -08:00
Wes Kocher
0996442e97
Merge fx-team to m-c a=merge
2014-12-19 15:43:34 -08:00
Nick Fitzgerald
bf40ff4fa7
Bug 1106695 - Part 2: Use ScriptStore in the script actors. r=jlongster
2014-12-19 14:40:58 -08:00
Nick Fitzgerald
6a965e3c8c
Bug 1106695 - Part 1: Add toolkit/devtools/server/actors/utils/ScriptStore.js. r=jlongster
2014-12-19 14:40:55 -08:00
Ryan VanderMeulen
55f768c199
Merge inbound to m-c. a=merge
2014-12-19 15:03:54 -05:00
Gijs Kruitbosch
56ca71a572
Bug 1093034 - test fixes for addon manager and unknown types, r=Mossop
2014-12-19 11:57:37 +00:00
Dão Gottwald
6a3af64ec2
Bug 647540 - Get rid of the toolbar-primary class. r=enn
...
--HG--
extra : rebase_source : 3b1bf2598d73f7242945e4296df947f66dbeaf0a
2014-12-18 23:31:39 +01:00
Gijs Kruitbosch
ef62d751ea
Bug 1093034 - fix add-on manager to cope with magical new add-on types, r=Mossop
...
--HG--
extra : rebase_source : b448a22f2781bca89a54d559dc63141532ef6c8d
2014-12-11 00:46:56 +00:00
Heather Arthur
69fcd87b11
Bug 1105572 - Font inspector should display fonts using their font weight and style. r=bgrins
2014-12-17 16:05:00 +01:00
Gijs Kruitbosch
a30dcdfd1e
Backed out changeset 577fdd522d0c (bug 1079303) because of ASAN perma-orange as well as orange on a seemingly unrelated test going much more frequent
...
--HG--
extra : rebase_source : 52d54012d2423689e08e213e4ae1f313ffacfe6e
2014-12-19 20:15:47 +00:00
Ryan VanderMeulen
5af2fd23a7
Merge m-c to fx-team. a=merge
2014-12-19 15:13:27 -05:00
Ryan VanderMeulen
914582b88e
Backed out changeset 326f890f61a5 (bug 647540) for mass test bustage.
...
CLOSED TREE
2014-12-18 15:49:07 -05:00
Dave Townsend
2475e48b37
Backing out bug 632290 due to more permanent failures.
2014-12-18 12:40:29 -08:00
Dão Gottwald
a734ce9a37
Bug 647540 - Get rid of the toolbar-primary class. r=enn
...
--HG--
extra : rebase_source : a42a4c583376dfa153bd4e7bae514646b35a6e22
2014-12-18 19:53:27 +01:00
Irving Reid
67e6d88b01
Bug 632290: Intermittent browser_about.js timeout. r=Mossop
2014-12-18 11:42:26 -08:00
Steven MacLeod
cc8a4df022
Bug 1068664 - Introduce API for downloads in a blocked state with file on disk. r=paolo
...
This new API allows consumers to call unblock() on the download if
they'd like to allow it. If they'd like to delete the blocked download's
partial data they may call confirmBlock(). Downloads also have a new
hasBlockedData property which will be true if the Download has blocked
data on disk.
DownloadIntegration now also allows for checking if handling downloads
in a blocked state is supported. As platforms support the new operations
on a blocked download they should update their implementation of this
check to keep the blocked download data on disk.
This also moves the reputation checking into the saver so it can happen
before moving the download to its final path - so we don't have possibly
dangerous files sitting around with their intended filename / extension.
If a Download did not use a part file and it fails the reputation check
we will always remove it to prevent dangerous files from existing with
their intended filename.
--HG--
extra : rebase_source : 519e3b4b98c8ccfc00039f35bd32e3143e39a5f8
2014-12-08 16:31:03 -05:00
Felipe Gomes
4647ea6b75
Backout 3132eea067dc (bug 340814) for test failures on a CLOSED TREE
2014-12-18 15:27:24 -02:00
Marcus Saad
d86b58373e
Bug 340814 - Highlighted text stays highlighted when closing the Find Toolbar. r=mdeboer,felipe
2014-12-18 14:07:35 -02:00
Margaret Leibovic
c4d427c2d6
Bug 1093172 - Add status when adding reading list item from Reader.js. r=rnewman
2014-12-08 10:44:26 -08:00
Ryan VanderMeulen
4415636429
Backed out 3 changesets (bug 1093172) for robocop failures.
...
Backed out changeset 8d1c3083f7e6 (bug 1093172)
Backed out changeset 4fa27d0105df (bug 1093172)
Backed out changeset c85c0a37dcb9 (bug 1093172)
2014-12-19 23:51:18 -05:00
Ryan VanderMeulen
18688ffd87
Merge m-c to fx-team. a=merge
2014-12-19 22:02:03 -05:00
Margaret Leibovic
7073e68a97
Bug 1093172 - Add status when adding reading list item from Reader.js. r=rnewman
...
--HG--
extra : rebase_source : ab1793ee80415c6e09028c757acd43d31426c2d4
2014-12-08 10:44:26 -08:00
Gijs Kruitbosch
9a6ed0ce51
Bug 1079303 - fix popupnotifications.jsm to not hide its async-ness and immediately dismiss open notifications when another anchor is clicked, r=dolske
2014-11-24 23:54:33 +00:00
Carsten "Tomcat" Book
4755deb0c5
merge mozilla-inbound to mozilla-central a=merge
2014-12-18 13:50:27 +01:00
J. Ryan Stinnett
81a9946ddf
Bug 1090768 - Update to source-map 0.1.41. r=fitzgen
2014-12-17 11:55:00 -05:00
Heather Arthur
5e9f69c5a4
Bug 990741 - Add telemetry to eyedropper. r=mratcliffe
2014-12-17 11:04:00 -05:00
Tim Nguyen
e13fbad053
Bug 1111504 - Fixes to tree styling for in-content pages. r=jaws
2014-12-17 13:04:00 -05:00
Hiroyuki Ikezoe
7af10ca767
Bug 1079387 - Need promiseAsyncUpdates after each importFromFile/exportToFile to ensure bookmarks updated. r=mak
2014-12-10 20:38:00 -05:00
Patrick Brosset
b5f628b320
Bug 1066474 - Make browser_timeline.js not fail intermittently. r=paul
2014-12-16 12:37:00 -05:00
Margaret Leibovic
3e44c28a99
Bug 1112960 - Remove empty extra ReaderMode.jsm file. r=oops DONTBUILD
...
--HG--
extra : rebase_source : f259e86fa5a8f9ea51297de625dd388a9ef437f8
2014-12-17 18:13:06 -08:00
Ryan VanderMeulen
90f31ccf52
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-12-17 20:53:20 -05:00
Brad Lassey
4601b67d6e
bug 1112338 - increase max output stream to 720p r=rbarker, mfinkle
2014-12-17 18:38:09 -05:00
Michael Ratcliffe
93673abdb9
Bug 1111601 - Avoid using hiddenwindow in DevTools code r=pbrosset
2014-12-17 13:43:30 +00:00
Carsten "Tomcat" Book
9802964adf
merge fx-team to mozilla-central a=merge
2014-12-17 12:50:10 +01:00
Brian Grinstead
7f02b8f098
Bug 1088861 - Add evaluateJSAsync method on the web console actor;r=past
2014-12-16 17:18:26 -08:00
Margaret Leibovic
3dbb00ba33
Bug 793920 - (Part 2) Split up Reader.js to create shared ReaderMode.jsm in /toolkit. r=bnicholson
...
--HG--
rename : mobile/android/chrome/content/Reader.js => toolkit/components/reader/ReaderMode.jsm
extra : rebase_source : 5f66c449c50135d53644ebc507357ab560938bc7
extra : histedit_source : 53ad05bc9a30977399627c13f07971d7f7250814
2014-12-12 13:47:07 -08:00
Margaret Leibovic
de5e9c40f7
Bug 793920 - (Part 1) Move majority of Android reader mode code to a shared place in /toolkit. r=Mossop,bnicholson
...
--HG--
rename : mobile/android/chrome/content/JSDOMParser.js => toolkit/components/reader/content/JSDOMParser.js
rename : mobile/android/chrome/content/Readability.js => toolkit/components/reader/content/Readability.js
rename : mobile/android/chrome/content/aboutReader.html => toolkit/components/reader/content/aboutReader.html
rename : mobile/android/chrome/content/aboutReader.js => toolkit/components/reader/content/aboutReader.js
rename : mobile/android/chrome/content/readerWorker.js => toolkit/components/reader/content/readerWorker.js
rename : mobile/android/locales/en-US/chrome/aboutReader.properties => toolkit/locales/en-US/chrome/global/aboutReader.properties
extra : rebase_source : f0b900c46bb5dc894303ddf3701be7b019b61ae0
extra : histedit_source : 7417d0e4032ed3a3b1ab83af8f7e8a92951fdead
2014-12-10 16:44:53 -08:00