Граф коммитов

310799 Коммитов

Автор SHA1 Сообщение Дата
Steve Fink 2f41cc1e9c Backed out 4 changesets (bug 876776) from cypress, since it's only fair that if I did the first-ever inbound2 push, I should get the first ever inbound2 backout (on a CLOSED TREE, no less!)
Backed out changeset 31e27a44b7c4 (bug 876776)
Backed out changeset f692efb201b0 (bug 876776)
Backed out changeset 497545d56f6c (bug 876776)
Backed out changeset 8ea5828317b2 (bug 876776)
2013-05-30 13:13:09 -07:00
Raymond Lee b4b00ff8fc Bug 876037 - Make app.releaseNotesURL and app.vendorURL optional. r=gavin 2013-05-31 03:25:43 +08:00
Raymond Lee 8dd12d0f2f Bug 846944 - Change www.mozilla.com to .org in official Firefox Branding preferences. r=gavin 2013-05-31 02:46:34 +08:00
Steve Fink b87321045d Bug 876776 - Add a -J option to the shell for running under jorendb, r=terrence 2013-05-30 11:40:16 -07:00
Steve Fink 27ccc0c762 Bug 876776 - Do not crash when dumping a NULL object, r=terrence 2013-05-30 11:40:16 -07:00
Steve Fink 9c1d94755f Bug 876776 - Allow using '--' to terminate shell arguments (and pass the rest to the script), r=terrence
This makes
  ./js -f foo.js -- a b c
the same as
  ./js foo.js a b c
but also allows things like
  ./js -e 'print(arguments)' -- a b c
which previously wasn't possible.
2013-05-22 09:50:08 -07:00
Steve Fink df3f29cdcb Bug 876776 - Import latest version of js/examples/jorendb.js. r=NPOTB (yet) 2013-05-30 11:40:14 -07:00
Gabor Krizsanits 54aa4ccd06 Bug 875405 - fixing unpushed cx usages. r=bholley 2013-05-30 16:54:46 +02:00
Josh Matthews b22938e80d 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 6516571f75 Bug 876429 - Implement JSOP_SETCALL in the baseline compiler. r=bhackett 2013-05-30 10:48:12 +02:00
Joe Drew c9a03cdf39 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 ed1618fa32 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 4f837919f3 Bug 876761 - Mirror moznetwork and mozcrash to m-c, r=jhammel 2013-05-30 10:13:29 -04:00
Kartikaya Gupta f9e53f1a33 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 059609fb24 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 0b742ebed4 Bug 797615 - Cosmetic cleanup for the getDisplayPort JNI wrapper. r=Cwiiis 2013-05-30 09:55:08 -04:00
Avi Halachmi 36ca537eb2 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 3402cab97c 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 e2f187d18e 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
Ted Mielczarek cfb4755f27 bug 855262 - add MozbuildObject.from_environment. r=glandium 2013-05-28 15:33:22 -04:00
Brian Hackett 1fdaad701e Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
Paolo Amadini d5594dfe54 Bug 810490 - Constant stack space promise. r=mossop
--HG--
rename : addon-sdk/test/unit/test_promise.js => toolkit/modules/tests/xpcshell/test_Promise.js
2013-05-30 14:23:42 +02:00
Bao Duong 185be9bd9e Bug 730626 - Add the ability to hide the error message overlay on HTML5 videos. r=dolske,jaws 2013-05-29 19:38:19 -04: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
Jim Mathies 9739039130 Bug 857437 - Remove obsolete fennec form helper css. r=fryn 2013-05-30 10:55:37 -05:00
Jim Mathies 572c46767e 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 40d8d3dcc9 Bug 875398 - Basic form auto-complete tests to catch future breakage. r=bbondy 2013-05-30 10:55:37 -05:00
Jim Mathies e83624360d 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 1809ff85e8 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 66db079742 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 30f441dfa0 no bug remove more probably useless calls to expectAssertions() 2013-05-30 11:47:33 -04:00
Douglas Crosher 00c7af6f94 Bug 863685 - (ARM) Avoid emitting VFP code if the CPU does not support it. r=jandem 2013-05-06 15:23:22 +10:00
Timothy Arceri 32ec2d3fb8 Bug 877409 - Remove old GTK_CHECK_VERSION/gtk_check_version for versions of GTK already covered by the minimum GTK build requirement 2.10. r=karlt 2013-05-30 08:10:02 -04:00
Justin Dolske 92aa9f3122 Bug 876550 - Add |this.clickToPlay.hidden = true;| to the immediate case in hideClickToPlay(). r=jaws 2013-05-30 08:10:02 -04:00
Simon Sapin dd86ae8ef1 Bug 875287 - font-family: Do not require whitespace between unquoted idents. r=dbaron
When 'font-family' is secified with unquoted identifiers rather than a quoted string, a single space should be inserted between identifier tokens, even if they are separated by a comment rather than a whitespace token.
2013-05-30 08:10:02 -04:00
Chiajung Hung c45c440206 Bug 875246 - Ensure that UpdateTexture DispatchImageClientUpdate only dispatches if not in the ImageBridge thread. r=kchen
DispatchImageClientUpdate is a helper function to dispatch IPC message, only dispatch when not in the ImageBridge thread can improve responsibility.
2013-05-30 08:10:02 -04:00