Commit Graph

578218 Commits

Author SHA1 Message Date
Geoff Brown
884a28894a Bug 1394170 - Try to make testSettingsPages more reliable; r=me, a=test-only
When checking settings categories, if category not found, scroll down; if still
not found, scroll up. This allows for the (apparently rare) case where settings
are initially rendered scrolled down, obscuring the top choice(s).
2018-01-20 07:41:53 -07:00
Jan de Mooij
d79a6c78c0 Bug 1431726 part 5 - Make IsStandardPrototype static. r=anba 2018-01-20 15:20:25 +01:00
Jan de Mooij
f207865841 Bug 1431726 part 4 - Replace GetBuiltinPrototypePure with GlobalObject::maybeGetPrototype. r=anba 2018-01-20 15:19:56 +01:00
Jan de Mooij
7becc21a04 Bug 1431726 part 3 - Replace GetBuiltinPrototype with GlobalObject::getOrCreatePrototype. r=anba 2018-01-20 15:19:25 +01:00
Jan de Mooij
4b3735b8b7 Bug 1431726 part 2 - Replace GetBuiltinConstructor with GlobalObject::getOrCreateConstructor. r=anba 2018-01-20 15:18:59 +01:00
Jan de Mooij
9868b64da3 Bug 1431726 part 1 - Remove MaybeResolveConstructor, use GlobalObject::ensureConstructor instead. r=anba 2018-01-20 15:18:10 +01:00
Tooru Fujisawa
e465f02004 Bug 1423007 - Part 2: Wait both for the click event and select event before continuing the test. r=jryans 2018-01-20 20:40:11 +09:00
Tooru Fujisawa
fc1e16a541 Bug 1423007 - Part 1: Use Async Function in devtools/client/shared/test/browser_treeWidget_keyboard_interaction.js r=jryans 2018-01-20 20:40:11 +09:00
Tooru Fujisawa
69535b850f Bug 1430383 - Wait for the next event tick after load event in devtools/server/tests/browser/browser_canvasframe_helper_04.js r=pbro 2018-01-20 20:40:11 +09:00
Tooru Fujisawa
810b781e7b Bug 1430441 - Part 2: Wait for the next event tick to avoid mixing 2 shortcuts in devtools/client/webconsole/test/browser_console_keyboard_accessibility.js r=bgrins 2018-01-20 20:40:11 +09:00
Tooru Fujisawa
37e588208f Bug 1430441 - Part 1: Use Async Function in devtools/client/webconsole/test/browser_console_keyboard_accessibility.js r=bgrins 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
df159bed3e Bug 1430408 - Part 2: Wait for the next event tick after transitionend event to make sure the all event handlers finish in devtools/client/debugger/test/mochitest/browser_dbg_instruments-pane-collapse_keyboard.js r=pbro 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
037c33bc9a Bug 1430408 - Part 1: Use Async Function in devtools/client/debugger/test/mochitest/browser_dbg_instruments-pane-collapse_keyboard.js r=pbro 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
b733a923bf Bug 1430443 - Part 2: Wait for the next event tick after closing sidebar to make sure the message is flushed in devtools/client/webconsole/test/browser_webconsole_clear_method.js r=bgrins 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
264f93619d Bug 1430443 - Part 1: Use Async Function in devtools/client/webconsole/test/browser_webconsole_clear_method.js r=bgrins 2018-01-20 20:40:09 +09:00
Gurzau Raul
76ec8a476e Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-01-20 11:46:16 +02:00
Gurzau Raul
b7e3ec2468 Merge inbound to mozilla-central. a=merge 2018-01-20 11:38:58 +02:00
Kartikaya Gupta
1707a5be08 Bug 1430589 - Add crashtest. r=mattwoodrow,mstange
MozReview-Commit-ID: 4KBEobcNx7w
2018-01-19 23:47:29 -05:00
Kartikaya Gupta
8f7fe9892f Bug 1430589 - Avoid putting a stack-allocated DisplayItemClipChain into the clip deduplicator. r=mattwoodrow,mstange
MozReview-Commit-ID: ALsPriYDwUv
2018-01-19 23:47:26 -05:00
Cosmin Sabou
39cbd02b19 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-01-20 04:12:28 +02:00
Kartikaya Gupta
b9e6d272c0 Bug 1431787 - Followup to avoid the call to wr_api_get_namespace from the WebRenderAPI destructor. r=me a=RyanVM
Landing on a CLOSED TREE because this needs to go to beta to fix the build.

