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

629574 Коммитов

Автор SHA1 Сообщение Дата
Jared Wein 4f86678a71 Bug 1507595 - Convert about:support to Fluent. r=Gijs,flod
Initial patch by Collin Wing (masterkrombi@gmail.com).

Differential Revision: https://phabricator.services.mozilla.com/D14905

--HG--
extra : moz-landing-system : lando
2018-12-28 19:40:17 +00:00
WR Updater Bot 74953e7a43 Bug 1516650 - Update webrender to commit b4dfe9c4f98fdeca3814976cd075bde8ed409123 (WR PR #3446). r=kats
https://github.com/servo/webrender/pull/3446

Differential Revision: https://phabricator.services.mozilla.com/D15480

--HG--
extra : moz-landing-system : lando
2018-12-28 19:27:55 +00:00
Dzmitry Malyshau 1502afceeb Bug 1516652 - Update for API changes in WR PR #3450. r=kats
Depends on D15472

Differential Revision: https://phabricator.services.mozilla.com/D15473

--HG--
extra : moz-landing-system : lando
2018-12-28 16:29:38 +00:00
WR Updater Bot 3c00e8f7e9 Bug 1516652 - Update webrender to commit 7a9954180a978c2783257254c2c818c191276a91 (WR PR #3450). r=kats
https://github.com/servo/webrender/pull/3450

Differential Revision: https://phabricator.services.mozilla.com/D15472

--HG--
extra : moz-landing-system : lando
2018-12-28 16:29:25 +00:00
WR Updater Bot fc48c4e38b Bug 1516651 - Update webrender to commit 485f4a7c76625b7f281a4bab09a018727ba05a01 (WR PR #3451). r=kats
https://github.com/servo/webrender/pull/3451

Differential Revision: https://phabricator.services.mozilla.com/D15471

--HG--
extra : moz-landing-system : lando
2018-12-28 16:20:03 +00:00
Kartikaya Gupta f25b1be3f5 Bug 1509123 - Add crashtest. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D15461

--HG--
extra : moz-landing-system : lando
2018-12-28 16:09:58 +00:00
WR Updater Bot 8f39123bec Bug 1516302 - Update webrender to commit 641da2169297dde8382a6890a776dd41612cb472 (WR PR #3449). r=kats
https://github.com/servo/webrender/pull/3449

Differential Revision: https://phabricator.services.mozilla.com/D15470

--HG--
extra : moz-landing-system : lando
2018-12-28 16:10:00 +00:00
Sylvestre Ledru cccdda3c2a Bug 1516555 - Reformat everything to the Google coding style r=Ehsan
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D15426

--HG--
extra : moz-landing-system : lando
2018-12-28 15:48:06 +00:00
Vedant Nevetia b8a81425e5 Bug 1514181 - Replace browser/themes/osx/toolbarbutton-dropmarker{,@2x}.png with arrow-dropdown-12.svg r=dao
Differential Revision: https://phabricator.services.mozilla.com/D15406

--HG--
extra : moz-landing-system : lando
2018-12-28 15:27:21 +00:00
Vedant Nevetia 327f6bb31a Bug 1514175 - Remove macOS fallback styling for the bookmarking panel tag selector checkboxes r=dao
Differential Revision: https://phabricator.services.mozilla.com/D15468

--HG--
extra : moz-landing-system : lando
2018-12-28 15:22:49 +00:00
Vlad Baicu b0e869dfdd Bug 1515966 - Download notification click action now opens about:downloads. r=sdaswani
Differential Revision: https://phabricator.services.mozilla.com/D15215

--HG--
extra : moz-landing-system : lando
2018-12-28 14:50:38 +00:00
Jan-Ivar Bruaroey cbb94950ec Bug 1321221 - Delay getDisplayMedia() promise until first frame arrives, to pass wpt. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D15283

--HG--
extra : moz-landing-system : lando
2018-12-28 03:13:11 +00:00
Jan-Ivar Bruaroey c8bbcb8047 Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug
Differential Revision: https://phabricator.services.mozilla.com/D15058

--HG--
extra : moz-landing-system : lando
2018-12-28 03:12:57 +00:00
Rob Wood ddd69f99e8 Bug 1504013 - Add the ability to measure loadtime in raptor, and use loadtime as the overall test result for tp6 suites; r=jmaher,acreskey
Differential Revision: https://phabricator.services.mozilla.com/D14306

--HG--
extra : moz-landing-system : lando
2018-12-27 21:35:13 +00:00
Margareta Eliza Balazs cb6d56ac9c Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-28 11:38:42 +02:00
Margareta Eliza Balazs 7a922172a9 Merge inbound to mozilla-central. a=merge 2018-12-28 11:29:35 +02:00
Masayuki Nakano 6ea1231fae Bug 1498823 - Make KeymapWrapper::FilterEvents() ignore synthesized KeyPress events r=m_kato
With an event filter method, we're logging all key events on any widgets to
check whether a key is pressed or not, to set
WidgetKeyboardEvent::mIsRepeat properly.  If iBus and Fcitx work as expected,
they synthesize key events with setting their own modifier state which indicate
the events are synthesized by IME.  In this expected case, synthesized key
events are not caught by the filter.

On the other hand, in some environment, they keep handling key events
asynchronously but they or something another module synthesizes key events
without the flag and such events are caught by the filter because the events
are posted into the event queue.  Therefore, we decide that such synthesized
events are always generated by auto-repeat (first events which are always
filtered by IME are treated as first press, and then, synthesized events are
treated as repeated events because of no key release events).

This patch makes KeymapWrapper::FilterEvents() ignore coming KeyPress
events if:
- the time is exactly same as previous KeyPress event
- and IMContextWrapper instance is now waiting a GDK_KEY_PRESS event
- and hardware_keycode of waiting GDK_KEY_PRESS event is same as
  keyCode of the KeyPress event

Differential Revision: https://phabricator.services.mozilla.com/D15380

--HG--
extra : moz-landing-system : lando
2018-12-28 07:02:05 +00:00
Cameron McCormack 220a9b83b3 Bug 1516493 - Use process count for AWSY page load count and explicitly drop the preallocated process r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D15397

--HG--
extra : moz-landing-system : lando
2018-12-28 03:41:05 +00:00
Daniel Holbert bb0c446650 Bug 1516576: Adjust dom/svg/*.cpp files to include their own header first. r=longsonr
Differential Revision: https://phabricator.services.mozilla.com/D15443

--HG--
extra : moz-landing-system : lando
2018-12-28 02:47:10 +00:00
Ting-Yu Lin af42705511 Bug 1508762 Part 2 - Fix a restyle bug if there's column-span:all under ib-split setting. r=dholbert
This is to prevent Part 1 from breaking
testing/web-platform/tests/css/css-multicol/multicol-span-all-restyle-002.html

After introducing Part 1, we now use CreateContinuingFrame() to create
non-column-span wrapper frames, which use nsFrame::Init() rather than
InitAndRestoreFrame() to initialize them. Because the bits in
aState.mAdditionalStateBits are added to frames only when
nsCSSFrameConstructor::InitAndRestoreFrame() is called. We need a new
way to add the NS_FRAME_PART_OF_IBSPLIT to non-column-span wrapper
frames.

Note that we used to add NS_FRAME_PART_OF_IBSPLIT to both column-span
wrapper and non-column-span wrapper. After this patch, column-span
wrapper won't have NS_FRAME_PART_OF_IBSPLIT. That's fine because
column-span wrappers are not linked with other frames and they
shouldn't get this bit set.

Depends on D15134

Differential Revision: https://phabricator.services.mozilla.com/D15452

--HG--
extra : moz-landing-system : lando
2018-12-28 02:25:40 +00:00
Ting-Yu Lin 1a1d5fc4e8 Bug 1508762 Part 1 - Support column-span:all for a multi-column <details> element. r=dholbert
In CreateColumnSpanSiblings(), aInitialBlock can be a DetailsFrame.
Therefore, when creating a non-column-span wrapper, we cannot assume
it's always a block frame. We need to use CreateContinuingFrame to
ensure the correct type of continuation is created.

Differential Revision: https://phabricator.services.mozilla.com/D15134

--HG--
extra : moz-landing-system : lando
2018-12-28 02:15:58 +00:00
quasicomputational baf06c6032 Bug 1422235 - Implement the 'overflow-inline' media query. r=emilio 2018-12-28 02:16:59 +01:00
quasicomputational 20fa93316d Bug 1422235 - Implement the 'overflow-block' media query. r=emilio 2018-12-28 02:16:53 +01:00
Jan-Ivar Bruaroey fb42e2d3f0 Bug 1474376 - Update browser_devices_get_user_media_screen.js test w/window+screen, remove application test. r=jkt
Differential Revision: https://phabricator.services.mozilla.com/D15157

--HG--
extra : moz-landing-system : lando
2018-12-27 23:40:40 +00:00
Jan-Ivar Bruaroey ee3a9f9f4f Bug 1474376 - Merge window+screen sharing for content (list fullscreen as option in window-list), and get away from MediaSourceEnum. r=pehrsons,florian
Differential Revision: https://phabricator.services.mozilla.com/D14941

--HG--
extra : moz-landing-system : lando
2018-12-27 23:40:36 +00:00
arthur.iakab b725756ed4 Merge mozilla-central to inbound 2018-12-27 23:59:04 +02:00
arthur.iakab 9bcc2b137f Merge inbound to mozilla-central a=merge 2018-12-27 23:56:49 +02:00
Gijs Kruitbosch 23fd3828bf Bug 1384657 - fix pocket when cookie first party isolation has been turned on, r=tjr,thecount
Differential Revision: https://phabricator.services.mozilla.com/D15097

--HG--
extra : moz-landing-system : lando
2018-12-27 21:45:18 +00:00
arthur.iakab acd2e22b33 Backed out changeset 3c54ad1e420e (bug 1515966) for causing eslint failure on DownloadNotifications.jsm CLOSED TREE 2018-12-28 00:22:34 +02:00
Felipe Gomes 10e8b50221 Bug 1508324 - Generate list of past changesets to be skipped for blame. r=me NPOTB DONTBUILD
To generate this list I searched the changeset history by some authors and keywords related to eslint and clang-format changes, and filtered manually. The search was limited to -900 days ago.
2018-12-27 18:08:25 -02:00
Boris Zbarsky edab779db9 Bug 1516473. Remove the compartment assert from GetObjectClassName. r=jandem
This is the one thing preventing use of a js::Wrapper for a proxy handler that
forwards all ops to a wrapped proxy without entering its compartment.  None of
the other ops at this level do compartment asserts.

Callers of this function other than ForwardingProxyHandler do their own asserts
already.
2018-12-27 11:58:01 -08:00
James Willcox dbb53da575 Bug 1510711 - Make Fennec branding (about:logo, etc) available in GeckoView r=geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D14557

--HG--
extra : moz-landing-system : lando
2018-12-27 18:11:32 +00:00
Vlad Baicu aa225929dc Bug 1515966 - Download notification click action now opens about:downloads. r=sdaswani
Differential Revision: https://phabricator.services.mozilla.com/D15215

--HG--
extra : moz-landing-system : lando
2018-12-27 10:50:18 +00:00
arthur.iakab 30d96b5d03 Merge mozilla-central to autoland 2018-12-27 23:57:57 +02:00
Dão Gottwald 0df3d6c7be Bug 1516556 - Dark and Light themes should ignore Windows 10 setting for accent color when in high contrast mode. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D15420

--HG--
extra : moz-landing-system : lando
2018-12-27 18:34:59 +00:00
Makoto Kato 2fe6d4569a Bug 1516062 - Turn on NEON when using gcc or clang on aarch64 r=jrmuizel
Since we don't define BUILD_ARM_NEON on aarch64 due to bug 1303952, aarch64
doesn't turn on neon for moz2d.

Also, msvc don't have arm_neon.h [*1], so we should turn on neon on aarch64
excepting msvc.

*1 https://developercommunity.visualstudio.com/content/problem/201662/arm-neonh-doenst-support-arm64-compiler.html

Differential Revision: https://phabricator.services.mozilla.com/D15371

--HG--
extra : moz-landing-system : lando
2018-12-26 16:27:08 +00:00
Cosmin Sabou eb8c25f1d5 Bug 1433892 - Disable browser_ext_menus_events.js on Linux for frequent failures. r=jmaher 2018-12-26 17:39:00 +02:00
Lee Salzman fa22c64ca6 Bug 1516334 - don't draw emoji as paths when they are too big. r=rhunt 2018-12-27 13:30:27 -05:00
Nicolas B. Pierron 99fca236e3 Bug 1515963 - Add vixl::GdbDisassembleInstruction. r=sstangl
This add a simple function made to be called from gdb, which uses the vixl
decoder to output in a static buffer the string corresponding to a single
instruction.

This is useful when breaking at vixl::Simulator::ExecuteInstruction function, as follow:

(gdb) b vixl::Simulator::ExecuteInstruction
Breakpoint 1 at 0x...: file ../jit/arm64/vixl/MozSimulator-vixl.cpp.
(gdb) command 1
> call vixl::GdbDisassembleInstruction(this->pc_)
> end
2018-12-27 18:52:32 +01:00
Nicolas B. Pierron 6b584f7dd8 Bug 1515704 - ARM64: Generate code for LPowHalfD. r=sstangl 2018-12-27 18:52:30 +01:00
longsonr cb858a95bf Bug 1516076 - Part 4 - make include order more sensible for some files r=dholbert 2018-12-27 17:30:38 +00:00
Jason Laster 2ad9f7f90c Bug 1515951 - Update Debugger Frontend v112. r=bhackett 2018-12-27 12:25:41 -05:00
Jason Laster d4932cd8d8 Bug 1515951 - [release 112] Breakpoint svg changed (#7586). r=bhackett 2018-12-27 12:25:40 -05:00
Jason Laster 0f2aa887a9 Bug 1515951 - [release 112] Enable Syntax Highlighting for ClojureScript (#7584). r=bhackett 2018-12-27 12:25:40 -05:00
Jason Laster aa7cc50dd6 Bug 1515951 - [release 112] Blackbox original sources (#7370). r=bhackett 2018-12-27 12:25:39 -05:00
Jason Laster cdffa97dec Bug 1515951 - [release 112] Fixes flow typing support for reselect (#7573). r=bhackett 2018-12-27 12:25:39 -05:00
Jason Laster 186893bd2d Bug 1515951 - [release 112] 7190: Save generated file and source map (#7482). r=bhackett 2018-12-27 12:25:38 -05:00
Jason Laster 76cf02343d Bug 1515951 - [release 112] Use CSS animation for the SearchInput loader. (#7565). r=bhackett 2018-12-27 12:25:38 -05:00
Jason Laster bcfc047a04 Bug 1515951 - [release 112] [search] fix file img icon background on focus (#7558) (#7564). r=bhackett 2018-12-27 12:25:37 -05:00
Jason Laster 51dacd35ad Bug 1515951 - [release 112] Option to not auto expand a node if it has a lot of children (#7510). r=bhackett 2018-12-27 12:25:37 -05:00