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

486125 Коммитов

Автор SHA1 Сообщение Дата
Jeff Walden f316e4cdc9 Bug 1291077 - Remove a use of JS_strdup from Intl.cpp. r=sfink 2014-07-21 19:09:36 -04:00
Arthur Edelstein 099e7246db Bug 1174386 - Make workers inherit the default Intl locale from the main thread, rather than using a bogus fallback value. r=jwalden 2016-08-08 13:33:39 -07:00
Jeff Walden 6b30070c81 Bug 1280362 - Remove browser.js's never-used include() function. r=arai
--HG--
extra : rebase_source : beb4b62701bd299dca9b6c363c6ac3c6e0f941f5
2016-07-28 09:33:42 -07:00
Jeff Walden 6d66d5c376 Bug 1280362 - Remove the pointless stopTest function from shell.js. r=arai
--HG--
extra : rebase_source : 71a9d20474545b139d548d05751db5cc6d27ca8e
2016-07-28 09:22:15 -07:00
Jeff Walden 437dd1b555 Bug 1280362 - Define and export print and dump functions from shell.js's IIFE *only*. r=arai
--HG--
extra : rebase_source : fc8cc48aede273e68082b9181164ea6837e3e3ee
2016-07-27 23:10:45 -07:00
Jeff Walden f8b0f4ec6d Bug 1280362 - Remove DocumentWrite and htmlesc as unused. r=arai
--HG--
extra : rebase_source : 8343509b1250ab440e18c516748031687063f65b
2016-07-27 23:02:29 -07:00
Jeff Walden 57cc3af889 Bug 1280362 - Make writeFormattedResult write into the page in a way that never sets innerHTML or uses document.write. r=arai
--HG--
extra : rebase_source : 72567e4928157a615f8a6becd0f7a2da29e8c783
2016-07-27 22:53:36 -07:00
Jeff Walden ec858b79e3 Bug 1280362 - Make browser.js's writeHeaderToLog write into the page in a way that never sets innerHTML or uses document.write. r=arai
--HG--
extra : rebase_source : 50da22fa6051bcc9e4bd8ba45a16dfa42d344cc5
2016-07-27 22:21:05 -07:00
Jeff Walden 18af58d6c1 Bug 1280362 - Make browser.js's print() function write into the page in a way that never sets innerHTML or uses document.write. r=arai
--HG--
extra : rebase_source : 8f0f8d928a6ee8c4a1c09dea89a9bdf34e314d42
2016-07-27 22:13:23 -07:00
Jeff Walden a2197e632c Bug 1280362 - Make browser.js's newGlobal and DocumentWrite work regardless of the test's behavior. r=arai
--HG--
extra : rebase_source : b7be7707412de58a8a6955783d68a275b3e440c8
2016-07-27 22:09:38 -07:00
Jeff Walden 98a4d37640 Bug 1280362 - Define gczeal/quit in shell.js, out of browser.js, plus a few other minor changes. r=arai
--HG--
extra : rebase_source : afec2dbf502c7a3ac4efa0a9ec22316050eb16ef
2016-06-29 10:30:57 +01:00
Jeff Walden d457f414b2 Bug 1289934 - Implement more-correct error handling if ucal_getType fails. (It can't with current ICU, at least our in-tree copy. But best be safe for the future.) Also don't assume ucal_getType's return value on success outlives the corresponding UCalendar*. (Again, no problem with current ICU, still worth fixing.) r=sfink
--HG--
extra : rebase_source : f90da21347bd66367cce88d3fc93f333c3405752
2016-07-27 17:14:01 -07:00
Jeff Walden 083f68611a Bug 1289934 - Simplify ScopedICUObject to store deleter function as a template parameter, not as a runtime variable. r=sfink
--HG--
extra : rebase_source : b76a1cc4403b9953e0c17f3db05f5e1a1fec25cf
2016-07-27 17:13:52 -07:00
Sebastian Hengst a2c2fa9153 Backed out changeset 7f3cd5974457 (bug 1283879) for failing "all_kinds.py:68:15 | multiple spaces after keyword (E271)" as requested by dustin. r=backout 2016-08-08 23:39:50 +02:00
Randell Jesup 4ab8a736fb Bug 1271585: Disable trackCloning tests on android and addtrack_removetrackevents r=pehrsons 2016-08-08 17:22:19 -04:00
Randell Jesup ac16ca0ee1 Bug 1271585: Disable a number of webrtc tests on android emulator r=drno 2016-08-07 14:09:17 -04:00
Randell Jesup e7967913f4 Bug 1271585: Use longer retries for stats checks after the first one r=drno
To reduce load from running the checks
2016-08-07 13:54:34 -04:00
Randell Jesup 1f1ea0ef58 Bug 1271585: Proxy audio data to a separate thread for encoding r=pehrsons 2016-05-12 15:34:13 -04:00
Randell Jesup 2b8455afe8 Bug 1271585: Remove AudioGUM thread from MediaEngine getUserMedia input r=padenot
MozReview-Commit-ID: EhaMVSq54IK
2016-05-12 15:34:11 -04:00
Sebastian Hengst 4a00647818 Backed out changeset b61757c08a5f (bug 1290589) for asserting mIsSome in testParallelCompile.js. r=backout 2016-08-08 23:24:51 +02:00
Dustin J. Mitchell e91ee0ef70 Bug 1293397: fix fake to make tests pass? r=armenzg
MozReview-Commit-ID: AuQBk2w8Ka1
2016-08-08 21:03:38 +00:00
Nick Fitzgerald f3b06ab599 Bug 1290589 - Make JSRuntime's exclusiveAccessOwner a js::Thread::Id instead of a PRThread*; r=terrence 2016-08-08 13:26:10 -07:00
Dustin J. Mitchell d2911920d6 Bug 1291473: remove Nexus and Aries eng builds; r=catlee
MozReview-Commit-ID: 6fnDzO1xkpP

--HG--
extra : source : d57c42b17bd5f3291898f1d93e27ed2fe871a1f0
2016-07-28 20:10:12 +00:00
Kim Moir f8a55f4057 Bug 1283879 - ASan builds shouldn't try to download symbols (since they don't produce symbols zips) r=dustin DONTBUILD 2016-08-08 14:44:53 -04:00
Lee Salzman 1881a1669c Bug 1278957 - enable Skia content for Linux and Android. r=mchang
MozReview-Commit-ID: KFb81rVM0ik
2016-08-08 14:26:26 -04:00
Chih-Yi Leu 00c5d186d3 Bug 1292475 - Fix Windows Gamepad API backend to receive event correctly; r=ted
MozReview-Commit-ID: 6AVYu9uEBWQ
2016-08-08 11:33:26 -07:00
Kris Maglione a4884b4563 Bug 1288085: Remove spurious "windows" permission. r=me
MozReview-Commit-ID: Cce7PLJJGPY
2016-08-08 11:12:59 -07:00
Geoff Brown c9741371ec Bug 1293261 - Change instance type for TC Android 4.3 opt mochitest-gl; r=jmaher 2016-08-08 12:00:47 -06:00
Nick Fitzgerald 4edf614ff4 Bug 1285074 - Fix pthreads error reporting for posix js::Mutex; r=terrence
The old code assumed that various pthreads calls would set errno, and therefore
we could use perror() to print information about them. That assumption was
incorrect: pthreads calls return the error number directly and do not set errno
at all. The solution: asign the return value to errno and then call perror();
2016-08-08 10:37:54 -07:00
Dão Gottwald c10280ebcf Bug 1293023 - Don't hardcode black as the text color in the downloads panel footer. r=paolo 2016-08-08 19:25:32 +02:00
Dão Gottwald ed6ebed679 Bug 1292633 - Make Ctrl+Tab panel background more opaque. r=mdeboer 2016-08-08 19:24:26 +02:00
Alexander Surkov 727cb49410 Bug 1292627 - group text leaf insertions by parent before processing, r=yzen 2016-08-08 13:02:26 -04:00
Mason Chang 21793bcce5 Bug 1290323. Write alpha values for plugin surfaces when using the Skia backend. r=jrmuizel 2016-08-05 10:29:12 -07:00
Ting-Yu Lin 82b2646797 Bug 1288626 Part 8 - Add shape-outside support to style system. r=heycam
I have to move the definition of FragmentOrURL, StyleBasicShape and
StyleShapeSource prior to where nsStyleDisplay::mShapeOutside is defined since
the template struct need to be fully defined before using as a member variable.

