Commit Graph

491043 Commits

Author SHA1 Message Date
Till Schneidereit
cbb0ee47c1 Bug 1298776 - Handle nullptr return from CreatePromiseObjectInternal in PromiseObject::create. r=evilpie
MozReview-Commit-ID: Hp6Y7yrOQBk
2016-09-12 16:36:04 +02:00
Andi-Bogdan Postelnicu
5660fcb461 Bug 1302064 - prevent static analysis use after free checker for base. r=luke
MozReview-Commit-ID: KPotPnrAOD9
2016-09-12 16:46:40 +03:00
JerryShih
85f8dfa970 (no bug) fix indentation in nsCSSValue::GetAngleValueInRadians(). whitespace-only. r=dholbert
MozReview-Commit-ID: ENrpwt8Lzxz
2016-09-12 06:33:54 -07:00
Ben Kelly
8df5d9263a Bug 1301519 Don't crash if GetCurrentThreadWorkerPrivate() is called during worker shutdown. r=baku 2016-09-12 06:09:32 -07:00
Gijs Kruitbosch
f3ce2c3276 Bug 1295292 - don't sort tpaint results, r=jmaher
MozReview-Commit-ID: 7jTgQOTHgvl

--HG--
extra : rebase_source : d2823ad545f02398d2fdf25d2fa98e3294540749
2016-09-12 13:39:10 +01:00
Kai Engert
6817028a44 Bug 1293329, NSPR_4_13_BETA3, reusing r=ted 2016-09-12 05:36:36 -07:00
Carsten "Tomcat" Book
19dc112fbb Merge mozilla-central to mozilla-inbound 2016-09-12 13:22:44 +02:00
Carsten "Tomcat" Book
18abe02386 merge mozilla-inbound to mozilla-central a=merge 2016-09-12 13:07:54 +02:00
Andrea Marchesini
500a217925 Bug 1301094 - part 3 - Test for Blob+XHR+FormData+Workers, r=smaug 2016-09-12 12:19:01 +02:00
Andrea Marchesini
513886ee03 Bug 1301094 - part 2 - RemoteInputStream must be created using a ControlWorkerRunnable, r=smaug 2016-09-12 12:18:22 +02:00
Andrea Marchesini
2a473b5013 Bug 1301094 - part 1 - RemoteBlobImpl::CreateStreamHelper must be a CancelableRunnable, r=smaug 2016-09-12 12:17:08 +02:00
Morris Tseng
2af134acaf Bug 1297965 - fail-if transform_feedback test case. r=jgilbert
MozReview-Commit-ID: AGC9lu8jF0A
2016-09-12 17:39:54 +08:00
Morris Tseng
fbe0056e79 Bug 1297965 - Use ANGLE for WebGL2. r=jgilbert
MozReview-Commit-ID: 83zhQ5rTdbi
2016-09-12 17:39:54 +08:00
Andrea Marchesini
e222ca7109 Bug 1249739 - Improve performance in XHR in workers - part 4 - Correct cleaning cache for XHR.responseText, r=me 2016-09-12 10:59:10 +02:00
Andrea Marchesini
284e7077e7 Bug 1249739 - Improve performance in XHR in workers - part 3 - Implement XMLHttpRequestStringSnapshot, r=smaug 2016-09-12 09:06:33 +02:00
Andrea Marchesini
def1f6e7db Bug 1249739 - Improve performance in XHR in workers - part 2 - Implement XMLHttpRequestString, r=smaug 2016-09-12 09:06:06 +02:00
Andrea Marchesini
c9c3bfe617 Bug 1249739 - Improve performance in XHR in workers - part 1 - XHR.responseText must be cached, r=smaug 2016-09-12 09:05:42 +02:00
Ninad Bhat[:ninad101]
15dca34ea9 Bug 1301628 - Corrects misc-argument-comment. r=dzbarsky 2016-09-09 10:45:00 +02:00
JW Wang
09fb09e249 Bug 1302001. Move some code to WaitForCDMState. r=kaku
MozReview-Commit-ID: RAvuVs7Ykq

--HG--
extra : rebase_source : e363f0abdc82cb560bc8f8a9460544195d46de53
2016-09-06 15:01:30 +08:00
Rob Wu
9b30640835 Bug 1241719 - Fix intermittent browser_ext_tabs_onUpdated.js r=kmag
MozReview-Commit-ID: LhHS6F0YFUJ

--HG--
extra : rebase_source : b174f162c4a51868748420e39e1a7c85d789a96a
2016-09-10 03:16:39 -07:00
Phil Ringnalda
591354c5e5 Merge m-i and f-t to m-c, a=merge 2016-09-11 19:30:43 -07:00
Brian Grinstead
296935fff5 Bug 1301790 - Bundle codemirror into a single script;r=gl
MozReview-Commit-ID: FnK8reRI4Ve