MozReview-Commit-ID: Askd7fgnn3E
2018-01-19 16:42:40 -05:00
Sebastian Hengst
7991d95450 Bug 1430939 - Fix failure in reftest select-disabled-fieldset-1.html discovered after rechunking. r=me a=test-fix on a CLOSED TREE
--HG--
extra : amend_source : e1e27976206923897c6d5ca1b73f7bdd4cd3a8da
2018-01-19 22:03:00 +02:00
Drew Willcoxon
7ca48f03e1 Bug 1431489 - Follow-up fix: Allow users to choose whether search suggestions or history suggestions come first in the address bar. r=mak
MozReview-Commit-ID: 7t1Co8JxA8O

--HG--
extra : rebase_source : 5158d2548556cc5abcaff2cb3630102ad6ee4048
2018-01-19 11:35:26 -08:00
Ryan VanderMeulen
bd5f27de6e Bug 1430608 - Loosen the Valgrind MediaList::evaluate suppression to cover both trunk and beta. r=emilio, a=RyanVM on a CLOSED TREE
--HG--
extra : rebase_source : 29985532443d860e4e2552671a780e1f56248f23
extra : amend_source : 3c5a8753d67b32e2aee0ec040cae1dcd1c45cb42
2018-01-19 12:12:11 -05:00
Kartikaya Gupta
6f56b6c848 Bug 1431787 - Mark wr_dec_ref_arc safe to be called by the WebRenderAPI destructor when WR is not built. r=lsalzman a=RyanVM
Landing on a CLOSED TREE because this needs to go to beta to fix the build.

MozReview-Commit-ID: cSwZ2Bp242
2018-01-19 13:19:00 -05:00
Sebastian Hengst
9f2721b19b Bug 1430939 - Fix reftest failures discovered after rechunking. r=kats a=test-fix on a CLOSED TREE
--HG--
extra : amend_source : 74ffbfd861bee120bbcaf8d44cd9865f46512f01
2018-01-19 19:27:17 +02:00
shindli
6399f1f1af Backed out changeset 33571130ef67 (bug 1431305) for failing in /text-orientation-mixed-vlr-100-ref.html on a CLOSED TREE 2018-01-19 17:56:20 +02:00
Gabriel Luong
db6873e9f6 Bug 1421389 - Update dark theme with lower-contrast sidebars. r=pbro 2018-01-19 09:03:08 -05:00
Gabriel Luong
1b37ff1f4a Bug 1421390 - Change hidden node syntax color in the markup view. r=pbro 2018-01-19 09:02:55 -05:00
Andrea Marchesini
7aba2c3fd5 Bug 1430931 - mark nsIArrayBufferInputStream as thread-safe, r=smaug 2018-01-19 13:31:18 +01:00
Jonathan Kew
6aa84ed3ae Bug 1431305 - Handle fallback (rotated) rendering of characters with Vertical_Orientation=Tr when the font does not support them via 'vert', nor is there a vertical presentation form encoded in Unicode. r=m_kato 2018-01-19 10:46:53 +00:00
Noemi Erli
1e1fdc2b3d Merge inbound to mozilla-central. a=merge 2018-01-19 12:10:24 +02:00
Matthew Gregan
a1dd98ef44 Bug 1431333 - Initialize libcubeb logging earlier. r=kamidphish
Initializing logging when we create a cubeb context from
GetCubebContextUnlocked() means we never have a chance to set up logging on the
server side if audio remoting is enabled.
2018-01-19 17:50:36 +13:00
Chris Pearce
4c1eb3b8bf Bug 1428719 - Adjust decrypt throttle to smooth out decrypt bursting when seeking. r=gerald
We've had reports from a partner that their EME content is failing after a
seek. This is caused by decrypting EME content too fast after a seek triggering
bug 1338924. So we need to make our decryption less "bursty". So adjust our
decrypt throttling to instead throttle the decrypt to 200ms of content every
100ms of wall-clock-time, rather than 2s of content every 1s of
wall-clock-time. This makes us decode more smoothly, and appears to resolve the
issue with the partner stream.

MozReview-Commit-ID: 1nNuTJrreN

