Commit Graph

284344 Commits

Author SHA1 Message Date
Makoto Kato
05b1dd7d97 Bug 1247160 - Clipboard causes memory leak by internet shortcut. r=jimm
UTF8ToNewUnicode alloces new memory, so we don't need new alloc to convert to UTF-16

MozReview-Commit-ID: K7saM1xxNQ1
2016-02-10 13:21:50 +09:00
Carsten "Tomcat" Book
5fb7c67087 Merge mozilla-central to mozilla-inbound 2016-02-16 12:20:11 +01:00
Carsten "Tomcat" Book
c0a8e566e1 merge mozilla-inbound to mozilla-central a=merge 2016-02-16 11:51:26 +01:00
Hannes Verschore
3c5c9a37bc Bug 1243754 - IonMonkey: Use 'delete' to destroy the ion script instead of 'free', r=jandem 2016-02-16 05:46:59 -05:00
Hannes Verschore
348836743c Bug 1246154: IonMonkey - Track jit optimization when using a shared stubs for JSOP_NEG, r=shu 2016-02-16 04:51:34 -05:00
Sotaro Ikeda
2754238ed7 Bug 1248325 - Update BufferTextureHost::GetAsSurface() r=nical 2016-02-16 01:47:36 -08:00
Carsten "Tomcat" Book
c18a598021 Backed out changeset decfe1d8c927 (bug 1242774) for causing leaks 2016-02-16 08:34:14 +01:00
Mark Hammond
a8fbbb90f5 Backout revision 4f941cddcf34 (bug 1243594) for xpcshell failures. 2016-02-16 14:56:43 +11:00
Mark Hammond
8cdeb950fb Backed out changeset 5688da9024b6 (bug 1243594) for xpcshell test failures. 2016-02-16 14:55:42 +11:00
Mark Hammond
8820963de8 Bug 1243594 (part 2) - have rest.js automatically encode the request body as utf-8. r=gfritzsche 2016-02-16 12:44:49 +11:00
Mark Hammond
7e79382fa7 Bug 1243594 (part 1) - remove misleading references to utf8 in Credentials.jsm. r=rfkelly 2016-02-16 12:44:49 +11:00
Mark Hammond
9286569919 Bug 1236372 - increase the size of the synced tabs panel so localized content is more likely to fit. r=Gijs 2016-02-16 12:31:14 +11:00
Xidorn Quan
196bda5635 Bug 1248316 - Clear Win10 intro page url for mochitest. r=Gijs
MozReview-Commit-ID: 7m7VWYWXcnM
2016-02-16 09:24:44 +08:00
Mark Hammond
1fd20e1515 Bug 1247114 - do a one-off move of the synced-tabs button to the panel if Sync is initialized. r=Gijs 2016-02-16 12:22:19 +11:00
Bogdan Postelnicu
b0d9a0dcdc Bug 1247933 - do not perform null check on aClient since we know for sure it's a valid pointert. r=sotaro
MozReview-Commit-ID: 5AiIprIVNAS
2016-02-15 10:33:46 +02:00
David Anderson
5a8c923933 Add instrumentation for when content processes fail to acquire D3D11 devices. (bug 1247539, r=milan) 2016-02-15 23:59:24 -08:00
Nicholas Nethercote
32745509bd Bug 1248101 - Make dtoa_malloc infallible. r=sfink. 2016-02-16 15:04:45 +11:00
Aidin Gharibnavaz
ea7185b2c6 Bug 1235830 - Renaming GetInternalNSEvent to WidgetEvent, in nsIDOMEvent r=smaug
MozReview-Commit-ID: Hm8Owq17KXn
2016-02-12 19:10:07 +03:30
Timothy Nikkel
c815fb7027 Bug 1242093 - Fix assertion in Downscaler::ClearRow. r=njn
The starting column can be the last column, and we handle that correctly.

