Commit Graph

302531 Commits

Author SHA1 Message Date
Cervantes Yu
5b2da66acb Bug 1257486 - Annotate global memory status in the crash reporter for child process; r=bsmedberg, a=ritu
MozReview-Commit-ID: ExVZS3aAp41
2016-03-29 19:16:09 +08:00
Neil Deakin
29274086e4 Bug 1256952 - send a dragexit at remote process when leaving the remote frame. r=smaug, a=ritu 2016-04-06 10:35:39 -04:00
Nick Fitzgerald
89d201a2f5 Bug 1253803 - Ensure that we maintain the focused node state when changing labels in the dominators view; r=jsantell, a=ritu 2016-04-11 10:49:00 +02:00
Eddy Bruel
9356dbffa2 Bug 1260439 - workerdebuggersandbox_moved needs to update the wrappercache. r=bz, a=al 2016-03-31 08:48:47 +02:00
Nicolas B. Pierron
dc774bae2d Bug 1239075 - RangeAnalysis: Assume that all captured results are used in bailing branches. r=h4writer, a=lizzard 2016-04-01 16:11:52 +00:00
Matt Woodrow
6dc4cdc386 Bug 1258843 - Don't build SVG display items if their visibility is hidden. r=dholbert, a=ritu 2016-04-01 14:36:46 +13:00
Bas Schouten
fd7a31e193 Bug 1258168: Push ClearType compatible clipping layers when the last pushed layer was marked as opaque. r=jrmuizel, a=lizzard
MozReview-Commit-ID: IM1srXx7CfB
2016-03-20 19:51:46 +01:00
Ting-Yu Chou
8d91f7c463 Bug 1197913 - Keep the last hovered item highlighted after moving the cursor outside the <select> drop-down list on Windows. r=neil, a=ritu
MozReview-Commit-ID: 1mWm5ltckHl
2016-03-25 17:10:16 +08:00
Neil Deakin
ce84c34cbf Bug 1256162 - use last drag target for dragexit event when comparing to a remote browser. r=smaug, a=ritu 2016-03-18 15:45:46 -04:00
Matt Woodrow
854e4a232b Bug 1251527 - Don't override visible regions for background-attachment:fixed. r=mstange, a=ritu 2016-03-09 17:35:48 +13:00
Rail Aliiev
606e04584f Bug 1263073 - partner repacks should not block other uploads r=nthomas a=release DONTBUILD
MozReview-Commit-ID: 69DSyJrB6hI
2016-04-11 21:37:59 -04:00
Felipe Gomes
5ce140dd7c Bug 1260460 - reset user's restore on demand preference since we're removing it from the UI. r=mconley a=ritu
MozReview-Commit-ID: 181w7CDhP3r
2016-04-01 18:22:36 -03:00
Brad Lassey
fdbe2bd951 Bug 1257554 - Remove restore on demand checkbox r=felipe a=ritu
MozReview-Commit-ID: 42aiuzTXphE
2016-03-22 09:53:19 -04:00
Jonathan Kew
4324c663de Bug 1249279 - Let subdocuments' presContexts inherit the DPI setting of their parent, instead of retrieving it from their widget, to avoid using stale values from a currently-hidden widget on a screen with a different DPI. r=bz a=ritu 2016-04-07 10:01:30 +01:00
Jonathan Kew
b92ce69d6c Bug 1262846 - Update graphite2 library to release 1.3.8. r=jrmuizel a=lizzard 2016-04-07 19:57:53 +01:00
Jonathan Kew
42a0cf5c78 Bug 1262774 - Cherry-pick upstream fix for broken mark filter set support in harfbuzz. r=jrmuizel a=ritu 2016-04-07 13:02:35 +01:00
Carsten "Tomcat" Book
8d66f825cd Backed out changeset 71f5a85ac2b3 (bug 1229252) for not working as expected 2016-04-11 18:45:21 +02:00
Margaret Leibovic
75bef7c6d3 Bug 1262896 - Add utm_source parameters to default bookmarks. r=sebastian, a=lizzard
MozReview-Commit-ID: 1Ae7JAcR89s
2016-04-07 14:01:49 -04:00
Mike Conley
403ea84f4d Bug 1255773 - Account for multiple media elements per node for Page Info. r=florian, a=lizzard
MozReview-Commit-ID: GwzIYVsLgue
2016-04-05 12:39:24 -04:00
Mark Banner
4193e307d4 Bug 1262522 - Land version 1.2.6 of the Loop system add-on in mozilla-central. rs=Standard8 for already reviewed code a=lizzard 2016-04-06 17:44:01 +01:00
Ryan VanderMeulen
89764697ac Bug 1262224 - Re-disable test_openWindow.html on Android because bug 1172872 wasn't landed on Gecko 47. a=test-only 2016-04-09 15:14:46 -04:00
Ryan VanderMeulen
fe6093db2c Backed out changesets dc41aaa31b35 and 9bececc0ade4 (bug 1260908) for Werror bustage. 2016-04-09 13:44:10 -04:00
Ryan VanderMeulen
500ef1f272 Backed out changeset 5f050838a6a2 (bug 1248948) for bustage. 2016-04-09 12:46:25 -04:00
Masayuki Nakano
154dd92743 Bug 1255627 - Don't call methods of TSFTextStore::sEnabledTextStore without independent strong reference to it. r=m_kato, a=ritu
TSFTextStore::sEnabledTextStore is a static variable to grab a reference to focused TextStore instance.  So, this may be changed by accidentally during a call of instance methods of TSFTextStore.  Then, focused TextStore may be destroyed during running a method and crash when it accesses a member variable.

