Граф коммитов

465039 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen f11c8d4e74 Bug 1229272 - Skip browser_storage_sidebar.js on Windows e10s for frequent failures. 2016-03-05 22:18:40 -05:00
Ryan VanderMeulen a262a0ac66 Bug 1252201 - Skip various leaky devtools tests on Linux debug as well. 2016-03-05 22:17:23 -05:00
Rail Aliiev 02feabe050 Bug 1253749 - Branch specifics for relpro on beta r=jlund a=testing DONTBUILD 2016-03-05 19:38:08 -05:00
Ryan VanderMeulen 599f2304e0 Merge m-c to inbound. a=merge 2016-03-05 19:30:51 -05:00
Kartikaya Gupta 96b5c73a20 Bug 1253739 - Fix incorrect namespace on forward declaration. r=botond
MozReview-Commit-ID: IPfx1Mb9w8A
2016-03-05 19:23:06 -05:00
Kartikaya Gupta 704367af89 Bug 1251608 - Fix and enable test_bug1151663 for all platforms. r=botond
MozReview-Commit-ID: 4fr5XIor6mJ
2016-03-05 19:22:28 -05:00
Kartikaya Gupta 0a8de7fb05 Bug 1251608 - Fix and enable test_bug982141 for all platforms. r=botond
MozReview-Commit-ID: JQ569KBz1wf
2016-03-05 19:22:25 -05:00
Kartikaya Gupta 170a29bc4a Bug 1251608 - Add a root-content annotation to the APZ test data structure. r=botond
This patch adds the annotation in APZCTreeManager. It also changes the
tree-building code in apz_test_utils to link together the actual paint
structures rather than create new wrapper nodes. This is more foolproof
(fixes a latent bug where a grandchild node whose parent has not yet
been processed ends up with the parent forcibly made a child of the root),
and allows extra properties to seamlessly ride along into the "tree".

MozReview-Commit-ID: B4T4cYyglQ7
2016-03-05 19:22:23 -05:00
Kris Maglione fbcae3eafe Bug 1253148: [webext] Cleanup running extensions on test failure. r=billm
MozReview-Commit-ID: HTFZk6y6ZEp

--HG--
extra : rebase_source : 476d51fba97989b8bcbcdb6720d53f1820db8fc9
2016-03-02 20:58:28 -08:00
Chenxia Liu d139366d7d Bug 1227120 - Use new star resource for home panel bookmarks. r=mcomella
MozReview-Commit-ID: Flc9dcHX0Fb

--HG--
extra : rebase_source : e3e961ab49cfc0c94b6067b74705f164f33348f6
extra : histedit_source : 81c5a7e85432cf05d664f7b0d78160ccfc548f6a
2016-03-02 18:15:46 -08:00
Makoto Kato d5d324001f Bug 1247514 - Clear speech delegate when finishing speaking. r=eeejay
After dispatched didFinishSpeaking by OS, another events may be dispatched.  So I should remove speech delegate soon when didFinishSpeaking is called.

MozReview-Commit-ID: nsHKJCX8MQ

--HG--
extra : rebase_source : 2ab599f39065d76c4f7319cdf7a92dcb3ea2c8f7
2016-03-03 11:14:01 +09:00
Timothy Nikkel 3849e26998 Bug 1253044. Fix fall through of observer topics when other conditions aren't met in PresShell::Observe. r=dholbert 2016-03-06 23:43:47 -06:00
Christoph Kerschbaumer cacb6fe0fc Bug 1228677 - Do not enforce CORS when loading file for MediaResource. r=cpearce
MozReview-Commit-ID: 4RNWLi1QQC7
2016-03-06 19:17:43 -08:00
Randell Jesup 904ffa008a Bug 963238: Support isTypeSupported() in MediaRecorder, and throw on invalid mimetypes at construction r=cpearce,khuey
MozReview-Commit-ID: LPIJMSgXwxf
2016-03-06 22:48:16 -05:00
Nicholas Nethercote 460cabb8f7 Bug 1253526 (part 2) - Gut DMD's usage message. r=erahm
It's rare anyone would see it, and it just duplicates the info present in |mach
run|.

--HG--
extra : rebase_source : fbb1716616ca1ff007af4202757586627c8612b4
2016-03-04 17:12:37 +11:00
Nicholas Nethercote ebc23cf4dc Bug 1253526 (part 1) - Remove DMD's --max-frames option. r=erahm.
Nobody uses it.

--HG--
extra : rebase_source : 6fe2af5f2b7ec19fad8f8cd49871a63599d7ebba
2016-03-04 17:02:20 +11:00
Daniel Holbert 09bd32b41a Bug 458634 trivial followup: Drop executable bit from a reftest font & its license text-file. (no review) 2016-03-06 16:51:50 -08:00
Giorgio Maone 2f92feb878 Bug 1253924 - Implement statusLine + fix & test statusCode r=kmag
MozReview-Commit-ID: BhyM10w8iGt