Use SetIdent() in CreatePrimitiveValueForBasicShapeOrURL() in
nsComputedDOMStyle.cpp per bug 1288626 comment 6.

MozReview-Commit-ID: 1KZS299CFul
2016-08-09 00:15:06 +08:00
Ting-Yu Lin 62e2bf343b Bug 1288626 Part 7 - Rename StyleClipShapeSizing to StyleClipPathGeometryBox. r=heycam
Change to geometry box to match the name in the spec.
https://drafts.fxtf.org/css-masking-1/#the-clip-path

MozReview-Commit-ID: 8jDTynCkJ4A
2016-08-09 00:15:06 +08:00
Ting-Yu Lin 62e1c45e4b Bug 1288626 Part 6 - Generalize StyleClipPath to be template struct StyleShapeSource. r=heycam
The only difference between clip-path and shape-outside is the reference box
enum, so I generalize StyleClipPath to be a template struct StyleShapeSource to
accommodate both. I'll have to move all the method definition to the header to
make the linker happy.

The only logic change is calling operator==() instead of EqualURIs to compare
urls in StyleShapeSource::operator==().

MozReview-Commit-ID: LOBGVVpnnB
2016-08-09 00:15:05 +08:00
Ting-Yu Lin 290bff0f81 Bug 1288626 Part 5 - Rename StyleClipPathType to StyleShapeSourceType. r=heycam
StyleClipPathType will be generalized to StyleShapeSourceType to match this
change.

