Commit Graph

286175 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
0a3645de7e Bug 1243586 - Test Upgrade-Insecure-Requests HTTP Request Header Field (r=rbarnes) 2016-02-29 08:46:48 -08:00
Christoph Kerschbaumer
77d603857c Bug 1243586 - Implement Upgrade-Insecure-Requests HTTP Request Header Field (r=rbarnes) 2016-02-29 08:44:39 -08:00
Jamie Nicol
14789eb829 Bug 1247098 - Take document resolution into account when computing root composition bounds for displayport base. r=tnikkel
nsLayoutUtils::CalculateCompositionSizeForFrame() is not affected by the
document resolution when called for the root content document's root
scroll frame. When determining the root composition bounds in order to
calculate a displayport base, if the frame used is the RCD-RSF we must
be sure to scale the bounds ourselves by the document resolution.

MozReview-Commit-ID: ATctmEYvWIJ
2016-02-24 15:30:10 +00:00
Jamie Nicol
563f1636ab Bug 1247098 - Mark nsIPresShell::GetResolution and nsPresContext::IsRootContentDocument as const. r=tnikkel
MozReview-Commit-ID: 5IXm4EUy7IN
2016-02-24 14:57:43 +00:00
Emanuel Hoogeveen
41f45acaed Bug 1250634 - Part 1: Refactor FreeSpan management to be less indirect and confusing. r=terrence, r=jandem 2016-02-29 06:50:00 -05:00
Emanuel Hoogeveen
ca7347ed79 Bug 1250634 - Part 0: Fix MacroAssembler support for store16(). r=jandem 2016-02-25 17:03:00 -05:00
Ryan VanderMeulen
56c3b20fc1 Bug 1248472 - Upgrade SQLite to version 3.11.0. r=mak 2016-02-25 19:45:00 -05:00
Mike Conley
baeb754a66 Bug 1228652 - Check for window.closed after flushing messages in navigateAndRestore. r=mossop
MozReview-Commit-ID: 9Cgxg9A61O7
2016-02-28 20:36:47 -05:00
Benjamin Smedberg
3fa1f3d4dd Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r=billm
MozReview-Commit-ID: GwLq9EoDEuR
2016-02-16 11:21:11 -05:00
Ehsan Akhgari
200b9c33ee Bug 1251792 - Add fetch-request-css-images.https.html to the web-platform-test manifest 2016-02-29 11:48:23 -05:00
Mike Shal
36fdcf0330 Bug 1251320 - fix staging mobile l10n post_upload flags; r=nthomas
MozReview-Commit-ID: 6SBNv5oqoBl
2016-02-24 13:57:26 -05:00
Mike Shal
2fbfa0ad4f Bug 1251704 - Remove browser/branding Makefile.in's; r=chmanchester
MozReview-Commit-ID: 4uOC4EXYWU0
2016-02-26 13:03:37 -05:00
Syd Polk
9fce15f0bd Bug 1245468 - Fix parmaeter handling for firefox-ui tests. r=gps,whimboo
MozReview-Commit-ID: 4npa7eeJAFw
2016-02-24 16:14:56 -06:00
Andrew McCreight
0ebf46d752 Backout Bug 1251659, part 1 for frequent failures 2016-02-29 07:44:15 -08:00
Milan Sreckovic
8d638f402c Bug 1251619: Remove unused gfxPlatform::CreateDrawTargetForUpdateSurface r=mchang
MozReview-Commit-ID: IWSzej9OGH1
2016-02-26 10:55:59 -05:00
Bogdan Postelnicu
8bb4450b12 Bug 1251235 - changed from naked pointers to UniquePtr to prevent resource leak. r=froydnj
MozReview-Commit-ID: FVZWMdASQKG
2016-02-25 16:34:21 +02:00
Armen Zambrano Gasparnian
d95f530054 Bug 1251702 - Remove loopbackAudio from TC Firefox tests. r=ahal
MozReview-Commit-ID: AGKAR1pDwAM
2016-02-29 10:14:27 -05:00
Armen Zambrano Gasparnian
57b5079729 Bug 1251734 - Fix TC jetpack definition inconsistencies. r=jmaher
MozReview-Commit-ID: Lowo35ieTgZ
2016-02-29 10:12:36 -05:00
Alexander Surkov
535060484a Bug 1251712 - propagate a context flag for alerts, r=davdib 2016-02-29 10:08:40 -05:00
Alexander Surkov
ea242908b9 Bug 1251680 - get container accessible computation should take into account the HTML select, r=marcoz 2016-02-29 10:05:29 -05:00
Alexander Surkov
a04727e373 Backout changeset 16516bf9614b, because of wrong bug reference 2016-02-29 10:04:49 -05:00
Ting-Yu Lin
d1a7279479 Bug 1251915 - Ignore handling eTouchCancel events. r=roc
In my original design, I treat eTouchCancel to be like eTouchEnd for
ending a caret dragging procedure.

