Richard Newman
8a4af7f535
Bug 875400 - Part 2: provide add-ons and pref changes to FHR. r=mfinkle
...
* * *
Bug 875400 - Part 2a: review comments.
* * *
Bug 875400 - Part 2b: add flag to ignore add-ons.
2013-05-30 17:42:56 -07:00
Richard Newman
203e8b3ef2
Bug 875400 - Part 1: add-on support and hashing changes for Environment. r=nalexander
2013-05-30 17:42:56 -07:00
Richard Newman
8b107da744
Bug 877057 - Add a download limit to Sync Engine fetches. r=mconnor
2013-05-29 11:11:38 -07:00
Anthony Jones
b7c0e66763
Bug 831237 - Reduce APZC buffer churn; r=BenWa
...
Prevents the display port from getting smaller as the visible region
approaches the edges of the scrollable rect.
2013-05-28 16:17:09 +12:00
Wes Johnston
bf4fc9d9a6
Bug 872388 - Cleanup review nits. r=bnicholson
2013-05-30 17:14:37 -07:00
Wes Johnston
8cb64d8271
Bug 872388 - Show a button toast when bookmarks are created. r=bnicholson
2013-05-30 17:03:20 -07:00
Wes Johnston
d7e8a7de0b
Bug 872388 - Move EditBookmark dialog into its own class. r=bnicholson
2013-05-30 17:03:18 -07:00
Wes Johnston
892361095e
Bug 872388 - Style button toasts. r=bnicholson
2013-05-30 17:03:17 -07:00
Wes Johnston
74087971b0
Bug 872388 - Create a buttonToast class. r=bnicholson
2013-05-30 17:02:30 -07:00
Wes Johnston
91e0e3b19b
Bug 862377 - Follow up for review comments. r=sriram
2013-05-30 17:01:31 -07:00
Sean Stangl
3b40ec7f99
Bug 877021 - Speed up CreateRegExpMatchResult(). r=h4writer
2013-05-28 18:57:56 -07:00
Brian Hackett
96a8e9128a
Bug 850026 - Allow metadata objects to be associated with JS objects, and add a hook for attaching metadata to newly created objects, r=luke.
2013-05-30 17:37:22 -06:00
Chris Pearce
f24ba25bbd
Bug 870400 - Calculate audio timestamps for WMF based on audio frames played, rather than trusting the container's timestamps. r=padenot
2013-05-31 11:34:52 +12:00
Jeff Walden
7f1070c9de
#include minimization, MOZ_STACK_CLASS application, and other minor jsonparser.h cleanups. No bug, r=lumpy
...
--HG--
extra : rebase_source : cacc7a0bd2668f247c09bdb6c487755c9a008f90
2013-05-24 13:55:26 -07:00
Jeff Walden
0de2cfbca3
Bug 794323 - Remove the legacy JSON parsing mode, now that Firefox session store code doesn't need it. r=luke for the JS bits, r=jlebar for the DOM bits, r=mak77 for the browser/toolkit bits
...
--HG--
extra : rebase_source : b7a422eb52fe8e435143dfcc435d56e4886859e6
2013-05-23 15:28:31 -07:00
Xin Zhang
e893b8a32a
Bug 722788 - Use integer math to parse sufficiently-small decimal numbers in JSON text. r=waldo
...
--HG--
extra : rebase_source : 8bd72909ce94b65ce68b8cb3b64b42948fe24026
2013-05-28 10:40:05 -07:00
Margaret Leibovic
c2b6007224
Bug 877729 - Remove getUrlForAboutReader and use getUrlFromAboutReader instead. r=lucasr
2013-05-30 16:26:38 -07:00
Margaret Leibovic
84783ec636
Bug 873670 - Always show active reader mode icon when viewing a page in reader mode. r=lucasr
2013-05-30 16:26:38 -07:00
Dão Gottwald
19ee5468be
Bug 876044, r=dolske
...
--HG--
extra : rebase_source : c0210f896e12fafeb0b59725472c79b55f014caa
2013-05-30 20:02:49 +02:00
Sean Stangl
1fa9ec051f
Bug 876976 - Speed up array creation for global regexp matches. r=h4writer
2013-05-28 14:21:21 -07:00
Tim Abraldes
73b74af12b
bug 875900. When processing a SecurityChange event, only change the security indicator icon if the event is related to the currently selected tab. r=mbrubeck
2013-05-30 12:03:22 -07:00
Wes Johnston
836a5b3a09
Bug 862377 - Style spinners on doorhangers. r=sriram
2013-05-30 15:18:47 -07:00
Wes Johnston
98d64881a1
Bug 862377 - Show spinners on webrtc doorhangers. r=lucasr
2013-05-30 15:18:47 -07:00
Wes Johnston
06bbe4dae8
Bug 862377 - Allow adding inputs to doorhangers. r=sriram
2013-05-30 15:18:47 -07:00
Wes Johnston
4556696072
Bug 862377 - Move PromptInputs to their own class. r=sriram
2013-05-30 15:38:59 -07:00
Marco Bonardo
cc6dfc34db
Bug 858377 - Increase time skew to avoid intermittent failure in test_393498.js
...
Includes some test cleanups
2013-05-31 00:19:33 +02:00
Bobby Holley
e126885445
Bug 877390 - Do a blind null check. r=bz
...
Who knows why this happens, but this appears to be the culprit per crash
reports.
2013-05-30 14:49:13 -07:00
Boris Zbarsky
dca1b89519
Bug 877216. Add CallArgs-like structs for use in DOM specialized getters/setters/methods. r=waldo
2013-05-30 17:47:00 -04:00
Boris Zbarsky
ac87784e7f
Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence
2013-05-30 17:46:48 -04:00
Boris Zbarsky
6871042269
Bug 865377. Give EventTarget a chrome-only getter that returns its global. r=smaug
...
The idea is that you then do things like t.dispatchEvent(new t.ownerGlobal.Event("something")).
2013-05-30 17:46:39 -04:00
Ehsan Akhgari
1024222149
Bug 865806 - Part 1: Continue walking up the frame tree when hitting a transparent frame as we're trying to determine whether a given element's background is dark or not; r=roc
...
This heuristic improvement gives us correct dark background detection in
pdf.js, among other cases.
--HG--
extra : rebase_source : 5a8f920da1b63f6452ec709745b2154b6fc17ceb
2013-05-30 14:27:57 -04:00
Ehsan Akhgari
00a0eca5c5
Bug 877039 - Set the Web Audio maximum channel count to 32; r=roc
...
--HG--
extra : rebase_source : 7e5bb51cd3bd9b4fbe01649af8f14e17cf6b3042
2013-05-30 14:25:52 -04:00
Kannan Vijayan
0bab0efcf3
Bug 831507 - Add generational-gc post-write barriers to baseline compiler. r=jandem
2013-05-30 17:38:49 -04:00
Terrence Cole
c2d90b6f23
Bug 850080 - Make root analysis check Rooted<Value> as a non-pointer type; r=sfink
...
In 32bit builds, Value does not have the same size as void*; thus, we cannot do
a simple address comparison in this case.
--HG--
extra : rebase_source : 1dfb86965c1aa873c26660b67d9add0d5d0a91d7
2013-05-29 15:46:08 -07:00
Jim Mathies
e988bc20b0
Bug 855928 - Add a telemetry probe to report default desktop browser status. r=gavin
2013-05-30 12:32:17 -05:00
Nicolas Silva
1c504b203b
Bug 868946 - Make GrallocTextureHostOGL not crash when it doesn't have a GL context. r=bjacob
2013-05-07 16:19:15 -04:00
Jim Mathies
60f9e73df9
Bug 877352 - Allow the user to clear the soft keyboard by tapping on emtpty space in Firefox Start. r=rsilveira
2013-05-30 12:09:29 -05:00
Boris Zbarsky
26d23ddfd6
Bug 861587 followup: get rid of a stray $ and some indent fixes. r=khuey
2013-05-30 13:05:42 -04:00
Boris Zbarsky
a09d3c7a82
Bug 876098. Make sure to not skip calling addProperty hooks when objects have them. Otherwise DOM expandos can go AWOL. r=djvj
2013-05-30 13:01:38 -04:00
Shane Caraveo
8de0d1a547
bug 820601 add developer pref to load social content in tabs, allows use of developer tools, r=felipe
2013-05-29 17:58:45 -07:00
Jan de Mooij
2720334727
Bug 876670 - Refactor object literal getter/setter bytecode and implement it in the baseline compiler. r=bhackett
2013-05-30 18:51:03 +02:00
Shane Caraveo
da9fef97ff
bug 877402 fix social panel sizing and fix tests, r=markh
2013-05-29 17:49:39 -07:00
Nathan Froyd
443c507139
Bug 873649 - don't assume <atomic> is usable with clang on a Linux system; r=Waldo
2013-05-17 17:04:30 -04:00
Nathan Froyd
54f19801f4
Bug 875332 - add cgdb to the known debuggers list; r=jmaher
2013-05-23 10:56:18 -04:00
Aaron Klotz
c3f0a98c51
Bug 744836: Modify nsTimerEvent to hold its timer reference until the nsTimerEvent itself is destroyed. r=bsmedberg,ehsan
2013-05-30 10:19:18 -06:00
Jim Mathies
842845f41c
Bug 876030 - Hide the contextappbar when the browser navigates away from the Firefox Start. r=sfoster
2013-05-30 10:55:38 -05:00
Jim Mathies
a701c0f8f8
Bug 876030 - Change the navbar element id to 'navbar' to prevent confusion with the other app bars. r=sfoster
2013-05-30 10:55:38 -05:00
Jim Mathies
9c4d6f4a0f
Bug 857437 - Adjust position of the context app bar when the soft keyboard is displayed. r=fryn
2013-05-30 10:55:38 -05:00
Jim Mathies
be764af6c6
Bug 857437 - Hide the overlay nav buttons when the soft keyboard is displayed. r=fryn
2013-05-30 10:55:37 -05:00
Jim Mathies
f1ee59e6d6
Bug 857437 - Adjust position of the findbar when the soft keyboard is displayed. r=fryn
2013-05-30 10:55:37 -05:00