--HG--
rename : devtools/client/sourceeditor/codemirror/mode/clike.js => devtools/client/sourceeditor/codemirror/mode/clike/clike.js
rename : devtools/client/sourceeditor/codemirror/mode/css.js => devtools/client/sourceeditor/codemirror/mode/css/css.js
rename : devtools/client/sourceeditor/codemirror/mode/htmlmixed.js => devtools/client/sourceeditor/codemirror/mode/htmlmixed/htmlmixed.js
rename : devtools/client/sourceeditor/codemirror/mode/javascript.js => devtools/client/sourceeditor/codemirror/mode/javascript/javascript.js
rename : devtools/client/sourceeditor/codemirror/mode/wasm.js => devtools/client/sourceeditor/codemirror/mode/wasm/wasm.js
rename : devtools/client/sourceeditor/codemirror/mode/xml.js => devtools/client/sourceeditor/codemirror/mode/xml/xml.js
2016-09-11 09:38:51 -07:00
Mats Palmgren
c7624c8d0d Bug 1299379 - Iterate Sides using an int32_t instead to avoid UBSan warning. r=dholbert 2016-09-11 15:49:50 +02:00
Mats Palmgren
28d8553d1d Bug 1299379 - Add MOZ_CONCAT for preprocessor token pasting. r=waldo 2016-09-11 15:49:50 +02:00
Andrea Marchesini
b5d19337d3 Bug 1287747 -GetFilesHelper must release callbacks and promises on the main-thread only, r=smaug 2016-09-11 09:56:54 +02:00
Phil Ringnalda
d8f4f2f4dc Merge f-t to m-c, a=merge 2016-09-10 22:38:09 -07:00
Phil Ringnalda
44d91680e6 Merge autoland and inbound to central, a=merge 2016-09-10 22:37:31 -07:00
Phil Ringnalda
121d06975b Bug 1277750 - Skip browser_bug734076.js on Linux e10s for constant failures 2016-09-10 18:26:58 -07:00
Phil Ringnalda
63ae7b1759 Merge m-c to m-i 2016-09-10 15:36:23 -07:00
Phil Ringnalda
871cda6a27 Merge m-c to f-t 2016-09-10 15:35:51 -07:00
Phil Ringnalda
4ff9cb1f3b Merge m-c to autoland 2016-09-10 15:35:11 -07:00
Phil Ringnalda
cb86e22f16 Bug 1285531 - Skip all webgl reftests on Android for causing memory corruption resulting in crashes, often in later non-webgl tests, a=unfortunatesituation 2016-09-10 15:03:38 -07:00
Sebastian Hengst
402cb656c2 Backed out changeset 0c9c5b508ccd (bug 1206133) for failing browser-chrome test browser_popupNotification_checkbox.js. r=backout 2016-09-10 23:41:18 +02:00
Sebastian Hengst
fc2706b32f Backed out changeset 2b0a8096c6e0 (bug 1206133) 2016-09-10 23:40:32 +02:00
Sebastian Hengst
b1f5d631f7 Backed out changeset b99b5f178405 (bug 1206133) 2016-09-10 23:40:28 +02:00
Sebastian Hengst
a1fdfe5891 Backed out changeset baaf5f5624d3 (bug 1206133) 2016-09-10 23:40:23 +02:00
Sebastian Hengst
9c8a34a6a8 Backed out changeset 4cba7ff88539 (bug 1301794) for timing out in devtools test browser_webconsole_output_05.js. r=backout 2016-09-10 22:29:12 +02:00
ffxbld
100cfaefaa No bug, Automated blocklist update from host bld-linux64-spot-424 - a=blocklist-update 2016-09-10 05:50:44 -07:00
ffxbld
3107c66acb No bug, Automated HPKP preload list update from host bld-linux64-spot-424 - a=hpkp-update 2016-09-10 05:50:42 -07:00
ffxbld
e1dae8a80b No bug, Automated HSTS preload list update from host bld-linux64-spot-424 - a=hsts-update 2016-09-10 05:50:40 -07:00
Phil Ringnalda
3748f182f6 Merge m-i to m-c, a=merge 2016-09-10 00:14:21 -07:00
Phil Ringnalda
f7102d808c Merge f-t to m-c, a=merge 2016-09-10 00:13:41 -07:00
Phil Ringnalda
0e0c8bd1b1 Merge autoland to m-c, a=merge 2016-09-10 00:12:38 -07:00
Igor
60cd1e3bb7 Bug 1296180 - Replace more uses of PR_ARRAY_SIZE with mozilla::ArrayLength. r=keeler,mt 2016-09-09 13:17:52 -07:00
Josh Matthews
3b4eeee788 Bug 1264192 - Adjust cookie eviction heuristics when exceeding the maximum cookies allowed per host. r=ehsan
If no expired cookies exist, in order of preference, evict the oldest:
* session cookie with a non-matching path
* session cookie with a matching path
* non-session cookie with a non-matching path
* non-session cookie with a matching path

This replaces the previous heuristic of evicting the oldest cookie, irregardless of any other attributes,
if no expired cookies were present. This ensures that cookies that are already considered transient by
web applications will be removed first, followed by cookies that are unrelated to the response that is
adding new cookies.
* * *
Bug 1264192 - Interdiff
2016-09-09 16:29:15 -04:00
Oriol
eb51e3096c Bug 1301794 - Allow sparse pseudo-arrays in console. r=fitzgen 2016-09-09 14:59:00 +02:00
Florent Fayolle
b9699f810d Bug 1222586 - Don't assume document to be HTML when pasting markup into the markup-view; r=pbro 2016-09-10 00:59:00 +02:00
Ben Kelly
4fd0037991 Bug 1301678 - Make InterceptedChannel use a different state variable to indicated the channel is closed. r=jdm, a=RyanVM 2016-09-09 07:28:00 -04:00
Carsten "Tomcat" Book
0f2c669a48 merge mozilla-inbound to mozilla-central a=merge 2016-09-09 12:02:43 +02:00
Carsten "Tomcat" Book
89dba842cb merge fx-team to mozilla-central a=merge 2016-09-09 12:01:21 +02:00