--HG--
extra : rebase_source : f7d53d17fbe77ebd0bcdb8205ee7e7bc2a1e6300
2016-03-06 16:59:07 +01:00
Luke Wagner 6e1a0154ca Bug 1253137 - Baldr: use length+bytes instead of c-strings (r=sunfish)
MozReview-Commit-ID: 1GYHSyxx6n1
2016-03-06 17:46:23 -06:00
Luke Wagner c4ff9aece7 Bug 1253137 - Baldr: pass around Bytes instead of Bytecode/UniqueBytecode (r=sunfish)
MozReview-Commit-ID: 5RzN8IwDc7C
2016-03-06 17:46:23 -06:00
Luke Wagner a1da5ec894 Bug 1253137 - Baldr: switch local array to local entry array (r=sunfish)
MozReview-Commit-ID: HUdKHzTuLqo
2016-03-06 17:46:22 -06:00
Luke Wagner 03b7302b4c Bug 1253884 - Baldr: fix parsing of (f32.const -0) (r=sunfish)
MozReview-Commit-ID: DEDehyShLqw
2016-03-06 17:46:22 -06:00
Luke Wagner 22efc12d22 Bug 1253115 - Ion: include asm.js load/store offset in GVN (r=sunfish)
MozReview-Commit-ID: K9WS44YIBi
2016-03-06 17:46:22 -06:00
Luke Wagner 742454baa7 Bug 1246116 - Baldr: make the wasm br_table limit match asm.js (r=bbouvier)
MozReview-Commit-ID: Ap31iL2aLRG
2016-03-06 17:46:22 -06:00
Bill McCloskey b70d78b809 Bug 1248750 - Eliminate intentional IPC crashes (r=dvander) 2016-03-06 14:38:07 -08:00
Nicholas Nethercote 0bdb70d67c Bug 1253142 - Remove the long-deprecated nsIMemory.isLowMemory function. r=froydnj.
--HG--
extra : rebase_source : cf1c78836f8ba44d6dca5d3ef79b30fdef06f88a
2016-03-06 21:07:51 +11:00
Timothy Nikkel c2cd155669 Bug 1253362. SVGDocumentWrapper::IsAnimated can be called after SVGDocumentWrapper::DestroyViewer so null check mViewer. r=dholbert
The testcase has an svg-as-image inside an svg-as-image. At shutdown the viewer of the inner svg-as-image is destroyed (via the shutdown observer) first. Then the outer svg-as-image destroys its viewer which tries to unregister all image requests from the refresh driver. So it unregisters the inner svg-as-image, which calls GetAnimated.
2016-03-06 14:59:19 -06:00
Chenxia Liu 10140acc38 Bug 1227120 - Filled bookmark star does not easily convey bookmarked state. r=mcomella
MozReview-Commit-ID: 8fSQiEycSGl

--HG--
extra : rebase_source : 622ff00e8c0a2da2a5905af8c351287c47da954b
extra : histedit_source : 456adae60c98d8fd93153ef1c9aa7e284181540e
2016-03-02 18:00:03 -08:00
J. Ryan Stinnett e1bf9e0d01 Bug 1245121 - Enable JSON Viewer on !RELEASE_BUILD. r=Honza
MozReview-Commit-ID: ItfrT4SPE6e
2016-03-04 17:03:39 -06:00
Gijs Kruitbosch 3bd291ab08 Bug 1253500 - change forwardbutton-width to stop including the backbutton-urlbar-overlap so as to fix the forward button apperance on the default theme in Windows 10, r=dao
MozReview-Commit-ID: 4I6mC0OnQlF

--HG--
extra : amend_source : 9cb84c98b446c11b7c137e9d5d13f10d9c33bc5e
2016-03-04 10:37:11 +00:00
Gijs Kruitbosch 67fb95f5f4 No bug, enable browser_UITour_modalDialog.js, rs=green-on-try
MozReview-Commit-ID: J5J6rVVb04P

--HG--
extra : rebase_source : a33da512801541199fafa48f80caa8fe7722915a
2016-03-03 14:44:04 +00:00
Jarda Snajdr 3986fe2698 Bug 1244725: DevTools: Show text of a HTTP response for video live streaming content types r=Honza
MozReview-Commit-ID: CA4tiyEtsTX

--HG--
extra : rebase_source : cb53c731f051df2083f197ccc5977e96ab19b52f
2016-03-03 04:39:00 -08:00
Lin Clark 9308035592 Bug 1253693 - Switch prefer-es6-class React .eslintrc to prefer createClass. r=jlong
MozReview-Commit-ID: 1IuYNShuBwH

