Commit Graph

296585 Commits

Author SHA1 Message Date
Wes Johnston
cc67ef3fbe Bug 792410 - Scale tab thumbnails from the upper left corner. r=sriram
* * *
Bug 792410 - Add lost curly brace. r=sriram,bustage
2013-01-18 11:45:10 -08:00
Luke Wagner
f9bb86d22e Bug 832094 - make the top-level function ParseNode always be a PNK_FUNCTION (r=jorendorff)
--HG--
extra : rebase_source : f6af6da88e185ccc62152ef1013dfeba1418cbc7
2012-11-28 16:33:00 -08:00
Luke Wagner
bd316874f0 Bug 832085 - Never bail in truncated LModI/LModPowTwoI/LModMaskI (r=hv1989)
--HG--
extra : rebase_source : efa4ec10c37fdec3861ac5097db7c5b5c2ade63b
2012-12-07 18:54:05 -08:00
Luke Wagner
e3efdeab83 Bug 832085 - Simplify LModI codegen (r=hv1989)
--HG--
extra : rebase_source : a4790f4036478b274f461bcf5052c7f88dd32889
2012-12-07 18:54:05 -08:00
Luke Wagner
8635056d76 Bug 832085 - Never bail in truncated LDivI (r=hv1989)
--HG--
extra : rebase_source : 1e03a172ddd450a2d63822b2a0522efc6429fa76
2012-12-07 18:54:05 -08:00
Luke Wagner
367d4f0d61 Bug 832079 - IonMonkey: common out MDiv lowering (r=dvander)
--HG--
extra : rebase_source : 5afa690efc26a859ceb980dddfeaa27a505cf9d6
2012-12-07 18:54:05 -08:00
Luke Wagner
037c3df515 Bug 832073 - s/ScaleFromShift/ScaleFromElemWidth/ (r=dvander)
--HG--
extra : rebase_source : 113e5770c8f6c6ad67e55bdd341e79e03bb29ff9
2012-12-14 10:27:15 -08:00
Luke Wagner
b487585a8f Bug 832071 - Replace custom AutoDestroyAllocator with ScopedJSDeletePtr (and rename ScopedDeletePtr to ScopedJSDeletePtr) (r=dvander)
--HG--
extra : rebase_source : 84229d3a9453d3f4aab8a84583b6e0d1e0e3a0a4
2012-11-01 21:35:21 -07:00
Luke Wagner
68862cf7e8 Bug 832070 - LTruncateDToInt32 doesn't need a snapshot (r=sstangl)
--HG--
extra : rebase_source : 0c273db1eb30aa2a51571ac31ce7d160792b61a4
2012-12-07 18:54:05 -08:00
Luke Wagner
43bd40a839 Bug 832065 - don't use resume point to iterate over phis (r=sstangl)
--HG--
extra : rebase_source : 0c54df0ad7fb5daba820efaa49a1d8eb7e355104
2012-11-28 15:19:39 -08:00
Luke Wagner
eee3c125d4 Bug 832063 - unify Assembler::flush/finish (r=mrosenberg)
--HG--
extra : rebase_source : baa26470724b55df9b7945fc16f4e697a4ec703e
2012-12-20 19:12:24 -08:00
Luke Wagner
1d2e8c5180 Bug 832090 - make HashMap/Set movable (r=terrence)
--HG--
extra : rebase_source : 7c6a7a0d03bf361f2ee7c853f7f07bf15841b21b
2012-11-28 15:19:39 -08:00
Matt Woodrow
b567e17307 Bug 831829 - Fix OSX titlebar painting from being upside-down and tiled. r=roc 2013-01-19 14:07:32 +13:00
Benjamin Peterson
f83cf21406 Bug 832151 - Make js_ErrorFormatString const. r=jorendorff
--HG--
extra : rebase_source : 4281941f6c31d5e8a5b6af1662e8f67ba722c934
2013-01-18 19:35:37 -05:00
Philipp von Weitershausen
8e8c49a099 Bug 823010 - B2G SMS: We should not ack reception when there's a storage error. r=vicamo, ferjm a=blocking-b2g 2013-01-18 16:34:57 -08:00
Fabrice Desré
72faee30f7 Bug 814226 - Permission checks for "webapps-manage" could probably be friendlier r=sicking 2013-01-18 16:29:12 -08:00
Terrence Cole
d94d7309be Bug 832489 - Un-bitrot the post barrier verifier; r=billm
--HG--
extra : rebase_source : 2c385bcc55f952dc7795c8770af6faeafb172ee8
2013-01-18 10:04:17 -08:00
Mounir Lamouri
1de8f30170 Bug 830983 - Make 'webapps-clear-data' handler working for real when browserOnly is true. r=sicking 2013-01-19 00:15:55 +00:00
Richard Newman
066b25fc1e Bug 831785 - Code cleanup. r=trivial 2013-01-18 16:10:32 -08:00
Richard Newman
8057ccf852 Bug 796187 - Send tab: usability tweaks. r=nalexander 2013-01-18 16:10:32 -08:00
Brian Smith
901031216b Bug 624514: Make PSM access the network.ntlm.send-lm-response pref only on the main thread, r=honzab
--HG--
extra : rebase_source : ef4c9e19548fbbc9198d1cd63c32a33e797c5dd9
2013-01-18 16:06:12 -08:00
Alexander Surkov
b09290a5d3 Bug 569356, part1 - add support of event scenarios in testing, r=marcoz 2013-01-19 09:01:38 +09:00
Benoit Girard
bf2d496e6a Bug 761277 - Part 1: Provide the macro definition, fall back to use TLS. r=ehsan 2013-01-18 18:47:31 -05:00
Daniel Holbert
2d5764ccc2 Bug 832486: Cast enum values from different types to int32_t before asserting that they're equal, in gfxPangoFonts.cpp. r=jfkthame 2013-01-18 15:15:21 -08:00
Daniel Holbert
0144c015c8 Bug 832456: Declare nsRunnable subclass at file scope instead of inside of a function, to fix build warning about 'visibility' attribute being ignored. r=BenWa 2013-01-18 15:15:04 -08:00
Sriram Ramasubramanian
d2e4e64ee6 Bug 832433: Remove Android Tabs widget in tabs ui. [r=mfinkle] [needs-clobber]
--HG--
extra : rebase_source : a64bfad708d610e7c9ad78ed2d21132da45d80f4
2013-01-18 11:58:45 -08:00
Sriram Ramasubramanian
31da143375 Bug 832433: Use Android spinners on tabs UI for phones. [r=mfinkle]
--HG--
extra : rebase_source : 614269ba99d278771a293c45252ace306bdaa8d9
2013-01-18 11:41:44 -08:00
Jonathan Kew
3f1a61ae26 bug 831354 - test fix 6 - canvas and svg language-font tests pass on android with the Open Sans font prefs. r=dbaron 2013-01-18 23:03:13 +00:00
Jonathan Kew
30bb154fd8 bug 831354 - Ship fonts (Open Sans and Charis SIL Compact) for content in Firefox for Android. r=mfinkle,blassey 2013-01-16 14:19:10 -05:00
Jonathan Kew
dfed5a23a8 bug 831354 - test 'fix' 8 - mark remaining problematic tests as fuzzy on android. r=blassey 2013-01-18 23:03:12 +00:00
Jonathan Kew
abc61b82bd bug 831354 - test fix 7 - explicitly use Droid Serif for the greek-uppercase-1 test on Android, as default fonts may not be suitable. r=dbaron 2013-01-18 23:03:12 +00:00
Brian Nicholson
c380184864 Bug 826644 - Hide "Open in New Tab" context menu option in private tabs. r=mfinkle 2013-01-18 14:38:43 -08:00
Jim Chen
ce6ecc1e1c Bug 829318 - Don't mess with mIMEState during focus/blur; r=cpeterson 2013-01-18 17:08:59 -05:00
Jim Chen
ee698b822e Bug 831862 - Force restart input during notifyIMEEnabled; r=cpeterson 2013-01-18 15:49:19 -05:00
Kyle Huey
ef6314f596 Update pymake to pick up bug 832472. 2013-01-18 13:57:37 -08:00
Tom Schuster
aea9815d21 Bug 830590 - GC: ArrayToIdVector's trapName needs to be a Handle. r=terrence 2013-01-18 22:44:52 +01:00
Tom Schuster
56a5434cca Bug 799602 - Update JS Unicode support to 6.2.0. r=jwalden 2013-01-18 22:44:46 +01:00
Mike Habicher
a3564c5af8 backed out changeset 0004848a182f, a=bustage 2013-01-18 16:46:26 -05:00
Steve Fink
d8da3e7b9a Backed out changeset fce4e0f8a553 (bug 828753) for breaking windows warnings-as-errors (stop adding JSObject forward decls, please!) 2013-01-18 13:20:21 -08:00
Joel Maher
7df0d027f3 Backout 70be2aca088e 2013-01-18 16:18:15 -05:00
Wes Johnston
6efe0aaf9b backout 9f81c93ea0ea and 40badd9d545a 2013-01-18 13:16:24 -08:00
Steve Workman
833906186e Bug 832018 - Use ne_map_track_number_to_index in nestegg_get_cue_point r=kinetik 2013-01-18 13:15:18 -08:00
Mike Habicher
3fb12b17e4 Bug 819835 - add support for setting the EXIF DateTime field, r=sotaro 2013-01-18 16:06:28 -05:00
Wes Johnston
a1d14d0e97 Bug 792410 - Add lost curly brace. r=sriram,bustage 2013-01-18 12:59:27 -08:00
EKR
615b59944e Bug 831764. Reverse DTLS client/server selection to more closely match RFC 5763. r=jesup 2013-01-17 07:54:53 -08:00
EKR
ddea6fdd5f Bug 829624 - Always use 80-bit MAC with SRTCP. r=jesup 2013-01-18 13:03:17 -08:00
Steve Fink
0dee2fb42d Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
--HG--
extra : rebase_source : c8806b27677594925ad0e6b54c47af5cf17e1153
2012-12-31 12:40:21 -08:00
Christian Holler
222d4d393e no bug - Disable jit-test auto-regress/bug735313.js for further investigation. r=orange 2013-01-18 21:28:28 +01:00
Jonathan Griffin
11b24d749e Bug 831830 - Run Marionette unit tests before webapi tests, r=rwood 2013-01-17 10:29:56 -08:00
Joel Maher
402c549dd7 Bug 832442 - upload a new talos.zip to capture fixes for android, process crash detection and datazilla. r=Callek 2013-01-18 15:15:51 -05:00