Also split function into ClearRow and ClearRestOfRow.
2016-02-16 08:04:57 +01:00
Alastor Wu
dc627d5a12 Bug 1242774 - add crash test. r=jwwang. 2016-02-14 19:24:00 +01:00
ISHIKAWA, Chiaki
72d38a6835 Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check

 - the outdated 0666 octal constant is still parsed correctly,
 - the outdated 0666 octal constant raises syntax error flag
   in strict mode, etc.

So leave them alone.
2016-02-15 08:57:00 +01:00
Byron Campen [:bwc]
5dbe821fae Bug 1247656: Make sure that remote reoffer does not change the media type of an m-line. r=drno
MozReview-Commit-ID: DFXgLuSW6nM
2016-02-11 13:00:58 -06:00
Honza Bambas
981380960d Bug 1247432 - Don't do any unnecessary I/O in cache2 after shutdown, r=michal 2016-02-12 09:36:00 +01:00
Nick Fitzgerald
9343a12d2b Bug 1247299 - Force SavedFrame columns to be 0 in JS_MORE_DETERMINISTIC builds; r=sfink
The fuzzers' differential testing would like to test the asm.js vs non-asm.js
code which may or may not involve SavedFrame stacks, but asm.js doesn't ever
record columns so any test case with a SavedFrame stack will fail. To enable the
fuzzers to get deeper into the system, rather than failing early because of
SavedFrame stacks, we force SavedFrame columns to 0 in the deterministic builds
that the fuzzers use.
2016-02-12 07:41:00 +01:00
Margaret Leibovic
939092e62b Bug 1225842 - Properly send message to update open search state. r=liuche
MozReview-Commit-ID: 77s1zWo9vrr
2016-02-05 12:56:23 -05:00
Margaret Leibovic
ca89cf07bb Bug 1245930 - Disable zoomed view on non-Nightly builds. r=mcomella
MozReview-Commit-ID: 3RfprujEO1h
2016-02-12 12:54:50 -05:00
Mark Banner
c41a32be75 Bug 1248492 - Land version 1.1.2 of the Loop system add-on in mozilla-central - code updates. rs=Standard8 for already reviewed code 2016-02-15 23:43:42 +00:00
Mark Banner
c20236ea7e Bug 1248492 - Land version 1.1.2 of the Loop system add-on in mozilla-central - locale updates. rs=Standard8 for already reviewed code 2016-02-15 23:43:36 +00:00
Brian Grinstead
bd027f8e37 Bug 1243959 - e10s fixes for browser_webconsole_autocomplete_in_debugger_stackframe.js;r=linclark
MozReview-Commit-ID: 8IY8jPgRxPL
2016-02-15 13:51:51 -08:00
Brian Grinstead
0dde65a2b9 Bug 1243962 - e10s fixes for browser_console_variables_view_while_debugging_and_inspecting.js;r=linclark
MozReview-Commit-ID: JZfJMB9b4r9
2016-02-15 13:51:51 -08:00
Brian Grinstead
b34f8f604d Bug 1243968 - e10s fixes for browser_console_variables_view_while_debugging.js;r=linclark
MozReview-Commit-ID: B2a0GUCdfIl
2016-02-15 13:51:51 -08:00
Brian Grinstead
f7bae9e646 Bug 1243977 - e10s fixes for browser_console_variables_view.js;r=linclark
MozReview-Commit-ID: IMkxPREPieV
2016-02-15 13:51:51 -08:00
Brian Grinstead
9f39e60ec0 Bug 1243995 - e10s fixes for browser_console_optimized_out_vars.js;r=linclark
MozReview-Commit-ID: BXUmWs9q4qV
2016-02-15 13:51:51 -08:00
Brian Grinstead
e70aa19feb Bug 1243983 - e10s fixes for browser_console_iframe_messages.js;r=linclark
MozReview-Commit-ID: 3kJzniv1hMl
2016-02-15 13:51:51 -08:00
Brian Grinstead
a41f034a12 Bug 1243963 - e10s fixes for browser_console_error_source_click.js;r=linclark
MozReview-Commit-ID: 5FUWZslktdc
2016-02-15 13:51:48 -08:00
Phil Ringnalda
b8c3290d04 Backed out 5 changesets (bug 1245916) for browser-chrome and devtools bustages
CLOSED TREE

