Commit Graph

116359 Commits

Author SHA1 Message Date
Malini Das
71b9307ba3 Bug 722596 - Get stack trace from errors in content frames, r=jgriffin 2012-12-18 09:21:28 -05:00
Sriram Ramasubramanian
9c8ac9a3ed Bug 821311: Search suggestion text illegible. [r=bnicholson]
--HG--
extra : rebase_source : 7320e34aa5cc6e0b115cb7a0d0dd26fbaca21050
2012-12-13 15:21:34 -08:00
David Keeler
b884265122 bug 820497 - update popup notification for click-to-play more often r=jaws 2012-12-17 16:12:14 -08:00
Paul Rouget
82ed536ba8 Bug 817705 - [toolbox] Disable Inspect Mode when switching tools in Toolbox. r=jwalker 2012-12-11 06:17:00 +01:00
Paul Rouget
93b0b66cde Bug 818411 - [markup view] once the toolbox is re-attached to the tab, the markup view keybindings don't work anymore. r=jwalker 2012-12-12 03:04:00 +01:00
zmgmoz
a990b55ae7 Bug 804845 - CTRL+P and CTRL+N should work the same as up arrow and down arrow respectively; r=msucan 2012-12-17 15:47:23 +02:00
Yura Zenevich
61a01d653b Bug 803067 - EventEmitter should have a decorator that isn't called 'new'. r=paul 2012-12-14 08:05:00 +01:00
Girish Sharma
e1892a3d7c Bug 818434 - [toolbox] The close button and the undock button should be located at the end of the toolbar on Linux and Windows. r=paul 2012-12-14 00:07:03 +05:30
Girish Sharma
75fc0d43f4 Bug 818436 - [toolbox] We should not be able to dock a toolbox if the target is Remote or Win, r=paul 2012-12-15 06:40:43 +05:30
Victor Porof
6029cc5eeb Bug 822028 - [toolbox] 'tilt toggle' command breaks if tilt is opened while the inspector is not active, r=paul 2012-12-15 21:55:11 +02:00
Theo Chevalier
c1de083ea9 Bug 821998 - Installed web apps get stuck on splashscreen - do not finish loading. r=wesj 2012-12-15 20:02:28 +01:00
Dan Mosedale
907a16cd6f Bug 821249, fix Android WebRTC build bustage in DataChannel.cpp, r=jesup 2012-12-15 10:44:22 -08:00
Fabrice Desré
15a1cd01d9 Bug 813978 - [SMS API] getMessages cursor is slow when SMS database contains large number of messages [r=ferjm] 2012-12-10 13:03:59 -08:00
Ed Morley
86255d5aae Backout 22f9cf3cc575 (bug 820463) for breaking marionette on a CLOSED TREE 2012-12-19 01:23:00 +00:00
Ed Morley
bcf204637c Backout 966b04dba626 (bug 822114) for failing to build on any platform 2012-12-19 01:22:45 +00:00
Justin Lebar
ab80699fba Bug 819791 - Part 11: Make nsTArray and friends' copy constructors explicit. r=bz 2012-12-18 20:16:07 -05:00
Justin Lebar
0012230c77 Bug 819791 - Part 10: Don't return FallibletArrays by value in Variant.h. r=mak
Returning *TArray's by value isn't compattible with explicit *TArray
copy constructors, which will be added in a later cset.
2012-12-18 20:16:07 -05:00
Justin Lebar
6a7846f7fc Bug 819791 - Part 9: Use explicit TArray copy constructors in IPDL generated code. r=cjones
This cset makes two nop changes to generated IPDL code.

1) Change an instance of

  InfallibleTArray<Foo> foo = InfallibleTArray<Foo>();

to

  InfallibleTArray<Foo> foo;

2) Change an instance of

  InfallibleTArray<Foo> foo = bar;

to

  InfallibleTArray<Foo> foo(bar);
