Steve Fink
98e8cfcf46
Bug 769192 - Typed array accessors should not use JSPROP_READONLY. r=Waldo
2012-07-16 11:11:06 -07:00
Eddy Bruel
8dad401f87
Bug 767059 - Commenting the parser; r=jorendorff
2012-07-17 20:16:28 +02:00
Jared Wein
43b1d59264
Bug 773743 - Add the portrait and user display name to the share button popup. r=gavin
2012-07-17 13:47:04 -04:00
Gregory Szorc
7bc575b423
Bug 774736 - Move Sync's version to Makefile.in; general cleanup; r=glandium
2012-07-17 10:45:13 -07:00
Jonathan Griffin
d6aab4f748
Bug 774553 - Wrap getBoolPref with try/catch, r=mdas
2012-07-17 10:38:52 -07:00
Mihnea Balaur
2aa3cb4849
Bug 773826 - Move mkDirs implementation into base class, r=wlach
2012-07-17 10:35:41 -07:00
Boris Zbarsky
acc628da33
Bug 773519 followup to make this code deal with silly string consumers too. No review.
2012-07-17 13:20:40 -04:00
Boris Zbarsky
43ec97d865
Bug 773519. Speed up string argument conversion in DOM bindings by faking an XPCOM string. r=peterv
2012-07-17 12:18:53 -04:00
Boris Zbarsky
bd44efd679
Bug 768537 part 2. Allow dictionaries to be initialized with null or undefined, and treat them as dictionaries in which everything has its default value. r=peterv
2012-07-17 12:18:53 -04:00
Boris Zbarsky
0a1d212672
Bug 768537 part 1. Update parser support for dictionaries to spec changes. r=jlebar
...
There are several parts here:
1) Enforce the requirement that dictionary arguments not followed by a required argument are optional.
2) Make dictionaries no longer be distinguishable from nullable types.
3) Disallow dictionaries or unions containing dictionaries inside a nullable type.
4) Force optional dictionaries to have a default value of null so that codegen doesn't have to worry about dealing with
optional arguments that have no default value in the IDL but need to be treated as if they were null.
2012-07-17 12:18:53 -04:00
Matt Woodrow
a12f572f37
Bug 539356 - Part 7 - Store FrameLayerBuilder objects on the LayerManager instead of nsDisplayListBuilder. r=roc
2012-07-17 13:03:51 -04:00
Matt Woodrow
43a5da16fc
Bug 539356 - Part 6 - Add compositing paint flashing to BasicLayers. r=roc
2012-07-17 13:03:51 -04:00
Matt Woodrow
0794dcd107
Bug 539356 - Part 5 - Change SVG effects painting to use a LayerManager transaction. r=roc
2012-07-17 13:03:51 -04:00
Jonathan Watt
66f1cdb4bc
Bug 539356 - Part 4 - Reinstate the foreignObject registering code so that bug 605265 doesn't slow down SVG in general. r=mattwoodrow
2012-07-17 13:03:51 -04:00
Matt Woodrow
4b1cfba70d
Bug 539356 - Part 3 - Make GetParentPresContext() succeed when the current PresContext has no frames. r=bz
2012-07-17 13:03:51 -04:00
Matt Woodrow
3a5b6d4af4
Bug 539356 - Part 2 - Add new API to BasicLayers. r=roc
2012-07-17 13:03:51 -04:00
Matt Woodrow
4047b6bdf3
Bug 539356 - Part 1 - Allow LayerManagers to have multiple user data objects. r=roc
2012-07-17 13:03:50 -04:00
Mihnea Balaur
0f71c64270
Bug 773031 - Get xpcshell tests working on B2G emulators, r=jmaher
2012-07-17 09:56:26 -07:00
Dale Harvey
a3094a212e
Bug 741717 - Add a reload method to browser elements. r=jlebar
2012-07-17 12:55:46 -04:00
Rafael Ávila de Espíndola
ef725ee50d
Bug 774671 - Fix mismatched declarations. r=luke.
2012-07-17 12:54:41 -04:00
Paolo Amadini
d22b004ac8
Bug 759397 - The width of the Downloads Panel should be larger and locale-dependent. r=gavin
...
--HG--
extra : rebase_source : 34b94665970774b2dd245bb6ebe15908e7e3dfaf
2012-07-17 18:48:06 +02:00
Ed Morley
57e533a7ae
Backout 9deb8edb5070 (bug 773519), ea5a243a60f1 & 0cad1e553bea (bug 768537) for compilation failures
2012-07-17 17:48:11 +01:00
Marshall Culpepper
b9d7c4b96d
Bug 774708: Ensure sBluetoothEventObserverTable is valid before attempting to query observers, fixing a Bluetooth crash in emulator. r=qDot
2012-07-17 09:44:20 -07:00
Margaret Leibovic
82d9434006
Bug 774491 - Use cached x/y values and some arithmetic instead of also caching left/top values. r=mfinkle
2012-07-16 15:31:00 -07:00
Boris Zbarsky
0d00149778
Bug 773519. Speed up string argument conversion in DOM bindings by faking an XPCOM string. r=peterv
2012-07-17 12:18:53 -04:00
Boris Zbarsky
b6c4ae2de8
Bug 768537 part 2. Allow dictionaries to be initialized with null or undefined, and treat them as dictionaries in which everything has its default value. r=peterv
2012-07-17 12:18:53 -04:00
Boris Zbarsky
a550b8943d
Bug 768537 part 1. Update parser support for dictionaries to spec changes. r=jlebar
...
There are several parts here:
1) Enforce the requirement that dictionary arguments not followed by a required argument are optional.
2) Make dictionaries no longer be distinguishable from nullable types.
3) Disallow dictionaries or unions containing dictionaries inside a nullable type.
4) Force optional dictionaries to have a default value of null so that codegen doesn't have to worry about dealing with
optional arguments that have no default value in the IDL but need to be treated as if they were null.
2012-07-17 12:18:53 -04:00
Boris Zbarsky
d713671ad0
Bug 607267. Don't style imagemaps as block. r=dbaron,tbsaunde
2012-07-17 12:18:53 -04:00
Nicolas Pierron
31732ff632
Bug 772509 - Freeze a compilation output instead of a script. r=bhackett
2012-07-17 18:17:24 +02:00
Joel Maher
4cb9c95fea
Bug 772531 - detect when a tegra reboots via log file parsing, mark test as red and allow tbpl to get accurate information. r=wlach
2012-07-17 12:00:11 -04:00
Gabor Krizsanits
0b4bc96f9f
Bug 769273 - part4: avoiding innerization in NukeCrossCompartmentWrappers. r=bholley
2012-07-17 17:51:21 +02:00
Thinker K.F. Li
092e6569c2
Bug 767025 - Part 2: Track active entries in memory and refuse to delete by ignore. r=honzab,gal
...
The original patch is from Andreas Gal. Thinker did some bug fixing.
2012-06-29 06:27:03 +08:00
Thinker K.F. Li
b1e99ff6c5
Bug 767025 - Part 1: Remove flags. r=honzab
...
The original patch is from Andreas Gal. Thinker did some bug fixing.
2012-06-29 06:26:55 +08:00
Max Stepin
87282e5332
Bug 759067 - Add an "APNG-aware app" flag. r=joe
2012-07-16 20:38:46 -04:00
Kan-Ru Chen
acd7e3ab27
Bug 715788 - Add A-GPS support for gonk. r=dougt
2012-07-16 20:38:46 -04:00
Kan-Ru Chen
24d054b9ba
Bug 715788 - Refactor static functions to static member functions. r=dougt
2012-07-16 20:38:46 -04:00
Ryan VanderMeulen
82df8fd4e8
Merge m-c to inbound.
2012-07-16 20:38:39 -04:00
Luke Wagner
7e20744b28
Bug 773927 - Propagate closed-ness in CompExprTransplanter (r=dvander)
...
--HG--
extra : rebase_source : 85f484b705372b380832d94172024b0da20f19cf
2012-07-16 15:10:38 -07:00
Luke Wagner
a61042ee80
Bug 773929 - Restore pre-bug 765956 behavior in CheckNewScriptProperties (r=bhackett)
...
--HG--
extra : rebase_source : ffa490e628a71102886f56207a994e0c7fbdd4ab
2012-07-16 15:08:49 -07:00
Wes Johnston
1c9f6bbbab
Bug 774426 - Get correct origin for app shortcuts. r=mfinkle
2012-07-16 17:08:47 -07:00
Wes Johnston
bd42d1e4fc
Bug 774426 - Set allAppsLaunchable to true since it has no Android implementation. r=mfinkle
2012-07-16 17:07:35 -07:00
Wes Johnston
f6933d8f72
Bug 774422 - Send messages to notification handlers after we resume the app. r=mfinkle
2012-07-16 17:06:30 -07:00
Etienne Segonzac
2e0ea1950d
Bug 774216. Can't launch apps on B2G since it's seen as XP_UNIX by WebappOSUtils. r=felipe
2012-07-16 11:22:16 -07:00
Lukas Blakk
5afd78242d
Added tag FIREFOX_AURORA_16_BASE for changeset 6fdf9985acfe
2012-07-16 10:17:04 -07:00
Lukas Blakk
4e611429b0
Added tag FIREFOX_AURORA_16_BASE for changeset 9697eadafa13
2012-07-16 10:09:16 -07:00
Lukas Blakk
1d83c46b16
Merging in version bump NO BUG
2012-07-16 10:08:20 -07:00
Gavin Sharp
784cbd1834
Bug 773845: lazy-load some social modules to see what effect that has on maxheap/allocs tests
2012-07-16 08:43:50 -07:00
Nicholas Nethercote
54e1cc8b68
Bug 772615 (part 2) - Enter compartments before calling GetNativeOfWrapper() in the JS memory reporter. r=bholley.
2012-07-15 19:59:47 -07:00
Nicholas Nethercote
1603d4d6fc
Bug 772615 (part 1) - Use the safe JSContext in the JS memory reporter. r=bholley.
2012-07-15 21:03:27 -07:00
Shane Caraveo
ea8c7a94ec
Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
...
--HG--
extra : rebase_source : 62924e7f08b182d4ac9bd19521794d0e8eb5ebd9
2012-07-15 16:12:13 -07:00