MozReview-Commit-ID: Igaad2EoSSt
2016-08-09 00:15:05 +08:00
Ting-Yu Lin c10998a42b Bug 1288626 Part 4 - Rename nsStyleClipPath to StyleClipPath. r=heycam
MozReview-Commit-ID: 2iT4elvtTGd
2016-08-09 00:15:05 +08:00
Ting-Yu Lin cdfcb937ce Bug 1288626 Part 3 - Rename nsStyleBasicShape to StyleBasicShape. r=heycam
MozReview-Commit-ID: 9NUKpZ4s4kG
2016-08-09 00:15:05 +08:00
Ting-Yu Lin 829dd22e89 Bug 1288626 Part 2 - Use basic shape enum class defined in nsStyleConsts.h. r=heycam
Rename StyleBasicShape to StyleBasicShapeType in nsStyleConsts.h, and
replace the old enum nsStyleBasicShape::Type by the enum class
StyleBasicShapeType.

Also, replace NS_ASSERTION() by MOZ_ASSERT().

MozReview-Commit-ID: EuS4ZtYKsk6
2016-08-09 00:15:04 +08:00
Ting-Yu Lin 9eec95b855 Bug 1288626 Part 1 - Move nsBasicShape and nsStyleClipPath into mozilla namespace. r=heycam
MozReview-Commit-ID: D9wwa1rLUNa
2016-08-09 00:15:04 +08:00
Nathan Froyd 047fb141e9 Bug 1268547 - turn on LTO support for the Rust parts of libxul; r=chmanchester 2016-08-08 18:32:34 -04:00
Nicolas B. Pierron 2a0ba0e7c7 Bug 1289184 part 1 - Add an AutoFallibleScope for jit::MergeTypes lifoAlloc allocations. r=jandem 2016-08-08 13:57:42 +00:00
Nicolas B. Pierron 1055b15a7f Bug 1289184 part 0 - Replace TLS lookup for the compiler LifoAlloc by a TempAllocator argument. r=jandem 2016-08-08 13:57:42 +00:00
Yura Zenevich 565d305ee3 Bug 1272011 - improving keyboard accessibility for the inspector breadcrumbs. r=bgrins
MozReview-Commit-ID: A18Ul4HlrlT
2016-08-08 09:53:51 -04:00
Dão Gottwald dee26797e4 Bug 1008225 - move Aero Glass-specific rules from -moz-windows-compositor section to -moz-windows-glass section. r=florian
--HG--
extra : rebase_source : bdbd480ce9eeb7f3fbeff9afde45e96a27870771
2016-08-08 14:46:40 +02:00
Dão Gottwald 5300c273dd Bug 1292727 - Consolidate context menu navigation icon styling. r=paolo
--HG--
rename : browser/themes/windows/content-contextmenu.svg => browser/themes/shared/content-contextmenu.svg
extra : rebase_source : f9858d1aa9dc15a74b00d75ee2d2fe1eedd37add
2016-08-08 14:45:28 +02:00
Dão Gottwald 0bf69f6cf1 Bug 1293018 - Make arrow panels white (using -moz-field) on Linux. r=paolo
--HG--
extra : rebase_source : cc514804b8ccbc73c99f894993ff041c00b568f1
2016-08-08 14:37:27 +02:00
Neil Deakin fc966686cb Bug 1253979, use remote open state for select elements in theme to ensure active state is correct, r=jimm 2016-08-08 08:42:54 -04:00
Jonathan Hao 800d25f9d5 Bug 1270680 - Part 3: Turn on todos in browser_forgetaboutsite.js. r=timhuang 2016-08-08 00:59:00 +02:00