2012-12-18 20:16:07 -05:00
Justin Lebar
e1fa823a2c Bug 819791 - Part 8: Use explicit TArray copy constructors in FrameLayerBuilder. r=roc 2012-12-18 20:16:06 -05:00
Justin Lebar
1ce158bdfa Bug 819791 - Part 7: Use explicit TArray copy constructors in Bluetooth code. r=qdot 2012-12-18 20:16:06 -05:00
Justin Lebar
4fdc0c079a Bug 819791 - Part 6: Remove unnecessary TArray copies in dom/indexedDB. r=bent 2012-12-18 20:16:06 -05:00
Justin Lebar
897484ed78 Bug 819791 - Part 5: Remove an unnecessary TArray copy in hal/sandbox. r=mounir 2012-12-18 20:16:06 -05:00
Justin Lebar
ab3a0d6e41 Bug 819791 - Part 4: Remove an unnecessary TArray copy in OrientationObserver.cpp. r=mounir 2012-12-18 20:16:06 -05:00
Justin Lebar
bf499cd1c4 Bug 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz
Also make typeof nsAutoTArray == typeof AutoInfallibleTArray and switch
files to using nsTArrayForwardDeclare.h.
2012-12-18 20:16:06 -05:00
Justin Lebar
9730efc78a Bug 819791 - Part 2: Don't use nsTArray allocators in IPCMessageUtils traits. r=cjones
The allocators will be restricted to non-public use in a later patch.
2012-12-18 20:16:06 -05:00
Justin Lebar
1a1d824efe Bug 819791 - Part 1: Remove nsTArrayDefaultAllocator, replacing it unconditionally with nsTArrayInfallibleAllocator. r=bz 2012-12-18 20:16:06 -05:00
Justin Lebar
cde813acb5 Bug 819791 - Part 0: Deserialize fallibly in IPCMessageUtils.h. r=cjones
Comments in the code are asking for us to deserialize fallibly; it looks
like we just forgot to change this when we made nsTArray infallible.
2012-12-18 20:16:06 -05:00
Boris Zbarsky
4492f786f0 Bug 819523 part 2. Allow Nullable<> of various array types to work sanely. r=jlebar 2012-12-18 20:16:05 -05:00
Boris Zbarsky
022da0be50 Bug 819523 part 1. Make it possible to use the various-allocator nsTArrays interchangeably as long as you're working with const objects. r=jlebar 2012-12-18 20:16:05 -05:00
James Kitchener
3689e848a7 Bug 818620 - Evaluate all arguments if NaN present in Math.{max, min}(). r=jwalden
--HG--
extra : rebase_source : 9f451ebf817c640428030d338368da4809aac69d
2012-12-18 20:05:43 -05:00
Bill McCloskey
f0654c238f Bug 821340 - Add test (r=test) 2012-12-18 17:02:57 -08:00
Jeff Gilbert
4b5ec843d1 Bug 822114 - Save and restore bound tex unit in DeleteTexture - r=bjacob 2012-12-18 16:47:03 -08:00
Sriram Ramasubramanian
d632f81273 Bug 811238: Cache-color hint for ExpandableListView. [r=mfinkle]
--HG--
extra : rebase_source : a4b294220f7257fb27e400128e66c8ec96409879
2012-12-18 14:29:01 -08:00
Sriram Ramasubramanian
108429f460 Bug 822830: Add ForwardButton to GeckoViewsFactory. [r=mfinkle]
--HG--
rename : browser/components/sessionstore/test/browser_248970_b_perwindowpb.js => browser/components/sessionstore/test/browser_248970_b.js
extra : rebase_source : df8d830faba3060dae01bb61595273d0fc7396a7
2012-12-18 14:20:01 -08:00
Chris Jones
aa96fe93f4 Back out bug 814252. 2012-12-18 16:19:54 -08:00
Mark Hammond
4203f055ad Bug 822508 - allow social providers to specify null as the profile. r=gavin 2012-12-19 11:05:37 +11:00
Gavin Sharp
33289ab7af bug 820489: re-enable browser_social_multiprovider now that we've (hopefully) fixed it
--HG--
extra : rebase_source : cced1fff25963bb60aadb6fd65f0e2f7fca4330d
2012-12-18 15:47:31 -08:00
Norbert Lindenberg
52cb71fedd Bug 769872 - Add utilities for self-hosted JavaScript code. r=till
--HG--
rename : js/src/builtin/array.js => js/src/builtin/Array.js
extra : rebase_source : 955ce06e402f76c08eeb0a69b142d4d14a7281c4
2012-12-18 18:44:43 -05:00
Ryan VanderMeulen
7b1ce7798e Merge m-c to inbound. 2012-12-18 18:45:16 -05:00
Brian Hackett
0badfa17f1 Bug 822089 - Don't compile off thread when profiling scripts, r=dvander. 2012-12-18 16:34:34 -07:00
Ryan VanderMeulen
210f18d1bd Backed out changeset a7d5ea538c57 (bug 806736) for test failures. 2012-12-18 18:27:36 -05:00
Mike Habicher
0aabd593e4 Bug 822531 - Fix regression of bug 783682 caused by bug 779139. r=mwu 2012-12-18 18:19:38 -05:00
Cameron McCormack
a0643943dc Bug 820148 - Add a RELEASE_BUILD macro that can be used within pref js files. r=ted 2012-12-19 10:10:22 +11:00
Jonathan Griffin
75e14f2b3f Bug 820463 - Revert early-loading changes, r=mdas 2012-12-17 15:18:58 -08:00
Rafael Ávila de Espíndola
ed5ea526fc Bug 822812 - Fix usage of nsITimer. r=vladan. 2012-12-18 17:43:40 -05:00
Robert Strong
8a321d1b7f backout changeset 3cfc257e29a5 - Bug 818333 2012-12-18 14:38:30 -08:00
Cameron McCormack
b0db402ed9 Bug 822548 - Fix a bunch of JS warnings on startup. r=dao 2012-12-19 09:27:56 +11:00
Nicholas Nethercote
4801426ad4 Bug 819833 (part 3) - Fix fix_macosx_stack.py.
--HG--
extra : rebase_source : edf2b21b1061c5b1aa31d071e24099ab8072d3f5
2012-12-10 21:24:55 -08:00
Patrick McManus
567ccc010f bug 822456 - spdy stream id out of order r=honzab 2012-12-18 17:14:21 -05:00
Jed Parsons
dba76a0e62 Bug 822450 - Create a syntheticEventsOk pref for marionette identity tests. r=benadida 2012-12-17 16:51:33 -05:00