However when pointer events is enabled, it sents an eTouchCancel event
after the eTouchStart event whose primary usage is to be converted to
pointer events, which then cancels the normal caret dragging procedure.

Moreover, when pointer events is disabled, we don't get eTouchCancel
during a normal caret dragging scenario, so we don't really need to
handle eTouchCancel anyway.

MozReview-Commit-ID: GKju2Tp0q3Q
2016-02-29 15:51:44 +08:00
Ting-Yu Lin
bf5c47a427 Bug 1251915 - Correct AccessibleCaretEventHub coding style by clang-format. r=roc
This patch is generatedy by applying clang-format on
AccessibleCaretEventHub.cpp.

MozReview-Commit-ID: 10qPJ47CVMH
2016-02-29 15:51:44 +08:00
Henrik Skupin
28bc277fc0 Bug 1252037 - Adjust safe_browsing_notification test for property changes. r=automatedtester
MozReview-Commit-ID: QwHNGdT70Q
2016-02-29 14:58:22 +01:00
Nathan Froyd
dd95bd1212 Bug 1251718 - use UniquePtr instead of ScopedDeletePtr in WebGLElementArrayCache; r=baku
UniquePtr is more standard than ScopedDeletePtr; using standard
constructs whenever possible is preferable.
2016-02-26 13:29:19 -05:00
Mike Hommey
325747932e Bug 1251210 - In configure.py, take AUTOCONF from mozconfig (mk_add_options) as well. r=ted 2016-02-26 02:49:03 +09:00
Mike Hommey
66228d8227 Bug 1251210 - In configure.py, take AUTOCONF from the environment, if set there. r=ted
At the same time, remove the (useless and wrong) check for AUTOCONF in
old-configure.in (wrong because it very likely is picking autoconf > 2.5).
2016-02-26 02:08:29 +09:00
Jonathan Kew
670be3a9fa Bug 1246389 - Resize window appropriately on WM_DPICHANGED messages for dynamic resolution changes. r=emk 2016-02-29 13:09:04 +00:00
Andrew McCreight
d0f89df44d Bug 1251837, part 6 - Make cleanup() in doTestScroll take a callback, and use pushPrefEnv. r=masayuki 2016-02-29 05:42:56 -08:00
Andrew McCreight
79a169b193 Bug 1251837, part 5 - Make prepare() in doTestScroll take a callback, and use pushPrefEnv. r=masayuki 2016-02-29 05:42:56 -08:00
Andrew McCreight
66e37b54ff Bug 1251837, part 4 - Use pushPrefEnv in doTestActionOverride in window_wheel_default_action.html. r=masayuki 2016-02-29 05:42:56 -08:00
Andrew McCreight
a6f4648369 Bug 1251837, part 3 - Use pushPrefEnv in doTestWholeScroll in window_wheel_default_action.html. r=masayuki 2016-02-29 05:42:56 -08:00
Andrew McCreight
c8a7d28297 Bug 1251837, part 2 - Use pushPrefEnv in doTestActionOverride in window_wheel_default_action.html. r=masayuki 2016-02-29 05:42:56 -08:00
Andrew McCreight
5a5e2ebadc Bug 1251837, part 1 - Use pushPrefEnv in setDeltaMultiplierSettings in window_wheel_default_action.html. r=masayuki 2016-02-29 05:42:56 -08:00
Andrew McCreight
a5689d1f34 Bug 1251659, part 2 - Remove redundant setting of pointer events pref in test_bug822898. r=mrbkap
The same preference is set earlier using pushPrefEnv.
2016-02-29 05:42:56 -08:00
Andrew McCreight
4b8903ef2e Bug 1251659, part 1 - test_bug967796.html should use SpecialPowers.pushPrefEnv. r=mrbkap
This should fix the intermittent e10s failure.
2016-02-29 05:42:56 -08:00
Trevor Saunders
c3c68a2d4d bug 1250486 - get rid of the static ctor for XPCShellImpl.cpp r=bz
The dtor for PersistentRooted<> removes it from a linked list, which means we
need a static ctor to register that dtor with the atexit machinary.  So the
easiest thing to do is make sScriptedInterruptCallback a pointer that points to
a PersistentRootedValue we allocate on the heap.
2016-02-29 08:35:07 -05:00
Trevor Saunders
e60f9fa6e5 bug 1250486 - make the ComponentsSH ctor constexpr r=bz 2016-02-29 08:35:07 -05:00
Trevor Saunders
0098eba359 bug 1250486 - make some xpconnect wrapper ctors constexpr to get rid of static constructors r=bz 2016-02-29 08:35:06 -05:00
Nicolas B. Pierron
b5f5805e0a Bug 1248412 - inlineIsTypedArrayHelper: Check for TypedArray and Proxy classes when we allow wrapped TypedArray. r=Waldo 2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
20bf99206c Bug 1248412 - Prevent immediate bailout from innermost for-of loops. r=h4writer 2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
43e4911d21 Bug 1242462 - IonSpewer: Write one log file per process. r=h4writer 2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
5ecc5023f2 Bug 1242462 - Add a newline when calling TypeSet::print from a debugger. r=jandem 2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
5010bc6f5f Bug 1242462 - Allow IonMonkey re-enter until we reached the frequent bailout threshold. r=jandem 2016-02-29 13:20:37 +00:00
Nicolas B. Pierron
56d3c8e8f0 Bug 1246229 - Enable DCE to remove OSR guards if their values are optimized-out. r=h4writer 2016-02-29 13:20:36 +00:00
Ted Mielczarek
55b85aaf23 bug 1249923 - use PogoSafeMode for MSVC PGO. r=gps
MozReview-Commit-ID: 4CMiqba5NZd
2016-02-24 13:04:54 -08:00
Ted Mielczarek
a6eff3e8d2 bug 1250971 - pass cgthreads with number of cores for Windows PGO builds. r=gps
MozReview-Commit-ID: Hf5QoDHXPUz
2016-02-24 10:27:27 -08:00
Bogdan Postelnicu
0ce4d93325 Bug 1252039 - corrected MOZ_ASSERT expression in SeparatorRequiredBetweenTokens. r=dbaron
MozReview-Commit-ID: 89XUK8hKSSE
2016-02-29 14:26:22 +02:00
Mason Chang
9840b03fa1 Bug 1249036 Check that DWMFlush executes correctly. r=kats 2016-02-29 13:52:26 +01:00
Henrik Skupin
280b569aa9 Bug 1239808 - Fix mozharness mach command for test_packages.json retrieval. r=jlund
MozReview-Commit-ID: 7jxV7VuI9rS
2016-02-25 21:45:25 +01:00