Nathan Froyd
ddb736dd1b
Bug 914826 - part 6 - don't include basictypes.h or nscore.h in ipdl headers; r=ehsan
2013-09-10 15:55:39 -04:00
Nathan Froyd
1d1dd733fb
Bug 914826 - part 5 - provide for cpp-only include files, starting with nsIFile.h and GeckoProfiler.h; r=ehsan
2013-09-10 15:45:16 -04:00
Nathan Froyd
98723f4c48
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
2013-09-10 16:56:05 -04:00
Nathan Froyd
6bdac65643
Bug 914826 - part 3 - forward-declare nsIFile for GetMinidump() declaration; r=ehsan
2013-09-10 15:35:51 -04:00
Nathan Froyd
821302bd95
Bug 914826 - part 2 - rename builtinIncludes to builtinHeaderIncludes; r=ehsan
2013-09-10 15:34:44 -04:00
Nathan Froyd
4ff7ade093
Bug 914826 - part 1 - use static_assert instead of COMPILE_ASSERT in IPCMessageStart.h; r=ehsan
2013-09-10 15:07:10 -04:00
Eitan Isaacson
b095574486
Bug 918388 - Enable Synth Web Speech API pref in b2g. r=fabrice r=smaug
2013-09-27 10:03:05 -07:00
Eitan Isaacson
eeefa7f7af
Bug 921123 - Fix case where utterance is cancelled before it is started. r=smaug
2013-09-27 10:03:05 -07:00
Brian Hackett
142c4ae19a
Bug 920782 - Don't trigger GCs from threads with an exclusive context, r=billm.
2013-09-27 10:44:25 -06:00
Benjamin Peterson
e830958e9a
Bug 919830 - Mark a variable only used in an assertion DebugOnly. r=mak
...
--HG--
extra : rebase_source : d0203b051e011bf9a2d46216f798904db879c49d
2013-09-27 12:14:28 -04:00
Bobby Holley
9b45a35973
Bug 920553 - Introduce Cu.importGlobalProperties API. r=gabor
2013-09-27 18:34:25 +02:00
Bobby Holley
3dbfa793ab
Bug 920553 - Make GlobalProperties::Parse follow JSAPI exception convention. r=gabor
...
Anything that returns false should set an exception unless either (a) the
failure resulted from another JSAPI call that would have set an exception or
(b) the failure indicates OOM.
2013-09-27 18:34:25 +02:00
Bobby Holley
f51d8eec28
Bug 920553 - Hoist GlobalProperties out of SandboxOptions. r=gabor
2013-09-27 18:34:25 +02:00
Bobby Holley
65af77b3c0
Bug 921399 - Fix memory leak. r=gabor
2013-09-27 18:34:24 +02:00
Bobby Holley
51532e72a4
Bug 917593 - Don't assert for zero-length strings. r=Waldo
2013-09-27 18:34:24 +02:00
Malini Das
bef2a582e7
Bug 909129 - fix Marionette imported scripts leak, add clearImportedScripts call, r=dburns
2013-09-27 11:27:28 -04:00
Markus Stange
018eb43241
Bug 532828 - Don't invalidate the whole window on window activation/deactivation. r=roc
2013-09-27 17:24:32 +02:00
Markus Stange
77ee6d0e97
Bug 921132 - Make CopyDataToCairoSurface respect stride. r=ncameron
2013-09-27 17:21:09 +02:00
Markus Stange
c9a470f6fb
Bug 912945 - Use aligned data storage for DrawTargetCG. r=jrmuizel
2013-09-27 17:20:28 +02:00
Markus Stange
737fc61f80
Bug 912944 - Handle different surface formats in Azure CG source surfaces. r=jrmuizel
2013-09-27 17:19:33 +02:00
Markus Stange
6a76d73090
Bug 921501 - Call CGBitmapContextGetHeight when getting the height for Cairo Quartz surfaces. r=Bas
2013-09-27 17:18:05 +02:00
Chris Kitching
9833d79df2
Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats; DONTBUILD
2013-09-27 10:10:47 -04:00
Chris Kitching
9eed6c7f16
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
2013-09-27 10:10:37 -04:00
Chris Kitching
a6d6b74256
Bug 913985: Part 4 - Add new generated code to version control. r=kats
2013-09-27 10:10:09 -04:00
Chris Kitching
0ab8cffc75
Bug 913985: Part 3 - Update the annotation processor to generate wrapper classes. r=kats
...
--HG--
rename : build/annotationProcessors/MethodWithAnnotationInfo.java => build/annotationProcessors/AnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticMethodComparator.java => build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java
rename : build/annotationProcessors/utils/GeneratableEntryPointIterator.java => build/annotationProcessors/utils/GeneratableElementIterator.java
2013-09-27 10:09:39 -04:00
Chris Kitching
a5cd90a3dc
Bug 913985: Part 2 - Add annotations to all remaining JNI entry points, marking them for generations. r=kats
2013-09-27 10:09:09 -04:00
Chris Kitching
441776404e
Bug 913985: Part 1 - Introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
...
--HG--
rename : mobile/android/base/mozglue/OptionalGeneratedParameter.java => mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java
rename : mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java => mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java
2013-09-27 10:08:43 -04:00
Kartikaya Gupta
9a58f0b9f9
Back out d9bdfdfda06e to dd17e0758a00 (bug 913985) due to incorrect author on some of the patches. r=backout
...
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-09-27 10:25:23 -04:00
Alexander Surkov
a1e21ec62a
Bug 466481 - Arabic and Hebrew characters bounds are incorrect in a11y APIs, r=tbsaunde
2013-09-27 10:15:19 -04:00
Chris Kitching
625a9ad2fa
Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats
2013-09-27 10:10:47 -04:00
Chris Kitching
0d37cfdd60
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
2013-09-27 10:10:37 -04:00
Chris Kitching
65a0db217c
Bug 913985: Part 4 - Add new generated code to version control. r=kats
2013-09-27 10:10:09 -04:00
Kartikaya Gupta
e0347989cb
Bug 913985: Part 3 - Update the annotation processor to generate wrapper classes. r=kats
...
--HG--
rename : build/annotationProcessors/MethodWithAnnotationInfo.java => build/annotationProcessors/AnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticMethodComparator.java => build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java
rename : build/annotationProcessors/utils/GeneratableEntryPointIterator.java => build/annotationProcessors/utils/GeneratableElementIterator.java
2013-09-27 10:09:39 -04:00
Kartikaya Gupta
44c05ee205
Bug 913985: Part 2 - Add annotations to all remaining JNI entry points, marking them for generations. r=kats
2013-09-27 10:09:09 -04:00
Kartikaya Gupta
4b0d5ef228
Bug 913985: Part 1 - Introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
...
--HG--
rename : mobile/android/base/mozglue/OptionalGeneratedParameter.java => mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java
rename : mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java => mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java
2013-09-27 10:08:43 -04:00
Jonathan Kew
c20f85e773
backout changesets 9a9382595fce and ff34f480df07 (bug 910506) on a CLOSED TREE for failure in reftest variation-selector-unsupported-1.html
2013-09-27 14:58:28 +01:00
Cameron McCormack
729936dbaa
Bug 921456 - Remove unused nsSVGElement::GetPresentationAttribute prototype. r=longsonr
2013-09-27 23:53:04 +10:00
Carsten "Tomcat" Book
42f558590d
Backed out changeset 0cc959e28407 (bug 897516) failed XPC Shell tests CLOSED TREE
2013-09-27 15:45:31 +02:00
Carsten "Tomcat" Book
1c19c5f679
Backed out changeset d768ef5946b9 (bug 897516) failed XPC Shell tests
2013-09-27 15:45:18 +02:00
Carsten "Tomcat" Book
c6fd0a2d3a
Backed out changeset b4f4c2e6a7d6 (bug 897516) failed XPC Shell tests
2013-09-27 15:45:07 +02:00
Dan Minor
92b06d6b15
Bug 920602 - Only package Android cppunittest manifest on Android; r=ted
2013-09-27 08:26:05 -04:00
Jonathan Kew
aac8635e97
bug 910506 - fix up gfxHarfBuzzShaper::GetGlyph for changed semantics of the hb_font_get_glyph callback. r=jdaggett
2013-09-27 13:22:26 +01:00
Jonathan Kew
c2d66db374
bug 910506 - update harfbuzz to upstream version 0.9.21 + latest fixes (078de49ca10285f6cd1452abd40f831a17af5d1a). r=jdaggett
2013-09-27 13:22:26 +01:00
Martijn Wargers
2e1fc68393
Bug 918604 - Remove more enablePrivilege calls. r=jmaher
2013-09-25 19:32:20 +02:00
Garrett Robinson
5581917788
Bug 918050 - mach bootstrap should do the same thing for Linux Mint that it does for Ubuntu. r=gps
2013-09-20 13:05:30 -07:00
Christoph Kerschbaumer
89d267b4d5
Bug 897516 - Implement a separate cookie jar for safebrowsing - tests. r=mmc
2013-08-19 12:25:31 -07:00
Christoph Kerschbaumer
7f1b81c8ab
Bug 897516 - Implement a separate cookie jar for safebrowsing - rekey part. r=mmc
2013-08-19 12:05:40 -07:00
Christoph Kerschbaumer
b128ab6a98
Bug 897516 - Implement a separate cookie jar for safebrowsing - cookie separation part. r=mmc
2013-08-19 12:31:24 -07:00
Olli Pettay
9d135501bf
Bug 921033 - Make InterAppMessageEvent to use webidl event codegen, r=gene.lian
...
--HG--
rename : dom/webidl/InterAppMessageEvent.webidl => dom/webidl/MozInterAppMessageEvent.webidl
2013-09-27 13:50:05 +03:00
Ed Morley
88c9067e2b
Backed out changeset 045d5fadd2fa (bug 907463) for compilation failures
2013-09-27 11:37:18 +01:00