Backed out changeset 70eca07367f4 (bug 1245916)
Backed out changeset 04c1740aa499 (bug 1245916)
Backed out changeset b554c7ce41c4 (bug 1245916)
Backed out changeset 01675e4828b5 (bug 1245916)
Backed out changeset 878db4caf845 (bug 1245916)
2016-02-15 13:58:27 -08:00
Landry Breuil
1c7366b8fb Bug 1243493 - Add BSDs to NSPR moz.build. r=ted 2016-01-29 21:06:03 +00:00
Jan Keromnes
87fb7c6aad Bug 1241841 - Remove the RootActor's service worker registration listener on disconnect. r=ejpbruel 2016-02-15 08:11:00 +01:00
Jamie Nicol
eba27ea1c0 Bug 1241078 - Only treat items as backface hidden if they are 3D-transformed. r=tlee
Add helper function nsIFrame::In3DContextAndBackfaceIsHidden() which
checks both if a frame is backface-hidden and whether it is within a
3D-transform context.

In FrameLayerBuilder, check this function rather than BackfaceIsHidden()
to determine whether a frame needs a backface-hidden layer. This will
avoid creating unnecessary extra layers for non-3d-transformed items
which for some reason have backface-hidden set.
2016-02-08 22:34:13 +00:00
David Anderson
1474d26667 Lazily initialize D3D11 mix-blend shaders. (bug 1246388, r=mattwoodrow) 2016-02-12 17:15:33 -08:00
Nick Alexander
c386e3e379 Bug 1248092 - Replace preprocessor -I with CONFIGURE_SUBST_FILES. r=glandium
MozReview-Commit-ID: IT4cHsAOMwd
2016-02-12 16:27:24 -08:00
Michal Novotny
f64306a359 Bug 1247806 - Fix HSTS redirect check in WebSocketChannel, r=mcmanus 2016-02-16 01:19:57 +01:00
Syd Polk
bd3b5ec59b Bug 1247758 - README needs to updated with information on running with ./mach - r=maja_zf,SingingTree
MozReview-Commit-ID: K30pgZQMQYo
2016-02-15 13:31:02 -06:00
David Rajchenbach-Teller
a4d88c56a6 Bug 1243706 - Release PerformanceStats/PerformanceWatcher;r=Felipe
MozReview-Commit-ID: 4XT21bfBSa9
2016-01-28 13:41:14 +01:00
Ben Kelly
93d9de0318 Bug 1246319 P2 Verify entries are deduped from the ServiceWorkerRegistrar. r=baku 2016-02-15 11:00:33 -08:00
Ben Kelly
c65d3e0f10 Bug 1246319 P1 Dedupe service worker registrar entries. r=baku 2016-02-15 11:00:33 -08:00
Sebastian Hengst
432e9c3925 Backed out 2 changesets (bug 1197461) for various test failures. r=backout on a CLOSED TREE
Backed out changeset d776c61906c1 (bug 1197461)
Backed out changeset c046a81ab5a3 (bug 1197461)
2016-02-15 19:38:11 +01:00
Andrea Marchesini
16fb06c3f2 Bug 1248302 - We should not show any decoration for tab with usercontextid=0, r=gijs 2016-02-15 18:12:53 +00:00
Marco Castelluccio
111bfef215 Bug 1197461 - Tests for Permissions.revoke. r=poiru,baku 2016-02-09 17:46:36 +00:00
Marco Castelluccio
b8044e2628 Bug 1197461 - Implement Permissions.revoke. r=poiru,baku 2016-02-09 17:46:23 +00:00