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

485311 Коммитов

Автор SHA1 Сообщение Дата
Michael Ratcliffe 36f9d4585e Bug 1236737 - Stop intermittent timeouts in browser_cmd_screenshot.js r=me
MozReview-Commit-ID: DLlHhPMWIB5
2016-08-03 12:09:43 +01:00
Steve Chung 0110384f71 Bug 1288401 - Inspector sidebar tabs are missing the :active styling. r=ntim
MozReview-Commit-ID: 3Mhc25G9AK3
2016-07-26 18:06:20 +08:00
Steve Chung fc3f836b49 Bug 1253330 - Fix heap-tree-item-field heap-tree-item-name inline style (margin-left) in RTL. r=ntim
MozReview-Commit-ID: Irz2x4P7hx4
2016-08-03 14:24:19 +08:00
Jared Wein ac64cb089a Bug 1291268 - HiDPI image are missing from video controls on Windows and Linux. r=ralin
MozReview-Commit-ID: 7cM7knEqMyV

--HG--
rename : toolkit/themes/osx/global/media/TopLevelImageDocument.css => toolkit/themes/shared/media/TopLevelImageDocument.css
rename : toolkit/themes/osx/global/media/TopLevelVideoDocument.css => toolkit/themes/shared/media/TopLevelVideoDocument.css
rename : toolkit/themes/osx/global/media/clicktoplay-bgtexture.png => toolkit/themes/shared/media/clicktoplay-bgtexture.png
rename : toolkit/themes/osx/global/media/closeCaptionButton.png => toolkit/themes/shared/media/closeCaptionButton.png
rename : toolkit/themes/osx/global/media/closeCaptionButton@2x.png => toolkit/themes/shared/media/closeCaptionButton@2x.png
rename : toolkit/themes/osx/global/media/error.png => toolkit/themes/shared/media/error.png
rename : toolkit/themes/osx/global/media/fullscreenButton.png => toolkit/themes/shared/media/fullscreenButton.png
rename : toolkit/themes/osx/global/media/fullscreenButton@2x.png => toolkit/themes/shared/media/fullscreenButton@2x.png
rename : toolkit/themes/osx/global/media/imagedoc-darknoise.png => toolkit/themes/shared/media/imagedoc-darknoise.png
rename : toolkit/themes/osx/global/media/imagedoc-lightnoise.png => toolkit/themes/shared/media/imagedoc-lightnoise.png
rename : toolkit/themes/osx/global/media/muteButton.png => toolkit/themes/shared/media/muteButton.png
rename : toolkit/themes/osx/global/media/muteButton@2x.png => toolkit/themes/shared/media/muteButton@2x.png
rename : toolkit/themes/osx/global/media/noAudio.png => toolkit/themes/shared/media/noAudio.png
rename : toolkit/themes/osx/global/media/noAudio@2x.png => toolkit/themes/shared/media/noAudio@2x.png
rename : toolkit/themes/osx/global/media/pauseButton.png => toolkit/themes/shared/media/pauseButton.png
rename : toolkit/themes/osx/global/media/pauseButton@2x.png => toolkit/themes/shared/media/pauseButton@2x.png
rename : toolkit/themes/osx/global/media/playButton.png => toolkit/themes/shared/media/playButton.png
rename : toolkit/themes/osx/global/media/playButton@2x.png => toolkit/themes/shared/media/playButton@2x.png
rename : toolkit/themes/osx/global/media/scrubberThumb.png => toolkit/themes/shared/media/scrubberThumb.png
rename : toolkit/themes/osx/global/media/scrubberThumb@2x.png => toolkit/themes/shared/media/scrubberThumb@2x.png
rename : toolkit/themes/osx/global/media/scrubberThumbWide.png => toolkit/themes/shared/media/scrubberThumbWide.png
rename : toolkit/themes/osx/global/media/scrubberThumbWide@2x.png => toolkit/themes/shared/media/scrubberThumbWide@2x.png
rename : toolkit/themes/osx/global/media/stalled.png => toolkit/themes/shared/media/stalled.png
rename : toolkit/themes/osx/global/media/throbber.png => toolkit/themes/shared/media/throbber.png
rename : toolkit/themes/osx/global/media/unmuteButton.png => toolkit/themes/shared/media/unmuteButton.png
rename : toolkit/themes/osx/global/media/unmuteButton@2x.png => toolkit/themes/shared/media/unmuteButton@2x.png
rename : toolkit/themes/osx/global/media/videoClickToPlayButton.svg => toolkit/themes/shared/media/videoClickToPlayButton.svg
rename : toolkit/themes/osx/global/media/videocontrols.css => toolkit/themes/shared/media/videocontrols.css
rename : toolkit/themes/osx/global/media/volume-empty.png => toolkit/themes/shared/media/volume-empty.png
rename : toolkit/themes/osx/global/media/volume-empty@2x.png => toolkit/themes/shared/media/volume-empty@2x.png
rename : toolkit/themes/osx/global/media/volume-full.png => toolkit/themes/shared/media/volume-full.png
rename : toolkit/themes/osx/global/media/volume-full@2x.png => toolkit/themes/shared/media/volume-full@2x.png
2016-08-03 09:37:36 -04:00
Eddy Bruel 1244c00ca8 Bug 1184461 - If a listener is not callable, assume it is an event listener object. r=past
In ThreadActor._getAllEventListeners, we construct a list of handler functions
for each target in the event target chain of a given event target. If a handler
is an event handler object, we obtain the handler function from its handleEvent
property. Otherwise, the handler function is assumed to be the handler itself.

