Carsten "Tomcat" Book
69572ffb44
Backed out changeset cb73c395a78d (bug 1135907) for crashtest failures due to assertions
2015-03-19 10:40:42 +01:00
Jim Blandy
6cc9e4fad6
Bug 1144371: Implement DEBUG-only JS shell function |dumpStringRepresentation|. r=jandem
2015-03-17 13:45:35 -07:00
Jim Blandy
74e2adb0ff
Bug 1063147: Clarify comments about extensible strings. DONTBUILD r=jandem
2015-03-16 18:40:21 -07:00
Jan de Mooij
7daec88092
Bug 1141583 - Store nargs in LambdaFunctionInfo to avoid a TSan false positive. r=bhackett
2015-03-19 10:11:55 +01:00
Jan de Mooij
908c4c5cb7
Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. r=bhackett
2015-03-19 10:08:41 +01:00
Matt Woodrow
b8877d7455
Bug 1145029 - Disable DXVA for 4k videos on AMD hardware since it performs poorly. r=jya
2015-03-19 22:01:47 +13:00
Xidorn Quan
d5e79019fa
Bug 1112474 part 2 - Fix ruby-position reftests with bsize adjustment. r=dholbert
2015-03-19 19:04:50 +11:00
Xidorn Quan
6cc0a0faed
Bug 1112474 part 1 - Make utils of CSS Ruby reftests writing-mode aware. r=dholbert
2015-03-19 19:04:50 +11:00
David Anderson
123c1ead08
Fix max texture size handling in displayport clamping. (bug 1135907 follow-up, r=kats)
2015-03-17 14:04:36 -07:00
Jan-Ivar Bruaroey
5bdee2adcc
Bug 1144984 - add missing includes in MediaTimer.cpp. r=bobbyholley
2015-03-18 21:21:15 -04:00
Seth Fowler
b3b3730969
Bug 1144899 - Make the perfect match check in LookupBestMatch skip undecoded surfaces. r=dholbert
2015-03-18 20:31:38 -07:00
Ehsan Akhgari
356dc96d15
Bug 1144876 - Stop spamming stderr with a warning every time that we encounter a document that is not controlled by a service worker; r=nsm
2015-03-18 14:16:00 +01:00
Jed Davis
15de7894cc
Bug 1144580 - Whitelist pselect6 in content seccomp-bpf policy. r=kang
2015-03-18 15:30:00 +01:00
Ehsan Akhgari
bb3e413951
Bug 1144236 - Add tests for the ignoreMethod match mode in DOM cache; r=bkelly
2015-03-17 10:58:00 +01:00
Ehsan Akhgari
0804076238
Bug 1144214 - Fix DeleteOrphanedBodyAction so that it doesn't orphan cache files if the action is canceled; r=bkelly
2015-03-18 14:19:00 +01:00
Alexandre Ratchov
deb1ad625a
Bug 1144087 - "Audio glitches on OpenBSD caused by rounding errors." r=kinetik
2015-03-18 12:19:00 +01:00
Heiher
aea9910cc3
Bug 1144005 - IonMonkey: MIPS: Fix encode break instruction. r=rankov
2015-03-18 18:21:00 +01:00
JW Wang
e8186745ca
Bug 1143562. Part2 - only init |mStorageBaseDir| in the chrome process. r=cpearce
2015-03-18 19:15:00 +01:00
JW Wang
8e48668d12
Bug 1143562 - use /data/b2g/mozilla/gmp as the gmp storage folder on B2G. r=cpearce
2015-03-16 19:51:00 +01:00
Morris Tseng
e8f401d691
Bug 1143139
- Cancel all timer when SelectionCarets are terminated. r=roc
2015-03-17 21:31:00 +01:00
Masatoshi Kimura
1999ec07b4
Bug 1133187 - Update fallback whitelist. r=keeler
2015-03-18 15:36:00 +01:00
Jed Davis
d2a1fdfdb7
Bug 1141906 - Adjust some assertions in Linux sandbox feature detection. r=kang
...
See bug, and comment at top of SandboxInfo.cpp, for rationale.
Bonus fix: reword comment about nested namespace limit; the exact limit
is 33 (not counting the root) but doesn't particularly matter.
2015-03-17 22:50:00 +01:00
92472cd78a
Bug 1120705 - Part 2: Tests (v2 Patch), r=roc
...
- Ensure that the scrollbar button scrolling is limited
by the page size, to maintain context when scrolling
small scroll frames.
2015-03-18 18:36:00 +01:00
45070240ed
Bug 1120705 - Part 1: Limit scrollbar button scrolls to one page per click. r=roc
...
- When using the scrollbar buttons to scroll a very small scroll frame,
it is possible to scroll more than one page. When this occurs, we
now scroll by a page instead to maintain context between scrolls.
- When scrolling with scrollbar buttons, the
"toolkit.scrollbox.verticalScrollDistance" and
"toolkit.scrollbox.horizontalScrollDistance" were swapped,
resulting in too much scrolling when scrolling vertically and too
little scrolling when scrolling horizontally. This has been fixed in
ScrollFrameHelper::ScrollByLine.
2015-03-18 14:32:00 +01:00
Mike Hommey
53f845ad68
Backout changeset a1a89ff4ee31 (bug 762449) to disable jemalloc 3 for now.
2015-03-19 15:53:01 +09:00
Phil Ringnalda
bc03d24e02
Backed out 3 changesets (bug 1126089) for ASan e10s bc1 failures and green-crashes
...
CLOSED TREE
Backed out changeset 9af9111e9c27 (bug 1126089)
Backed out changeset 288efd5e2ca0 (bug 1126089)
Backed out changeset 3bcebfd13538 (bug 1126089)
2015-03-18 21:51:34 -07:00
Phil Ringnalda
5045d9d2c4
Back out 59fd15407a79 (bug 1142336) for shutdown hangs
...
CLOSED TREE
2015-03-18 20:38:43 -07:00
Jeff Gilbert
dd1158dab0
Bug 1142975 - Check for Present()-caused context loss. - r=kamidphish
2015-03-18 19:55:44 -07:00
Dan Glastonbury
654f5c4436
Bug 1110120 - Remove use of UniquePtr for XFB and UB tracking.; r=smaug
2015-02-09 00:13:00 +10:00
Seth Fowler
1f5ce39657
Bug 935850 - Add a little more fuzz to box-sizing-replaced-003.xht. r=me
2015-03-18 18:45:42 -07:00
Seth Fowler
c0fee4202e
Bug 1141398 - Do not always revalidate image cache entries for file URIs. r=tn
2015-03-18 18:29:32 -07:00
Seth Fowler
0e4b26ec92
Bug 1019840 - Use cached intrinsic size in nsImageFrame::ComputeSize unless the image loader has a size. r=tn
2015-03-18 18:29:32 -07:00
Seth Fowler
53ef65f7af
Bug 1141376 - Do not call OnSizeAvailable in nsImageFrame::Init. r=tn
2015-03-18 18:29:32 -07:00
Seth Fowler
188a0d0275
Bug 1139636 - Add BUG_COMPONENT info for ImageLib. r=gps
2015-03-18 18:29:32 -07:00
Tooru Fujisawa
4acf2eea1b
Bug 1116376 - Skip full GC triggered by atoms zone if keepAtoms is true, and retrigger it after keepAtoms becomes false. r=jonco
2015-03-19 10:12:37 +09:00
Brian Hackett
ef20bc498c
Bug 1137180 - Add most functionality necessary for extensible unboxed objects, r=jandem.
2015-03-18 18:05:51 -07:00
Brian Hackett
1c8357ba59
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
Bobby Holley
ce2e01163c
Bug 1142336 - Create one unified thread pool for media code and run the MDSM task queues on it. r=mattwoodrow
...
This allows for parallel MDSM execution. \o/
2015-03-18 18:00:49 -07:00
Ben Turner
c323e57869
Bug 1134309 - Fix slice handling when the first access is from a remote input stream, r=khuey.
2015-03-16 20:52:57 -07:00
Ben Turner
d405a7eb4f
Bug 1143885 - Fix transaction handling when requests are killed prematurely, r=khuey.
2015-03-18 14:20:59 -07:00
Wes Kocher
f04229dfdd
Merge m-c to inbound a=merge CLOSED TREE
2015-03-18 17:33:44 -07:00
Daniel Holbert
92e8217dbd
Bug 1038839 followup: Add missing MOZ_OVERRIDE annotation to mightAlias() impls in MIR.h. r=ehsan
2015-03-18 16:44:03 -07:00
Daniel Holbert
1d9455d2a8
Bug 1134462 followup: Add missing MOZ_OVERRIDE annotation to SynthesizeStatus impls in SynthesizeStatus.h. r=ehsan
2015-03-18 16:44:02 -07:00
Brian Hackett
e6582b51d4
Bug 1130640 - Don't unroll loops based on bounds using terms that have been discarded, r=jandem.
2015-03-18 16:42:53 -07:00
NiLuJe
7d94574a22
Bug 1143411 - Fix build against latest freetype code. r=glandium
2015-03-18 19:32:53 -04:00
Wes Kocher
8f53ff74b9
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-18 16:04:40 -07:00
Wes Kocher
d3a01938c3
Merge b2g-inbound to m-c a=merge CLOSED TREE
2015-03-18 15:53:00 -07:00
Wes Kocher
b86d5e6713
Merge fx-team to m-c a=merge
2015-03-18 15:38:20 -07:00
Wes Kocher
fff04f9311
Merge inbound to m-c a=merge
2015-03-18 15:00:56 -07:00
David Major
56656a287e
Bug 1138794: Use an alternate crash report server on Windows XP SP2. r=ted a=lmandel
2015-03-19 10:29:15 +13:00