Boris Zbarsky
7392630c95
Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence
2013-05-30 17:46:48 -04:00
Boris Zbarsky
a3d695962d
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
574b61e8c5
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
b64aed8e7c
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
47624dbb89
Bug 831507 - Add generational-gc post-write barriers to baseline compiler. r=jandem
2013-05-30 17:38:49 -04:00
Terrence Cole
b40577406a
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
b87139257b
Bug 855928 - Add a telemetry probe to report default desktop browser status. r=gavin
2013-05-30 12:32:17 -05:00
Nicolas Silva
e67255b9a8
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
338f04b098
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
7b5cee0ebc
Bug 861587 followup: get rid of a stray $ and some indent fixes. r=khuey
2013-05-30 13:05:42 -04:00
Boris Zbarsky
325d6c9d46
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
f1b9713de5
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
135b1ff6f7
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
bd15fbe541
bug 877402 fix social panel sizing and fix tests, r=markh
2013-05-29 17:49:39 -07:00
Nathan Froyd
c36091d5a4
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
b5b1e03424
Bug 875332 - add cgdb to the known debuggers list; r=jmaher
2013-05-23 10:56:18 -04:00
Aaron Klotz
5cf638ca73
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
dc39aa1feb
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
b6ae067f18
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
f01baa37a5
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
22e1e95975
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
9396d6037e
Bug 857437 - Adjust position of the findbar when the soft keyboard is displayed. r=fryn
2013-05-30 10:55:37 -05:00
Jim Mathies
e605b9ef7c
Bug 857437 - Remove obsolete fennec form helper css. r=fryn
2013-05-30 10:55:37 -05:00
Jim Mathies
41564c7568
Bug 857437 - Adjust position of the new nav bar when the soft keyboard is displayed. r=fryn
2013-05-30 10:55:37 -05:00
Jim Mathies
ee69c87716
Bug 875398 - Basic form auto-complete tests to catch future breakage. r=bbondy
2013-05-30 10:55:37 -05:00
Jim Mathies
eff0ac3466
Bug 875398 - Switch to using async satchel calls in metrofx. Also get rid of the old fennec HTML5 contacts pickup wrapper. r=bbondy
2013-05-30 10:55:36 -05:00
Jim Mathies
f0048f6c2c
Bug 865356 - Restrict caret move coords within text inputs when invoking text selection. r=mbrubeck
2013-05-30 10:55:36 -05:00
Reuben Morais
c0edb4439d
Bug 877501 - Generate pref check code for interfaces with [NoInterfaceObject, NavigatorProperty]. r=bz
...
--HG--
extra : rebase_source : 02b9028c3ab215df0378af109d2bcac15d28e9b4
2013-05-30 08:21:52 -07:00
Trevor Saunders
a097f73e9f
no bug remove more probably useless calls to expectAssertions()
2013-05-30 11:47:33 -04:00
Benoit Girard
6adb6cba1f
Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium
...
- Remove enable GTest
- Add a general target to create gtestxul
- Update mach target
- Run GTest from make check
--HG--
rename : gfx/2d/unittest/GTestMain.cpp => gfx/tests/gtest/TestMoz2D.cpp
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
extra : rebase_source : 5b9be0892323195d4e24f11ae785f0663ff38fd0
2013-03-11 14:47:40 -04:00
Andrea Marchesini
571b536df0
Bug 877638 - Crash in WakeLockBoolWrapper::UpdateWakeLock when running crashtests. r=ehsan
2013-05-30 11:26:12 -04:00
David Rajchenbach-Teller
153c7c8f28
Bug 874435 - Assume lower file system time precision. r=froydnj
2013-05-30 11:25:48 -04:00
David Chan
8c3460caf3
Bug 815105 - WebAPI permissions tests. r=baku
2013-03-29 15:28:26 -07:00
Ryan VanderMeulen
8f373de867
Bug 874171 - Upgrade SQLite to version 3.7.17 (Mozilla changes). r=mak
2013-05-30 11:25:14 -04:00
Ryan VanderMeulen
70a15d9546
Bug 874171 - Upgrade SQLite to version 3.7.17 (SQLite changes). r=mak
2013-05-30 11:25:02 -04:00
Marco Zehe
768a884728
Bug 877640 - [AccessFu] Expose the STATE_HASPOPUP info, r=yzen
2013-05-30 17:24:18 +02:00
William Lachance
41e7f67569
Bug 877265 - Make dmcli parseable by python 2.6;r=ahal
2013-05-30 11:04:26 -04:00
Paul Adenot
d9378584d2
Bug 876732 - Add a way to pass debugger args when using mach mochitest
. r=ted
2013-05-30 17:00:46 +02:00
Gabor Krizsanits
94a2af0a2c
Bug 875405 - fixing unpushed cx usages. r=bholley
2013-05-30 16:54:46 +02:00
Josh Matthews
ebd54c0d61
Bug 873615 - Make certificate verification avoid addrefing JS-wrapped listeners off the main thread. r=bsmith
2013-05-17 15:28:18 -04:00
Jan de Mooij
e8b72b2ae3
Bug 876429 - Implement JSOP_SETCALL in the baseline compiler. r=bhackett
2013-05-30 10:48:12 +02:00
Joe Drew
97bedbde4e
Bug 876355 - We must report telemetry *before* shutting down the decoder! r=jrmuizel
...
This simply restores the control flow from pre-bug 716140.
2013-05-30 10:32:16 -04:00
Joe Drew
3f2ad154cb
Bug 876332 - Set currentAnimationFrameTime correctly based on the current frame's timeout (not the next frame's timeout). r=jrmuizel
...
In AdvanceFrame(), timeout refers to the timeout of the *next* frame. Setting
the *current* animation frame time based on the *next* frame is nonsense, but
worked for images with uniform frame timings. Unfortunately some images
don't have uniform frame timings!
2013-05-30 10:31:54 -04:00
Andrew Halberstadt
74fe8b1dde
Bug 876761 - Mirror moznetwork and mozcrash to m-c, r=jhammel
2013-05-30 10:13:29 -04:00
Kartikaya Gupta
fbee95ebf8
Bug 746876 - Fix double-tap coordinates in robocop test and re-enable it. r=gbrown
2013-05-30 09:58:29 -04:00
Kartikaya Gupta
b2018ae86d
Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis
...
Prior to this change, isBrowserContentDocumentDisplayed returned false
from the time that the isFirstPaint flag was set in layout to the time
that layout handed off the rendered document to the compositor. However
the way the function is used meant that it needs to return false until
the compositor actually composites the "first-paint" rendering,
otherwise other events can sneak in and run before the compositor. This
patch moves the tracking for the flag into GeckoLayerClient so that it
can be queried and modified synchronously from both the Gecko thread in
browser.js and the compositor thread in setFirstPaintViewport.
2013-05-30 09:55:23 -04:00
Kartikaya Gupta
7f6f0f474c
Bug 797615 - Cosmetic cleanup for the getDisplayPort JNI wrapper. r=Cwiiis
2013-05-30 09:55:08 -04:00
Avi Halachmi
8690f6200c
Bug 856427: Add vsync support at the refresh driver (Windows DWM). r=vlad
2013-05-29 13:31:16 +03:00
Peter Van der Beken
44c790a6fb
Bug 874321 - Fix setting of expandos on Xrays for DOM bindings with named properties. r=bz.
...
--HG--
extra : rebase_source : 697545417d27696de05c0f22987e4cb187d226cd
2013-05-29 11:38:57 +02:00
Ted Mielczarek
fb8130ef91
Bug 875576 - Teach get_binary_path how to get paths from the staged-package directory. r=gps
2013-05-28 15:33:49 -04:00