276737 Commits

Author SHA1 Message Date
Ehsan Akhgari
8bb5b583b2 Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky 2012-07-16 22:44:22 -04:00
Ehsan Akhgari
a3de3e5cce Bug 749101 - Part 2: Add a comment mentioning bug 772589 2012-07-17 01:40:19 -04:00
Ehsan Akhgari
70e10e9814 Bug 771976 - Part 2: Make sure that nsEditorSpellCheck's refcount doesn't go down prematurely; r=roc 2012-07-17 00:01:15 -04:00
Luke Wagner
dce55acfc8 Bug 753158 - emit ALIASEDVAR ops for upvars (r=bhackett)
--HG--
extra : rebase_source : 1e868b37de87f94799500019cc13e7b8abe3c0f3
2012-07-05 20:35:08 -07:00
Luke Wagner
1299e77cea Bug 753158 - Don't resolve uses to defs that cross non-top-level function statements (r=dvander)
--HG--
extra : rebase_source : 36331b2b862186f224c2edaf3d9a8d23a079269a
2012-07-16 17:09:52 -07:00
Rafael Ávila de Espíndola
86ec4d2f17 Bug 774559 - more workaround for llvm.org/pr12127. r=dvander.
LLVM is inlining these functions that use a lot of stack space into the
recursive EmitTree.
2012-07-16 23:53:30 -04:00
Kan-Ru Chen
0ca1d23935 Bug 774552 - Draw GraphicBuffer directly. r=roc,BenWa 2012-07-17 10:12:58 +08:00
Ehsan Akhgari
091ebe183f Bug 749101 - Move window.performance to the new DOM bindings; r=bzbarsky 2012-07-16 21:42:18 -04:00
Alex Crichton
ce217e0120 Bug 774330: Don't unnecessarily prevent code from entering the JIT with SPS enabled. r=luke 2012-07-16 18:11:20 -07:00
Luke Wagner
a048e21bbe Bug 683069 - rm setParent hack in JSCompartment::wrap (r=bholley)
--HG--
extra : rebase_source : 5e011d68fa37c812d2f238c6574def343f9a8e42
2012-07-16 17:37:57 -07:00
Benjamin Peterson
0eec0469d7 Bug 774511 - Remove unused exception message. r=terrence 2012-07-16 20:38:47 -04:00
OHZEKI Tetsuharu
69f2346793 Bug 774336 - Change the script type to application/javascript in aboutCertError.xhtml on mobile. r=margaret 2012-07-16 20:38:47 -04:00
Felix Moeller
9f9c5bfd15 Bug 774240 - Data URI parsing mis-detects "base64" parameter as extension. r=rjesup 2012-07-16 20:38:47 -04:00
Thinker K.F. Li
a90aaede1a Bug 769184 - Update cache entry only for new. r=honzab
Update entries in offline cache device only for new ones.  It means the entries returned by BindEntry(), not FindEntry().
2012-07-16 20:38:47 -04:00
Thinker K.F. Li
f516a5abb5 Bug 767025 - Part 3: Testcase. r=gal 2012-07-16 20:38:47 -04:00
Thinker K.F. Li
5570177a07 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
1d1330f61d 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
3d1a4c602a Bug 759067 - Add an "APNG-aware app" flag. r=joe 2012-07-16 20:38:46 -04:00
Kan-Ru Chen
8a5584b12b Bug 715788 - Add A-GPS support for gonk. r=dougt 2012-07-16 20:38:46 -04:00
Kan-Ru Chen
a91837d290 Bug 715788 - Refactor static functions to static member functions. r=dougt 2012-07-16 20:38:46 -04:00
Ryan VanderMeulen
3e87aade80 Merge m-c to inbound. 2012-07-16 20:38:39 -04:00
Luke Wagner
08a191c58f Bug 773927 - Propagate closed-ness in CompExprTransplanter (r=dvander)
--HG--
extra : rebase_source : 85f484b705372b380832d94172024b0da20f19cf
2012-07-16 15:10:38 -07:00
Luke Wagner
209edc9144 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
6db354020c Bug 774426 - Get correct origin for app shortcuts. r=mfinkle 2012-07-16 17:08:47 -07:00
Wes Johnston
a86e09ad67 Bug 774426 - Set allAppsLaunchable to true since it has no Android implementation. r=mfinkle 2012-07-16 17:07:35 -07:00
Wes Johnston
e84ff83f03 Bug 774422 - Send messages to notification handlers after we resume the app. r=mfinkle 2012-07-16 17:06:30 -07:00
Etienne Segonzac
9853213945 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
b867584b39 Added tag FIREFOX_AURORA_16_BASE for changeset 6fdf9985acfe 2012-07-16 10:17:04 -07:00
Lukas Blakk
19ce20178f Added tag FIREFOX_AURORA_16_BASE for changeset 9697eadafa13 2012-07-16 10:09:16 -07:00
Lukas Blakk
8c55cde959 Merging in version bump NO BUG 2012-07-16 10:08:20 -07:00
Gavin Sharp
ebdbc80321 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
b9e6b020aa 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
5f7ec13f73 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
78805c69af 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
Shane Caraveo
63ee43b4aa Bug 774178: make some changes to provider profile/notification handling to support "logout", r=gavin
--HG--
extra : rebase_source : 9c609d3dfb8caa87d2eb725b8625796baa841e07
2012-07-16 08:36:47 -07:00
Joel Maher
f423508120 Bug 774283 - upload a new talos.zip to capture the latest jstests changes. r=armenzg 2012-07-16 11:29:27 -04:00
Ed Morley
46343c2f40 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-16 15:00:42 +01:00
Ed Morley
b6073a140c Merge fx-team and mozilla-central 2012-07-16 11:31:28 +01:00
Mark Hammond
5ff8a741d5 Merge backout of 777fbc99f40b and 27e4b9cbed74 due to leak bustage 2012-07-16 15:01:28 +10:00
Mark Hammond
0a94050d88 Backout 777fbc99f40b and 27e4b9cbed74 due to leak bustage 2012-07-16 15:00:43 +10:00
Brian Nicholson
c63b3b1545 Bug 774156 - Fix NPE in Tabs when "Don't keep activities" is enabled. r=mfinkle
--HG--
extra : rebase_source : 349b50529c10e34197975373233ccc5525ade7fe
2012-07-15 19:56:31 -07:00
Mark Hammond
e975e0c920 Bug 773160: expose a reduced 'navigator' object to social frameworker workers. r=gavin 2012-07-16 11:59:37 +10:00
Mark Hammond
66818e2413 Bug 773164: remove social frameworker load listener. r=gavin 2012-07-16 11:59:37 +10:00
Mounir Lamouri
e744d91b29 Bug 769586 - Make PopupWindowManager using principal to test permissions instead of URI. r=sicking 2012-07-15 18:37:31 -07:00
Mounir Lamouri
fe6907f48c Bug 769597 - IndexedDB should use nsIPermissionManager with principals. r=sicking 2012-07-15 18:35:47 -07:00
Jonathan Watt
de3e7e0ba9 Bug 774095 - Make sure that we call nsSVGEffects::UpdateEffects() on frames that are added after the first reflow. r=dholbert. 2012-07-15 20:42:50 -04:00
Jonathan Watt
3491c5d24f Bug 774087 - Mark SVG filter primitive frame classes as NS_STATE_SVG_NONDISPLAY_CHILD. r=dholbert. 2012-07-15 20:42:50 -04:00
Jonathan Watt
ed2cc92c28 Bug 773837 part 2 - Fix bug in reftests/svg/filters/feDistantLight-filterRes-01-ref.svg. r=me. 2012-07-15 20:42:49 -04:00
Eitan Isaacson
b887daf2aa Bug 773952 - Fix crasher in MenuPanel.dispatchPopulateAccessibilityEvent. r=mfinkle 2012-07-15 15:17:42 -07:00
Bill McCloskey
d78c877fa3 Bug 774104 - Add a read barrier when rooting JS objects (r=mccr8) 2012-07-15 14:37:15 -07:00