--HG--
extra : rebase_source : ced881f0fc5c5949032199ffb61a2ee8892e1f89
2016-03-04 12:22:00 -08:00
Barbara Bermes 9846b8bfbe Bug 1252617 - Probe to measure when offline error page is shown. r=mfinkle 2016-03-02 15:36:05 -05:00
Tracy Walker 872180bbae Bug 1237713 - Modernize browser_tabkeynavigation. r=jimm
--HG--
extra : source : d45c2b6da860b821d291d2bf0a1cf084d962961d
extra : amend_source : 10e433d2f6f471ff5bb21e590d1d813d75e93e07
2016-03-08 12:38:19 -06:00
Ryan VanderMeulen 4b6a28d783 Backed out changeset d45c2b6da860 for landing with the wrong commit message. 2016-03-08 23:20:28 -05:00
Jordan Santell 62f6b6c19c Bug 1251033 - Part 2 - FrameComponent should correctly handle erroneous line/column formats. r=fitzgen 2016-03-08 19:19:10 -08:00
Jordan Santell afb1708698 Bug 1251033 - Part 1 - BrowserLoader now has an option to only load shared components and not require an additional directory. r=jryans 2016-03-08 19:19:09 -08:00
Andy McKay 431346c62e Bug 1238064 - Update docs to reflect new workflow. r=mossop
MozReview-Commit-ID: 44KPYbiH1WC

--HG--
extra : transplant_source : %C7%C5%FBS%C8r%60D%B9%BAV%3C%E9%CDzWA%3E%90%8A
2016-03-08 14:49:13 -08:00
Maurya Talisetti 5f0533a1b3 Bug 1241855 - Suppressg lint checks for location permissions. r=nalexander 2016-03-04 05:48:00 -05:00
Jared Wein e44bb16e10 Bug 1254312 - [e10s] Fix browser_plugin_enabled_state_locked.js to run in e10s. r=mconley
MozReview-Commit-ID: 4FDbMuNCbfV

--HG--
extra : transplant_source : %24%B6g%FBm%B6%83%962D%BD%A1%E2%25%FF%81%03Y%D4%3D
2016-03-07 17:31:14 -05:00
Tracy Walker 6a7dad9d56 Bug 1242643 - Fix and re-enable js/xpconnect/tests/browser_dead_object.js by triggering onunload from new/added test page. r=jimm 2016-03-08 12:38:19 -06:00
Victor Porof 182a7e33b9 Bug 1243925 - Extra white space in JIT view. r=jsantell 2016-03-02 20:00:41 +01:00
Doug Turner 1a1dd4f3c7 Bug 1253159 - Remove locationUpdatePending and restore request timeout. r=jdm 2016-03-02 21:48:00 -05:00
Phil Ringnalda cabee82044 Back out 9 changesets (bug 801176) for frequent crashes in test_offscreencanvas_dynamic_fallback.html
Backed out changeset 82320c900699 (bug 801176)
Backed out changeset 624fb8512ba5 (bug 801176)
Backed out changeset a2a7b1c4dc5b (bug 801176)
Backed out changeset e210473d793c (bug 801176)
Backed out changeset 0fb279e041e1 (bug 801176)
Backed out changeset c090dc98c670 (bug 801176)
Backed out changeset fc509e59a0cd (bug 801176)
Backed out changeset 134a8c56335a (bug 801176)
Backed out changeset 2022afa9aef2 (bug 801176)
2016-03-05 07:20:47 -08:00
Jonathan Kew 399d5724c9 Bug 1253446 - patch 2 - Return the proper scaling factor when querying the primary screen on Windows. r=emk 2016-03-04 16:14:43 +00:00
Jonathan Kew 0fb989a356 Bug 1253446 - patch 1 - Convert from device to CSS pixels when positioning the webrtc indicator. r=emk 2016-03-04 16:12:40 +00:00
Nick Fitzgerald f92f7a7fae Bug 1251492 - Don't prevent default behavior of unrelated mouse events in HSplitBox. r=linclark 2016-03-02 11:05:00 -05:00
Tim Nguyen 74c6f50e80 Bug 1253072 - Small bug fixes to the Storage Inspector functionality. r=miker
MozReview-Commit-ID: 7s1Ua2ecy0I
2016-03-02 14:52:00 -05:00
Nils Ohlmeier [:drno] 01210346dd Bug 1217677: increase UDP socket receive buffer for <= Win7. r=jesup,mcmanus
MozReview-Commit-ID: A3yCZZ3Pwcu

--HG--
extra : rebase_source : 67d200194ed72076fcb6064f16ec94334f8fb5e7
2016-03-01 21:46:50 -08:00