Daniel Holbert
|
e3dbe8e8d3
|
Bug 784828 patch 2: Make nsSVGAttrTearoffTable lookups use nsRefPtr instead of manual NS_ADDREF refcounting, in nsSVGLength2.cpp. r=longsonr
|
2012-08-22 23:24:43 -07:00 |
|
Daniel Holbert
|
8e5b38878d
|
Bug 784828 patch 1: Make nsSVGAttrTearoffTable lookups use nsRefPtr instead of manual NS_ADDREF refcounting, in DOMSVG*List.cpp. r=longsonr
|
2012-08-22 23:24:41 -07:00 |
|
Gina Yeh
|
db0d9763f3
|
Bug 783934 - Final Version: Add events onconnected and ondisconnected in BluetoothDevice, r=qdot, sr=mrbkap
|
2012-08-23 14:14:20 +08:00 |
|
David Zbarsky
|
b099208605
|
Bug 784846 - The ShouldPrerender check for async animations is wrong r=mattwoodrow
|
2012-08-23 02:05:27 -04:00 |
|
Chris Jones
|
5371efd533
|
No bug. Don't prelaunch app processes in debug builds, for easier debuggability. irc-r=bent
|
2012-08-22 22:59:32 -07:00 |
|
Peter Van der Beken
|
854457d901
|
Fix for bug 768692 (Move DOM list binding generation to the new DOM binding codegen). r=bzbarsky.
--HG--
extra : rebase_source : 651a0fac4c9a87ef1c0a9cd91588c6421fd050c4
|
2012-05-22 15:46:20 +02:00 |
|
Eric Faust
|
23b78d9867
|
Bug 781855 - Fix incorrectly shadowing 'own' properties in the case of prototypal setters. (r=bhackett)
|
2012-08-22 22:05:21 -07:00 |
|
Ben Turner
|
4a96b44593
|
Bug 782649 - 'Remove old IPC::InputStream'. r=cjones+khuey.
|
2012-08-22 19:13:54 -07:00 |
|
Nicolas B. Pierron
|
299459b7d4
|
Bug 783464 - Fix condition for removing the constrained output vector. r=bhackett
|
2012-08-22 20:51:01 -07:00 |
|
Alex Crichton
|
0a8d451707
|
Bug 433529: Part 7 - Name functions whose field in an object literal is a PNK_STRING node. r=jimb
|
2012-08-22 19:07:40 -07:00 |
|
Alex Crichton
|
72eed0ed94
|
Bug 433529: Part 6 - Add JS_GetFunctionDisplayId as a jsapi function for a JSFunction's displayAtom. r=jimb
|
2012-08-22 19:07:40 -07:00 |
|
Alex Crichton
|
ffc8f1a3d8
|
Bug 433529: Part 5 - Add jit-tests for the displayAtom() attribute of functions. r=jimb
|
2012-08-22 19:07:39 -07:00 |
|
Alex Crichton
|
4c4e0e6da1
|
Bug 433529: Part 4 - Add DebuggerObject_displayName for a function's displayAtom attribute. r=jimb
|
2012-08-22 19:07:39 -07:00 |
|
Alex Crichton
|
4041c2589e
|
Bug 433529: Part 3 - Change error stack traces to use displayAtom() instead of atom(). r=jimb
|
2012-08-22 19:07:39 -07:00 |
|
Alex Crichton
|
ad9fae9416
|
Bug 433529: Part 2 - Add a displayAtom to JSFunction to store resolved names. r=jimb
|
2012-08-22 19:07:38 -07:00 |
|
Alex Crichton
|
6af1c4a887
|
Bug 433529: Part 1 - Statically resolve names for anonymous functions. r=jimb
|
2012-08-22 19:07:38 -07:00 |
|
Matt Woodrow
|
89b1606202
|
Bug 780260 - Remove PRInt32 types added by the previous changeset. r=ehsan
|
2012-08-23 14:02:51 +12:00 |
|
Michael Wu
|
c8ef29aa56
|
Bug 784858: Pass LD_PRELOAD to child processes. r=cjones
|
2012-08-22 18:50:25 -07:00 |
|
Peter Van der Beken
|
ec7ce6d4f0
|
Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz.
--HG--
extra : rebase_source : 60ee731af1e77c21f466026a04c71eeb96b1ff7d
|
2012-08-22 18:16:14 -07:00 |
|
Jan Beich
|
b46c5a2b06
|
Bug 784741 - Unbreak --enable-debug --disable-methodjit on platforms without YarrJIT support. r=dmandelin
|
2012-08-22 21:28:47 -04:00 |
|
Jan Beich
|
c50f026bd7
|
Bug 784741 - Don't implicitly define ENABLE_YARR_JIT with MethodJIT. r=dmandelin
|
2012-08-22 21:28:47 -04:00 |
|
Chris Lee
|
277c09431b
|
Bug 771284 - Better fix for expander icon padding and unprefix -moz-linear-gradients. r=fryn
|
2012-08-22 17:14:04 -07:00 |
|
Justin Lebar
|
44c2b316f2
|
Bug 784436 - Part 2: Use new infallible nsIDocShell methods. r=bz
|
2012-08-22 18:27:04 -07:00 |
|
Justin Lebar
|
f991f73bb5
|
Bug 784436 - Part 1: Make some nsIDocShell attributes infallible. r=bz
|
2012-08-22 18:27:04 -07:00 |
|
Justin Lebar
|
8387ccd3cb
|
Bug 780970 - Add [infallible] attribute for XPIDL attributes. r=khuey
|
2012-08-22 18:27:04 -07:00 |
|
Cameron McCormack
|
09617bdd09
|
Bug 782610 - Fix format of @supports tests. r=dbaron
|
2012-08-23 11:25:05 +10:00 |
|
Cameron McCormack
|
e623346898
|
Bug 782591 - Ensure needPaddingProp is always initialized in nsHTMLReflowState::InitOffsets. r=roc
|
2012-08-23 11:24:19 +10:00 |
|
Cameron McCormack
|
96cc1a05d6
|
Bug 655877 - Part 38: Ignore the non-SVG frames when propagating SVG changes through a tree. r=longsonr
|
2012-08-23 11:23:23 +10:00 |
|
Fabrice Desré
|
0de1c9acd9
|
Bug 784678 - Error when calling postCancel and postSuccess in an activity [r=gwagner]
|
2012-08-22 18:20:09 -07:00 |
|
Kyle Machulis
|
7eb2fcd355
|
Backout be6da7f8989c due to bustage
|
2012-08-22 18:11:52 -07:00 |
|
Kyle Machulis
|
854a04a0f2
|
Backout 81fc1a3fc920 due to bustage
|
2012-08-22 18:11:24 -07:00 |
|
Kyle Machulis
|
b836bcf93f
|
Bug 783426: Patch 2 - Tests for Async DOMRequest Firing; r=sicking
|
2012-08-22 18:04:01 -07:00 |
|
Kyle Machulis
|
5357f4784c
|
Bug 783426: Patch 1 - Async DOMRequest Firing; r=sicking
|
2012-08-22 18:03:43 -07:00 |
|
Kyle Machulis
|
7751fd98d3
|
Backing out df43ad6d04c1 due to incorrect commit messages
|
2012-08-22 18:02:36 -07:00 |
|
Kyle Machulis
|
b29f5f6001
|
Backing out 542abbd15139 due to incorrect commit messages
|
2012-08-22 18:00:57 -07:00 |
|
Kyle Machulis
|
428ec0171b
|
Bug 783426: Patch 2 - Tests for Async DOMRequest Firing
|
2012-08-22 17:58:05 -07:00 |
|
Kyle Machulis
|
2b37cadee3
|
Bug 783426: Patch 1 - Async DOMRequest Firing
|
2012-08-22 17:57:50 -07:00 |
|
Nicholas Nethercote
|
f6ce18ae80
|
No bug. Fix a spelling mistake in a function name and avoid a compile warning. r=terrence.
|
2012-08-22 17:48:35 -07:00 |
|
Cameron McCormack
|
0c12bad353
|
Bug 705184 - Count unexpected reftest crash dump files as test failures. r=dbaron
|
2011-12-05 14:06:42 +11:00 |
|
Matt Woodrow
|
b7a3f1cc71
|
Bug 780260 - Add serial numbers to Images and use it to check if an image has been painted to its BasicShadowableImageLayer already. r=cjones
|
2012-08-23 12:08:26 +12:00 |
|
Wes Johnston
|
27c6213e0f
|
Bug 781844 - Use consistent page titles on about pages. r=mfinkle
|
2012-08-22 08:41:24 -07:00 |
|
Jared Wein
|
3eb4f8baf8
|
Backed out changeset c29869656f46 due to wrong bug number.
|
2012-08-22 16:54:35 -07:00 |
|
Chris Lee
|
5d4395f9d6
|
Bug 784844 - Use Australis rounded button design for Mac OS X. r=dao
|
2012-08-22 16:23:39 -07:00 |
|
Chris Lee
|
99ab24e21e
|
Bug 771284 - Use light coloring for Mac OS X arrow panels. r=fryn
|
2012-08-20 18:38:07 -07:00 |
|
Michael Comella
|
6598f2a686
|
Bug 784472 - Long press on text selection should show context menus again. r=wesj
|
2012-08-22 19:52:54 -04:00 |
|
Michael Comella
|
47a53a04e0
|
Bug 766389 - (3 of 3) Add apps promo box to about:home. r=sriram
|
2012-08-22 19:52:54 -04:00 |
|
Michael Comella
|
2495ec7fbf
|
Bug 766389 - (2 of 3) Add apps promo box image resources and rename sync logo ones. r=sriram
--HG--
rename : mobile/android/base/resources/drawable-hdpi/abouthome_sync_logo.png => mobile/android/base/resources/drawable-hdpi/abouthome_promo_logo_sync.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_sync_logo.png => mobile/android/base/resources/drawable-xhdpi/abouthome_promo_logo_sync.png
rename : mobile/android/base/resources/drawable/abouthome_sync_logo.png => mobile/android/base/resources/drawable/abouthome_promo_logo_sync.png
|
2012-08-22 19:52:54 -04:00 |
|
Michael Comella
|
2f795eb064
|
Bug 766389 - (1 of 3) Updated strings for about:home apps promo box. r=mbrubeck
|
2012-08-22 19:52:54 -04:00 |
|
Michael Comella
|
0e23e493e9
|
Bug 744662 - Sharing an email address no longer copies "mailto:". r=mfinkle
|
2012-08-22 19:52:53 -04:00 |
|
Michael Comella
|
2bd732bd30
|
Bug 776064 - Make long press "tel:" link context menu behavior more consistent. r=mfinkle
|
2012-08-22 19:52:53 -04:00 |
|