For avoiding this crash, static methods which call a method of sEnabledTextStore should create an independent RefPtr to it before calling the method.

MozReview-Commit-ID: 51Sor1LdABr
2016-04-07 02:17:05 +09:00
Patrick McManus
50b3341210 Bug 866380 - Null check for amlogic libc implementation. r=valentin, a=ritu 2016-04-06 18:38:35 -04:00
Nick Fitzgerald
827c7e4f30 Bug 1248948 - Don't pass non-SavedFrame objects to SavedFrame JSAPI functions. r=tromey, r=evilpie, a=ritu 2016-04-05 13:51:00 +02:00
Ryan VanderMeulen
a8e8490d28 Bug 1262224 - Re-enable some disabled serviceworker tests on Win e10s debug and disable test_fetch_event.html for intermittent leaks. a=test-only 2016-04-07 19:04:58 -04:00
Ben Kelly
d9897ec1fe Bug 1238707 - Remove blanket disable of serviceworker mochitests on windows debug e10s. r=ryanvm, a=test-only 2016-04-05 11:15:06 -07:00
Ben Kelly
ad0bab0a2f Bug 1238707 - Release the window immediately in TabParent::Destroy() to avoid leaks. r=smaug, a=ritu 2016-04-04 14:08:17 -07:00
Felipe Gomes
c0288049de Bug 1260190 - Disable e10s for accessibility users on OS X. r=jimm, a=ritu
MozReview-Commit-ID: 35KZiKcSFqL
2016-04-01 15:54:33 -03:00
Gijs Kruitbosch
2ee373103e Bug 1258344 - Fix customizemode re-entering issues when switching tabs. r=jaws, a=ritu
MozReview-Commit-ID: 3KONzSxf8g9
2016-03-22 14:32:32 +00:00
Bill McCloskey
8474fcb90c Bug 1260908 - Record IPC message sizes. r=dvander, a=ritu 2016-03-30 15:25:54 -07:00
Bill McCloskey
dca95e675c Bug 1260908 - Allow keyed histograms to accumulate early in startup. r=gfritzsche, a=ritu 2016-03-30 15:25:18 -07:00
Cervantes Yu
c63b4dc41f Bug 1258663 - Crash annotate system call failures in the IPC transport. r=gabor, a=ritu 2016-04-01 14:33:52 +08:00
Kartikaya Gupta
82402e71cd Bug 1251638 - Do a bit of cleanup on the displayport margin computation in APZC; no functional changes. r=botond, a=ritu
MozReview-Commit-ID: 2MlCVLH8OZA
2016-04-01 08:02:28 -04:00
Kartikaya Gupta
1e7cc6c9a1 Bug 1251638 - Don't clamp the displayport to the scrollable rect on the compositor side. r=botond, a=ritu
The clamping already happens on the content side, in nsLayoutUtils::GetDisplayPort
and friends. The clamping there is more accurate as it reflects the latest main-
thread information about the size of the page and position of the displayport
base rect, which the compositor thread does not have.