To detect whether a handler is an event handler object, we would check its class
name property. This approach is fragile for several reasons: if the handler is
a proxy, accessing its class name may cause the debuggee to run. Moreover,
since accessing a proxy's class name requires us to enter the compartment of the
proxy's handler, if the latter is a security wrapper, accessing its class name
will cause security warnings in debug mode.

Since a handler is either an event handler object or a function, it should be
safe to assume that a handler is an event handler object if and only if it is
not callable. Checking whether a proxy is callable cannot cause the debuggee to
run. Moreover, it does not require us to enter the compartment of the proxy's
handler, thus avoiding the security warnings we mentioned earlier.
2016-08-03 14:26:06 +02:00
Nihanth Subramanya d201f3429d Bug 1282611 - Recheck for captive portal after watcher is initialized. r=MattN
MozReview-Commit-ID: DKUibGPvTrx
2016-08-03 13:46:17 +03:00
Dão Gottwald c470de115e Bug 445498 - Make background of tab preview transparent on Linux. r=mdeboer 2016-08-03 12:44:07 +02:00
Evan Tseng afc53eb6f8 Bug 1289912 - Make JSON viewer content scrollable r=ntim
MozReview-Commit-ID: 8ADyWeyE26w
2016-08-02 14:13:09 +08:00
Ruturaj Vartak 71e5066612 Bug 1285863 - Improve UI / UX of devtools JSONView r=ntim
MozReview-Commit-ID: 5gxqmoGvsTl
2016-07-30 08:20:00 -07:00
Drew Willcoxon 55ab8f47c3 Bug 1180944 - Implement one-off searches from Awesomebar. r=mak,florian
MozReview-Commit-ID: A9YXB32L7MN
2016-08-02 18:00:26 -07:00
Drew Willcoxon b5ff483219 Bug 798223 - Increase optimized favicon dimension in Places database from 16 to 32. r=mak
MozReview-Commit-ID: HTLPQR66HOn
2016-08-02 18:00:07 -07:00
Hallvord R. M. Steen bbc7e74d88 Bug 1291069, command should be hello.echo() in protocol.js.md docs. r=jryans DONTBUILD
MozReview-Commit-ID: DwYxfeTeWYN
2016-08-02 09:20:04 +09:00
"Helen V. Holmes" d6c208a663 Bug 1287310 - Fix asymmetry for new pane toggle. r=ntim
MozReview-Commit-ID: DgZpKVok6L6
2016-07-29 06:31:00 -07:00
Tim Nguyen 5eb6ed0546 Bug 1290466 - Change checked icon state to be green on dark theme. r=helenvholmes
MozReview-Commit-ID: Adga9N6CaVs
2016-08-02 09:04:49 -07:00
Carsten "Tomcat" Book 0c9ef42915 Merge mozilla-central to fx-team to fix bustage 2016-08-02 17:49:13 +02:00
Carsten "Tomcat" Book 740bb4ed16 Backed out changeset eb7f310f128d (bug 1274626) for breaking unified builds 2016-08-02 17:47:47 +02:00
Carsten "Tomcat" Book 1ec9279c2a Backed out changeset a722438c2be6 (bug 1274626) 2016-08-02 17:47:31 +02:00
Carsten "Tomcat" Book 2bcc300cca Backed out changeset 12e3777de139 (bug 1274626)
--HG--
rename : dom/media/platforms/ReorderQueue.h => dom/media/platforms/apple/ReorderQueue.h
2016-08-02 17:47:29 +02:00
Carsten "Tomcat" Book c5f40500b4 Backed out changeset 222b4883bf79 (bug 1274626) 2016-08-02 17:47:27 +02:00
Carsten "Tomcat" Book d647d056e2 Backed out changeset c5b79d4a6913 (bug 1274626) 2016-08-02 17:47:26 +02:00
Carsten "Tomcat" Book 5a3c68ee72 Backed out changeset 221e8d2b180e (bug 1274626) 2016-08-02 17:47:24 +02:00
Carsten "Tomcat" Book cc6b6404c0 Merge mozilla-central to fx-team 2016-08-02 17:13:42 +02:00
Carsten "Tomcat" Book bd81ddd0b0 merge mozilla-inbound to mozilla-central a=merge 2016-08-02 17:09:31 +02:00
Carsten "Tomcat" Book f470e82ee2 merge fx-team to mozilla-central a=merge 2016-08-02 17:04:48 +02:00
Carsten "Tomcat" Book 02adb43791 Backed out changeset 726ee2bcfdef (bug 1201363) for static build bustage 2016-08-02 12:54:13 +02:00
Carsten "Tomcat" Book 7e324b6cdb Backed out changeset b018ce9d1484 (bug 1201363) 2016-08-02 12:53:59 +02:00
Carsten "Tomcat" Book 72c34b88b3 Backed out changeset 488e4a5e859b (bug 1201363) 2016-08-02 12:53:57 +02:00
Carsten "Tomcat" Book 44057dc31a Backed out changeset cc59ebb35b26 (bug 1201363) 2016-08-02 12:53:56 +02:00
Carsten "Tomcat" Book f4f5b9bafc Backed out changeset a6bafaf6bbe6 (bug 1201363) 2016-08-02 12:53:54 +02:00
Carsten "Tomcat" Book 27cb7f4d79 Backed out changeset 06c0a7eb7bc6 (bug 1201363) 2016-08-02 12:53:53 +02:00
Carsten "Tomcat" Book 2854eb5e13 Backed out changeset 1c8af95cd440 (bug 1201363) 2016-08-02 12:53:51 +02:00
Carsten "Tomcat" Book 1d6d29d0c6 Backed out changeset 5b926a6a6e4e (bug 1201363) 2016-08-02 12:53:49 +02:00
Carsten "Tomcat" Book 9211a18088 Backed out changeset f239b2ba9c46 (bug 1201363) 2016-08-02 12:53:48 +02:00
Carsten "Tomcat" Book 1cddcd1b7d Backed out changeset e350d8c25d2e (bug 1201363) 2016-08-02 12:53:46 +02:00
Iris Hsiao 923cbf5038 Backed out changeset 51f838971d62 (bug 1291070) for Taskgraph test failure 2016-08-02 17:24:25 +08:00
Mike de Boer ebc9f1764d Bug 1290842 - reduce the amount calls to the highlighter upon the first find action and improve the behavior when modal highlighting is not enabled now that we have a FinderHighlighter class we can use. r=jaws
MozReview-Commit-ID: K01dpqp8LSf
2016-08-02 10:40:21 +02:00
Wes Kocher 22b8bf8d31 Merge m-c to fx-team, a=merge 2016-08-01 17:50:09 -07:00
Justin Dolske 0de19dd2b0 Bug 1277910 - about:support should use nsIWindowMediator rather than nsIWindowWatcher r=felipe 2016-08-01 15:52:08 -07:00
ffxbld 3df383b855 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-08-01 07:09:05 -07:00
ffxbld 6bba85965d No bug - Tagging mozilla-central 465d150bc8be5bbf9f02a8607d4552b6a5e1697c with FIREFOX_AURORA_50_BASE a=release DONTBUILD CLOSED TREE 2016-08-01 07:05:25 -07:00
Carsten "Tomcat" Book 9d888b689a Backed out changeset 482f81651a2e (bug 1254766) for failing on own test 2016-08-01 14:24:57 +02:00
Carsten "Tomcat" Book 1cb0099ca2 Merge mozilla-central to fx-team 2016-08-01 09:15:19 +02:00
Carsten "Tomcat" Book 480c0269ee Backed out changeset 0f6396641036 (bug 1289638) for breaking windows spidermonkey tests/builds 2016-08-01 09:12:55 +02:00
Carsten "Tomcat" Book f850d3a1a1 Backed out changeset ada66cbedd75 (bug 1289638) 2016-08-01 09:12:39 +02:00
Carsten "Tomcat" Book 732be475c8 Backed out changeset 07e0af7fc5d9 (bug 1289638) 2016-08-01 09:12:38 +02:00
Carsten "Tomcat" Book 8321d9897b Backed out changeset a4a381f85dc8 (bug 1290026) 2016-08-01 09:12:37 +02:00
Carsten "Tomcat" Book 2b84fbf042 Backed out changeset 90559af62774 (bug 1290026) 2016-08-01 09:12:36 +02:00
dimi 4e642c174b Bug 1254766 - Stop caching Safe Browsing completions to disk. r=gcp
MozReview-Commit-ID: IUmgq7T8Ugw
2016-08-01 09:08:30 +08:00
Thomas Wisniewski 6606669857 Bug 1283902 - Skip repeated onDownloadProgress events so the test may pass. r=aswan 2016-07-31 13:44:50 -04:00
Carsten "Tomcat" Book 8dbb362d18 merge mozilla-inbound to mozilla-central a=merge 2016-07-31 17:44:14 +02:00