Kyle Huey
87891e190e
Bug 903772: Part 6 - Remove TextDecoderBase. r=emk
2013-08-22 22:17:09 -07:00
Kyle Huey
9feab0db14
Bug 903772: Part 5 - Remove the worker TextDecoder implementation. r=emk
2013-08-22 22:17:09 -07:00
Kyle Huey
fe9a03e77b
Bug 903772: Part 4 - Harmonize main thread and worker dictionary implementations. r=peterv
2013-08-22 22:17:09 -07:00
Kyle Huey
bf31d78a83
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
2013-08-22 22:17:08 -07:00
Kyle Huey
5359a7f649
Bug 903772: Part 2 - Fix codegen ctor return value handling. r=peterv
2013-08-22 22:17:07 -07:00
Kyle Huey
a54c089296
Bug 903772: Part 1 - Add an API for creating typed arrays that doesn't require the caller to be wrapper cached. r=peterv
2013-08-22 22:17:07 -07:00
Nicholas Cameron
6f7ec530a3
Bug 893330. Reftest for box shadow with border radius invalidation. r=mattwoodrow
2013-08-23 17:04:34 +12:00
Matt Woodrow
4239d87f2d
Bug 907011 - Enable Azure content for windows. r=Bas
2013-08-23 16:54:14 +12:00
Matt Woodrow
323cf741f0
Bug 907011 - Don't copy surface contents into the snapshot when destroying DrawTargetCairo. r=Bas
2013-08-23 16:54:03 +12:00
Matt Woodrow
cd8a7c72ac
Bug 907011 - Expose cairo objects from gfxContext when using Azure/cairo. r=Bas
2013-08-23 16:53:53 +12:00
Matt Woodrow
d9875997c1
Bug 907011 - Use the window device context for font metrics when using Azure. r=Bas
2013-08-23 16:53:30 +12:00
Bas Schouten
0d76cdc56d
Bug 907011 - Workaround precision bugs in pixman when doing PopGroupToSource by drawing in device-space. r=mattwoodrow
2013-08-23 16:53:12 +12:00
Matt Woodrow
65fcce9289
Bug 907011 - Add support for Azure in ThebesLayerD3D9. r=Bas
2013-08-23 16:51:27 +12:00
Benoit Girard
d6b9b9b872
Bug 907286 - Implement Frame Counter for non OMTC basic. r=jmuizel,tnikkel
...
--HG--
extra : rebase_source : a2cf8295ead1af3f0a66491fd9455d37e7b3985d
2013-08-22 12:54:05 -04:00
Brian Hackett
3a6f7d6be9
Bug 908294 - Additional fixes for ExclusiveContext zones with TI enabled, r=billm.
2013-08-22 21:42:20 -06:00
Luke Wagner
65cf903ba4
Bug 908255 - tidy up 'non-destructive' functions, give StringHashPolicy a scarier name (r=terrence)
...
--HG--
extra : rebase_source : 84bbc6c0416190a9dae8c758262def530a591219
2013-08-22 13:54:34 -05:00
Luke Wagner
9cd95a8bc4
Bug 907118 - Fix bug in JSRope::getCharsNonDestructiveInternal (r=bhackett)
...
--HG--
extra : rebase_source : 30a52611309ba474653bd547cde3eb4af77dd578
2013-08-22 11:47:55 -05:00
Nicholas Nethercote
601047fd0b
Bug 905017 (part 3, attempt 2) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
...
--HG--
extra : rebase_source : 8226a31c4f2a286ba843da616b1061ca034a5d41
2013-08-19 23:45:26 -07:00
Nicholas Nethercote
9ec228491f
Bug 905017 (part 2, attempt 2) - Move structured clone stuff from jsapi.{h,cpp} and jsclone.{h,cpp} to js/StructuredClone.{h,cpp}. r=billm.
...
--HG--
rename : js/src/jsclone.cpp => js/src/vm/StructuredClone.cpp
extra : rebase_source : 2699588c63ef58ab84bc8c63adc0487648af3834
2013-08-19 23:43:47 -07:00
Jim Mathies
78b96f65d5
Bug 904214 - Add missing assert per review comments. r=nrc
2013-08-22 20:54:49 -05:00
Nicholas Cameron
ec36fa0912
Bug 893330. Invalidate the frame area for box shadow display list items with border radius. r=mattwoodrow
2013-08-23 13:47:54 +12:00
Nathan Froyd
abc4ef91df
Bug 908208 followup - touch CLOBBER because ipdl dependencies are incomplete; r=bustage-dodging
2013-08-22 21:41:24 -04:00
Nathan Froyd
b2bbf2c192
Bug 908208 - part 3 - move guts of FatalError out-of-line to ProtocolUtils.cpp; r=bent
2013-08-22 10:39:32 -04:00
Nathan Froyd
c20b3ef050
Bug 908208 - part 2 - declare FatalError as MOZ_NEVER_INLINE rather than virtual; r=bent
2013-08-22 10:06:50 -04:00
Nathan Froyd
6f0d0a5670
Bug 908208 - part 1 - add support for MOZ_NEVER_INLINE to MethodDecl; r=bent
2013-08-22 10:06:21 -04:00
Nathan Froyd
dccf049cdc
Bug 884281 - use mozilla::Atomic in xpcom/; r=bsmedberg,jlebar
2013-08-22 11:14:42 -04:00
Jim Mathies
a81fcc97ef
Bug 904214 - Don't initialize component alpha blend state if its not in use. r=nrc
2013-08-22 19:28:03 -05:00
Jim Mathies
e6ba4d9285
Bug 907243 - Move SetDPI to APZCTreeManager. r=kats
2013-08-22 19:28:02 -05:00
Guillaume Abadie
fcd4bed6e9
bug 907946 - re-enable EXT_packed_depth_stencil on OS X 10.9 - r=bjacob,jgilbert
2013-08-22 20:13:59 -04:00
Guillaume Abadie
e9d0da63f5
bug 908232 - step 2 - [WebGL 2.0] Add RASTERIZER_DISCARD tracking - r=jgilbert
2013-08-22 20:11:40 -04:00
Guillaume Abadie
bfb0051bf5
bug 908232 - step 1 - Refactor the WebGL state tracking - r=jgilbert
2013-08-22 20:11:27 -04:00
Brian Hackett
ccdeab3e66
Bug 905544 - Fix assertion failure in threadsafe builds with --disable-ion, r=billm.
2013-08-22 18:02:28 -06:00
Gregory Szorc
7e2f5ae088
Bug 896797 - Part 1: Ensure js/src moz.build is up to date before building; r=glandium
2013-08-22 16:30:11 -07:00
Terrence Cole
a533674684
Bug 907973 - Suppress an exact rooting non-hazard in ShellObjectMetadataCallback; r=bhackett
...
--HG--
extra : rebase_source : 3c2911f67d14375bc98580fc483cf61498ed8be3
2013-08-21 12:44:00 -07:00
Terrence Cole
e2d2f64e41
Bug 907791 - Suppress some AsmJS rooting non-hazards in the static analysis; r=bhackett,luke
...
--HG--
extra : rebase_source : 9acbb597415c4bf08c978c480262ce5e5dd9c452
2013-08-21 12:43:22 -07:00
Mike Hommey
069b5d8848
Bug 904743 - Use makefile creation helper in BindingGen.py, cl.py and xpidl-process.py. r=gps
...
While at it, fix dependencies generated by BindingGen.py
2013-08-23 08:09:17 +09:00
Mike Hommey
562cc4815f
Bug 904743 - Add helpers to create simple makefiles and iterate loaded python modules. r=gps
2013-08-23 08:08:19 +09:00
Mike Hommey
7ebfe66204
Bug 904743 - Allow multiple targets on the same rule with includedeps in pymake. r=gps
2013-08-23 08:08:11 +09:00
Mike Hommey
d03ccdcd8d
Bug 908052 - Use GetShortPathName/GetLongPathName to canonicalize paths for dependency files generated by cl.py. r=gps
2013-08-23 08:08:05 +09:00
Benjamin Bouvier
6886250330
Bug 906860: Ignore segfaults handled by AsmJSFaultHandler in gdb; r=jimb,gps
2013-08-22 15:54:12 -07:00
Bobby Holley
20ff2c5f9f
Bug 903891 - Default the iid to nsISupports in NativeInterface2JSObject, and assert |Interface| when getting an XPCWrappedNative. r=mrbkap
2013-08-22 15:51:35 -07:00
Bobby Holley
18ba09178b
Bug 903891 - Push a null principal before opening XUL dialogs in ye olde crytoe APIe. r=jst
...
This fixes the generateCRMFRequest failures. The callsites here are easily
greppable (grep for nsNSSDialogHelper::openDialog), and they're all chrome://
XUL documents.
2013-08-22 15:51:34 -07:00
Bobby Holley
9f7dbbc925
Bug 903891 - Fix category manager tests to use a contract-id that we can create in content. r=emk
2013-08-22 15:51:34 -07:00
Chris Manchester
a097c1cfe1
Bug 896087 - Output structured messages in head.js, interpret them in runxpcshelltests.py; r=ted
2013-07-22 19:44:25 -07:00
Chris Manchester
371d1dd8b6
Bug 896087 - self tests exercising behavior of current log parsing; r=ted
2013-07-19 16:20:07 -07:00
Ehsan Akhgari
6e4a81c9cd
Bug 906979 - Make it possible again to force spell checking on text controls with spellcheck=false; r=roc
2013-08-22 17:49:11 -04:00
Justin Lebar
7c8f8f47d4
No bug: Fix whitespace in mozilla/LinkedList.h. DONTBUILD
2013-08-22 14:39:34 -07:00
Jonathan Griffin
cd427c7527
Bug 907895 - Add moztest to tests.zip, r=ahal
2013-08-22 13:50:57 -07:00
Bobby Holley
3a3bf5e2a0
Bug 907937 - Followup comment fixes. r=billm DONTBUILD
2013-08-22 13:39:20 -07:00
Tom Schuster
23e2f02c19
Bug 658087 - Remove printfs in TabChild. r=smaug
2013-08-22 15:52:07 -04:00