Commit Graph

156231 Commits

Author SHA1 Message Date
Brian Hackett
30e9fc8b3f Bug 938950 - Don't provide full access to compartment/zone/runtime during Ion compilation, r=jandem. 2013-11-18 13:05:31 -07:00
Ehsan Akhgari
f59a09f88a Add a comment for bug 939880, DONTBUILD 2013-11-18 14:52:47 -05:00
David Caabeiro
ed8c3fe690 Bug 897027 - Handle one argument cases for both Math.atan2() and Math.pow(). r=till 2013-11-18 20:15:37 +01:00
huxuan
dfa6c41b87 Bug 685628 - Make mpadded apply height/depth to logical metrics. r=fredw, r=karlt 2013-11-19 09:08:30 -05:00
Ehsan Akhgari
352ee59daf Backed out changeset 962d9383207f (bug 940153) because of build bustage
Landed on a CLOSED TREE
2013-11-19 08:44:56 -05:00
Chris Lord
c97c1763cd Bug 869696 - Enable Gralloc on the Geeksphone Peak again. r=bjacob
The issues that caused it to be disabled initially have now been resolved.
2013-11-19 13:29:29 +00:00
Michael Shuen
c0547bc200 Bug 939795 - Build image/decoder in unified mode; r=ehsan 2013-11-19 08:19:16 -05:00
Michael Shuen
000752c54a Bug 940117 - Build startupcache in unified mode; r=ehsan 2013-11-19 08:17:35 -05:00
Michael Shuen
3ae8561b89 Bug 940153 - Build dom/encoding in unified mode; r=bzbarsky
--HG--
extra : rebase_source : ee7223645f90a009eafbced43b8cfc2b93aeb47c
2013-11-19 08:13:29 -05:00
Carsten "Tomcat" Book
7210c41583 Backed out changeset 161bfee3f57a (bug 939608) PGO build issue 2013-11-19 14:13:15 +01:00
Carsten "Tomcat" Book
cfe659ca29 Backed out changeset 21df28ade757 (bug 939608) PGO build issue 2013-11-19 14:12:53 +01:00
Ehsan Akhgari
725e83337d Bug 939596 - Build content/event in unified mode; r=glandium 2013-11-19 07:42:45 -05:00
Ehsan Akhgari
d9919bd0a2 Bug 939538 - Build parts of the ipc code in unified mode; r=glandium 2013-11-19 07:38:59 -05:00
Ehsan Akhgari
fbd7944f83 Bug 936912 - Build xpcom in unified mode; r=froydnj 2013-11-18 21:34:00 -05:00
Ehsan Akhgari
52ff9407e5 Bug 939659 - Build parts of the spellchecker in unified mode; r=roc
--HG--
extra : rebase_source : a3468510cc0e3b0f0cf95a1b851662296fef5a27
2013-11-18 08:32:32 -05:00
Nathan Froyd
3a2dd257a3 Bug 940170 - part 4 - constify PLDHashTableOps in miscellaneous other places; r=bz 2013-11-18 21:58:27 -05:00
Nathan Froyd
745a1e12ba Bug 940170 - part 3 - constify PLDHashTableOps in dom/; r=bz 2013-11-18 21:53:12 -05:00
Nathan Froyd
33e3e389eb Bug 940170 - part 2 - constify PLDHashTableOps in content/; r=bz 2013-11-18 21:52:15 -05:00
Nathan Froyd
8b82865186 Bug 940170 - part 1 - constify PLDHashTableOps in layout/; r=bz 2013-11-18 21:51:48 -05:00
Jim Mathies
4c569f00c4 Bug 939557 - Build bustage fix in vs11 and up in browsercomps - don't link to unicharutil and replace glue string compare calls with suitable crt replacements. r=rstrong 2013-11-19 06:24:07 -06:00
David Flanagan
6d8a993acb Bug 939671 - Correctly implement setters for onselectionchange and onsurroundingtextchange. r=yxl 2013-11-17 22:56:56 -08:00
Kevin Grandon
10f6cafc26 Bug 938960 - Add missing XPT files to packaging manifest. r=sicking 2013-11-18 14:38:08 -05:00
Gijs Kruitbosch
c40da55bf2 Bug 934443 - [Australis] provide global notifications of customization start/stop, r=mconley 2013-11-15 13:19:07 +01:00
Tim Abraldes
dd01de5e1f bug 932520. Give MetroWidget an nsNativeDragTarget to maintain, and implement IWidget::EnableDragDrop through the use of that member. r=jimm 2013-11-18 22:43:13 -08:00
Mark Capella
9db35b7acf Bug 934470 - Cursor pin disappears on drag in textarea input, r=margaret 2013-11-18 23:48:49 -05:00
Sriram Ramasubramanian
c35ec3afcb Bug 928800: Doorhanger, while showing, should respect dynamic toolbar's dynamicness. [r=mfinkle]
--HG--
extra : rebase_source : dfb816f01fb26b032b8402b80371d6e70889a3f3
2013-11-14 16:06:01 -08:00
Brandon Benvie
805a49ee0c Bug 936101 - Make ObjectActor.onDisplayString not call debuggee code. r=fitzgen 2013-11-18 13:24:54 -08:00
Richard Newman
4593a59c2b Bug 933272 - Click to play "Tap here to activate plugin." is not localized on multi-locale build. r=mfinkle 2013-11-18 13:25:34 -08:00
William Chen
962d4f876b Bug 705046 - Enable all html5lib tests on Mac OS X 10.7 and 10.8. r=hsivonen 2013-11-13 00:13:45 -08:00
Chris Kitching
5d45fe16d7 Bug 913985 - Part 6: remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
fc69db0ffb Bug 913985 - Part 5: refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
93f0bd09be Bug 913985 - Part 4: add new generated code to version control. r=kats 2013-11-12 10:41:00 -08:00
Chris Kitching
0a70086db6 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-11-18 20:31:35 -08:00
Chris Kitching
5734802900 Bug 913985 - Part 2: add annotations to all remaining JNI entry points, marking them for generations. r=kats 2013-11-12 10:41:00 -08:00
Chris Kitching
9f05737a52 Bug 913985 - Part 1.5: update the annotation processor to handle the renamed annotations. r=kats 2013-11-12 10:41:00 -08:00
Chris Kitching
7ae9637d82 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-11-12 10:40:59 -08:00
Brian Grinstead
f8fff49d37 Bug 862558 - Web Console should always be available / visible;r=msucan 2013-11-11 15:13:28 -06:00
Brian Grinstead
89f85cb9d5 Bug 938172 - Do not allow disabling of "core" developer tools from options panel;r=dcamp 2013-11-18 14:12:02 -06:00
Michael Comella
56ed9dbcd8 Bug 916507 - Part 4: Remove reflection from tests. r=nalexander 2013-11-18 11:50:12 -08:00
Michael Comella
90d609dc33 Bug 916507 - Part 3: Remove reflection from DatabaseHelper. r=nalexander 2013-11-18 11:50:11 -08:00
Michael Comella
bf32daed0c Bug 916507 - Part 2: Remove reflection from BaseTest. r=nalexander 2013-11-13 14:53:21 -08:00
Michael Comella
5fa904e425 Bug 916507 - Part 1: Adjust robocop Makefile to allow importing of org.mozilla.gecko classes. r=nalexander 2013-11-18 11:48:19 -08:00
Sriram Ramasubramanian
f16bb809d0 Bug 937829: Make QuickShare aware of the history to choose the icons. [r=mfinkle]
--HG--
extra : rebase_source : 9a6d15dc3e4355c9063a4d49cae02259cf3d4cb3
2013-11-13 09:34:09 -08:00
Sriram Ramasubramanian
e94df8f0fe Bug 937829: Cleanup the layout glitch when only one share icon is shown. [r=mfinkle]
--HG--
extra : rebase_source : c9432f960f8295d27d2756406dd0067d7427d83e
2013-11-13 09:34:05 -08:00
Sriram Ramasubramanian
1fb59d1da5 Bug 937829: QuickShare with more icons. [r=mfinkle]
--HG--
rename : browser/themes/linux/Toolbar-inverted.png => browser/themes/windows/Toolbar-inverted.png
extra : rebase_source : b3bea92b63ce42d7bec2a2da55075e42453b3e56
2013-11-13 09:34:00 -08:00
Chenxia Liu
6ab2e3f60c Bug 937769 - JS Error: Error in invoking addEngine, no onError. r=lucasr 2013-11-18 10:17:46 -08:00
Peiyong Lin
a8bef97fb1 Bug 936297 - Expose posix_spawn_file_actions_t via Constants.libc. r=Yoric 2013-11-18 13:04:33 -05:00
Raymond Lee
f826e7bceb Bug 887043 - Use an async SQL query instead of a result to collect backups data. r=mak 2013-11-18 14:36:40 +08:00
Michael Comella
1a3ce8a5d3 Bug 935604 - Part 2: Typing about:home directly does not break tab. r=sriram 2013-11-14 14:13:54 -08:00
Michael Comella
6f33dd39fb Bug 935604 - Part 1: Fix graphical corruption on page load. r=lucasr 2013-11-15 09:42:58 -08:00