Since we are not clamping the displayport on the compositor side, it can "slosh
around" a bit more and ends up sending a few more repaint requests when scrolling
near the edges of the scrollable frame. This causes some gtests to fail because
of the "extra" repaint requests. Disabling the velocity bias removes the
sloshing around and fixes the test failures.

MozReview-Commit-ID: JgBDi0M3Wtt
2016-04-01 08:02:25 -04:00
Chris Pearce
8a4953092b Bug 1261192 - Make EMEDecryptor clear decrypted samples' crypto field before passing to wrapped MediaDataDecoder for decoding. r=gerald, a=ritu
The Adobe GMP unencrypted decoder can't decode unencrypted input which has
valid crypto data attached; it thinks the sample is encrypted, and returns a
crypto error and decoding fails. The sample should be decrypted by the time
we pass it to the wrapped decoder, so decoding should succeed without the
crypto data.


MozReview-Commit-ID: KjZcQyYiRqp
2016-04-01 13:53:01 +13:00
Jeff Muizelaar
22e17895c3 Bug 1258650 - Properly use aExtraMasksTransform when combining masks. r=Bas, a=sledru
Previously we were ignoring the scale.
2016-04-06 13:19:00 -04:00
David Anderson
aae047e9bb Bug 1247611 - Recreate GLTextureSources after changing compositors on Mac. r=mattwoodrow, a=ritu 2016-03-30 09:33:24 -04:00
Gabor Krizsanits
d43d21b194 Bug 1247420 - Part 2: IPC hover state management for select. r=Felipc, a=ritu 2016-03-30 11:54:31 +02:00
Gabor Krizsanits
865430497d Bug 1247420 - Part 1: removeContentState. r=smaug, a=ritu 2016-03-30 11:54:27 +02:00
Jim Mathies
d3b1461c16 Bug 1148978 - Remove plugin window update composition deferment. r=mattwoodrow, a=ritu
MozReview-Commit-ID: AaRSO8RgY81
2016-03-24 09:40:26 -05:00
Jim Mathies
7d4622a4fa Bug 1148978 - Trigger paints when moving plugin windows around on the browser main thread. r=mattwoodrow, a=ritu
MozReview-Commit-ID: B75An9a5VTd
2016-03-24 09:32:02 -05:00
Brian Grinstead
a88cc0e26c Bug 1260071 - Call resize() when searching happens on frontend to reset width. r=vporof, a=ritu
MozReview-Commit-ID: 3Sbuh5NEN6p
2016-03-30 07:49:42 -07:00
Bobby Holley
eb4f505d2d Bug 1259677 - nsRuleNode passes wrong hash key to PLDHashTable when converting child list into child hash. r=bz, a=ritu 2016-03-24 22:49:27 -07:00
Jim Mathies
a7ec434c51 Bug 1241060 - Skip non-2d sibling layers when calculating plugin window clipping under e10s. r=mstange, a=ritu
MozReview-Commit-ID: 4R5h3DeIU0S
2016-03-21 09:52:21 -05:00
Markus Stange
082e554b1e Bug 1068674 - Don't turn off e10s if hardware acceleration is disabled. r=jimm, a=ritu
MozReview-Commit-ID: 8NIUSSHy2dt
2016-03-22 15:09:24 -04:00
Bas Schouten
9a93b77e1d Bug 1251431 - Part 1: Allow usage of an A8 source pattern to MaskSurface for D2D 1.1 Moz2D backend. r=jwatt, a=lizzard
MozReview-Commit-ID: 3SOuVvklajf
2016-03-18 14:47:11 +01:00
Masayuki Nakano
4ae12c423b Bug 1258576 - Part 1: nsContentIterator should give up to find next/previous node if it reached the root node unexpectedly. r=smaug, a=ritu
nsContentIterator isn't designed as working fine with a tree whose some nodes are being removed.  In such case, NextNode() and PrevNode() meets orphan node (i.e., a node whose parent is nullptr).  Then, nsContentIterator should mark it as "done".

However, it should keep crashing if it's debug build for detecting bugs explicitly.

MozReview-Commit-ID: 81ZQgoHD67T
2016-03-31 15:00:50 +09:00
Jeff Beatty
30a855d534 Bug 1262464 - Add Serbian locale to Fennec multilocale build in mobile/android/locales/maemo-locales. r=Pike, a=ritu 2016-04-06 07:57:00 -04:00