--HG--
extra : rebase_source : 3c2c9529a5493b30db1214bba782243be509b56a
2018-01-19 14:55:12 +13:00
Shane Caraveo
636a2a5a8f Bug 1423725 add show/hide tabs api, r=rpl
MozReview-Commit-ID: 4z73ZTRE7kN

--HG--
extra : rebase_source : 7683973921b07818c7a63ab8387e4ebe65705499
2018-01-18 16:37:18 -07:00
Shane Caraveo
d78ea2931e Bug 1423725 add event, query and details for hidden status, r=Gijs,rpl
MozReview-Commit-ID: AMcmbh4m8lK

--HG--
extra : rebase_source : 6e8c246cbe69e4d298de031361e10276ddbf7551
2018-01-18 16:37:11 -07:00
Jonathan Kew
faf9bf0aac Bug 1430632 - Copy declarations of new DirectWrite interfaces into our code so it will build against the current Windows SDK and WINVER settings. r=lsalzman,froydnj 2018-01-18 17:45:25 +00:00
Jonathan Kew
483d8a0507 Bug 1430632 - Support OpenType variation fonts in the DirectWrite font back-end (on Win10 Fall Creators Update). r=lsalzman 2018-01-18 17:45:24 +00:00
Jonathan Kew
d477a069f3 Bug 1431305 - Handle fallback (rotated) rendering of characters with Vertical_Orientation=Tr when the font does not support them via 'vert', nor is there a vertical presentation form encoded in Unicode. r=m_kato 2018-01-19 10:46:53 +00:00
Bas Schouten
16b11ce2ad Backout 9b3656db42a7 (Bug 1429623) for bustage.
MozReview-Commit-ID: 9Ar6Y8MKGB1
2018-01-20 08:15:57 +01:00
Bas Schouten
faf37620b4 Bug 1429623: Report tracing events and thread registration to VTune when --enable-vtune is enabled. r=mstange r=ted
MozReview-Commit-ID: I47OIX16ibf
2018-01-19 17:19:29 +01:00
Boris Zbarsky
3acfd47047 Bug 1431774 part 7. de-COM the image loading content forceImageState API. r=mystor
MozReview-Commit-ID: LKlo36VHKP5
2018-01-19 14:19:39 -05:00
Boris Zbarsky
d4e9c1bbea Bug 1431774 part 6. de-COM the image loading content forceReload API. r=mystor
MozReview-Commit-ID: 4n5BFQcHopU
2018-01-19 14:19:39 -05:00
Boris Zbarsky
0840bfb13a Bug 1431774 part 5. de-COM the image loading content setBlockedRequest API. r=mystor
MozReview-Commit-ID: 1hm4WzQK93U
2018-01-19 14:19:39 -05:00
Boris Zbarsky
bd87915168 Bug 1431774 part 4. de-COM the image loading content observer APIs. r=mystor
MozReview-Commit-ID: KwWBFXNzWVx
2018-01-19 14:19:39 -05:00
Boris Zbarsky
985bac7189 Bug 1431774 part 3. de-COM the image loading content loadingEnabled API. r=mystor
MozReview-Commit-ID: 3JpN3ZZVNg3
2018-01-19 14:19:39 -05:00
Boris Zbarsky
bd29cf763a Bug 1431774 part 2. Make all attributes and methods on nsIImageLoadingContent noscript, since they're not used from JS. r=mystor
MozReview-Commit-ID: 5LqkMJP32J8
2018-01-19 14:19:39 -05:00
Boris Zbarsky
9ee8c16efe Bug 1431774 part 1. Remove a bunch of unnecessary QIs to nsIImageLoadingContent in JS. r=mystor
These are all no-ops because the objects involved are already implementing one of the WebIDL interfaces that pulls in MozImageLoadingContent, and that's all script gets to see.

MozReview-Commit-ID: Io2mLHbv7qM
2018-01-19 14:19:39 -05:00
Johann Hofmann
8df754422d Bug 1431374 - Remove extra white space in permission prompt labels. r=flod,prathiksha
MozReview-Commit-ID: KgiC1An62l9
2018-01-18 12:56:23 +01:00
Ryan VanderMeulen
a22227b011 Bug 1432027 - Update pdf.js to version 2.0.288. r=bdahl 2018-01-21 09:46:41 -05:00