Commit Graph

87887 Commits

Author SHA1 Message Date
Nick Alexander
b81d67db7c Bug 722575 - make SerialRecordConsumer.consumerIsDone() thread-safe. r=rnewman 2012-03-02 17:36:15 -08:00
Marina Samuel
7ca96b8ebd Bug 715796 - Part 1: client name. r=rnewman 2012-03-02 17:36:15 -08:00
Marina Samuel
d36abee0da Bug 715796 - Part 0: extract SQLiteOpenHelper cache from AndroidBrowserHistoryDataExtender. r=rnewman 2012-03-02 17:36:15 -08:00
Richard Newman
256a80185a Bug 731125 - Use correct X-If-Unmodified-Since header. r=rnewman 2012-03-02 17:36:15 -08:00
Matt Woodrow
80365647a2 Bug 732598 - Optionally load glGetTexLevelParameteriv - r=bjacob 2012-03-03 13:12:57 +13:00
Kyle Huey
805de2f0c9 Bug 732481: Remove the EM restart from the reftest harness. r=dbaron 2012-03-02 18:31:50 -08:00
Luke Wagner
6221ca4d35 Bug 730497 - preparatory parser sanity enhancements (r=jorendorff)
--HG--
extra : rebase_source : 4e89da8ce6b0f107fabd1944575c4c181283eeac
2012-02-27 16:36:04 -08:00
Luke Wagner
43d886c89e Bug 731724 - don't forget about function::arguments! (r=waldo)
--HG--
extra : rebase_source : e782e9f06b17a7ac5c46f990092c94595b1a92cd
2012-03-02 09:32:04 -08:00
Justin Lebar
0e2b8d1355 Bug 729940 - Part 0: Fix {local,session}Storage tests which rely on hashtable iteration order. r=honzab 2012-03-02 18:43:50 -05:00
Jonathan Watt
53e56faacf Bug 732429 - Move some code from nsSVGOuterSVGFrame::Paint to nsDisplaySVG::Paint. r=longsonr. 2012-03-02 23:38:36 +00:00
Justin Lebar
b236834711 Bug 729952 - Part 3: Add missing #include. r=me 2012-03-02 17:46:09 -05:00
John Schoenick
cf96434179 Bug 406541 - Followup - Handle failed URI creation, fix typo. r=bzbarsky 2012-03-02 14:13:10 -08:00
David Mandelin
5606b83eed Bug 732306: Remove typedef jsint, r=luke
--HG--
extra : rebase_source : 4d15a8514dbd698c114fa688461e533afab68ffa
2012-03-01 18:54:01 -08:00
Nathan Froyd
084c96d774 Bug 719295 - Clean up telemetry JSObject construction. r=taras, f=luke 2012-02-15 14:01:53 -08:00
Nathan Froyd
60c8e4a16a Bug 666612 - Fix compiler warnings in xpt_xdr.c. r=dougt 2012-02-21 08:49:18 -08:00
aceman
6c002f28d6 Bug 368758 - Remove obsolete workaround pref editor.quotesPreformatted. r=ehsan 2012-03-02 17:23:01 -05:00
Justin Lebar
b3d892cff8 Bug 729952 - Part 2: Use a better hash function in nsCRT, nsTHashtable, and pldhash. r=bz 2012-03-02 17:20:44 -05:00
Justin Lebar
0eff3f98db Bug 729952 - Part 1: Add a better hash function to mfbt. r=waldo 2012-03-02 17:18:21 -05:00
Benoit Jacob
bd837a50c5 Bug 676071 - ugh, that test is still failing on windows. re-adding to list of known failing tests. - no review, bustage 2012-03-02 17:15:23 -05:00
Phil Ringnalda
6d119fec53 Back out fae3603a8d1d (bug 699856) for test hangs on Windows 2012-03-02 14:12:34 -08:00
Benoit Jacob
d447c8ad1f Bug 676071 - remove uniformfArrayLen1.html from failing tests list - r=bustage 2012-03-02 16:56:06 -05:00
Daniel Holbert
652b38cf2e Bug 547801: mark reftest 'sort-additive-1.svg' as random on Android, for now. rs=jwatt 2012-03-02 13:37:47 -08:00
Benoit Girard
5a75c7871e Bug 732552 - Remove void return in ColorLayerOGL. r=ajuma 2012-03-02 15:36:30 -05:00
Benoit Jacob
d0fbf0ab29 Bug 676071 - use ANGLE long identifier mapping - r=jgilbert
This also fixes the leak reported in bug 723261, and makes us avoid generating the shader translator output when we don't use it (on Android).
2012-03-02 15:42:49 -05:00
Benoit Jacob
bd17383d47 Bug 676071 - add two stdc++ symbols that are needed by ANGLE - r=glandium 2012-03-02 15:42:49 -05:00
Benoit Jacob
aa8ba83909 Bug 676071 - drop ANGLE patch limiting identifiers to 250 chars - r=jgilbert 2012-03-02 15:42:49 -05:00
Benoit Jacob
d1de80d718 Bug 676071 - ANGLE patch: use SpookyHash to generate mapped ids, instead of a monotonic identifier - r=jgilbert 2012-03-02 15:42:49 -05:00
Jim Blandy
06d97d28e8 Bug 674171: Implement Debugger.Frame.prototype.onPop. r=jorendorff 2012-03-02 12:12:14 -08:00
Jim Blandy
1529189f09 Bug 674171: Separate the construction of a completion value from the debuggee->debugger compartment transition. r=jorendorff
In class Debugger, split newCompletionValue into:
- resultToCompletion, which takes a standard SpiderMonkey (success, value,
  context's exception) triple and produces the corresponding
  (JSTrapStatus, value) pair; and
- newCompletionValue, which takes a (JSTrapStatus, value) pair and produces
  a JavaScript completion value.

Define receiveCompletionValue to do exactly what newCompletionValue used to
do: the above two operations, with a compartment 'leave' in the middle.
Substitute receiveCompletionValue where newCompletionValue is used now.
2012-03-02 12:12:14 -08:00
Jim Blandy
ef074ec9f3 Bug 674171: Make the JavaScript shell's 'evaluate' function to return a value. r=jorendorff
This simplifies writing tests, since one can use common structure around
uses of both 'eval' (which produces "eval" frames) and 'evaluate' (which
produces "global" frames).
2012-03-02 12:12:14 -08:00
Jim Blandy
6e9fd83118 Bug 674171: Define Debugger::FrameRange, for iterating over the Debugger.Frame instances referring to a given StackFrame. r=jorendorff 2012-03-02 12:12:14 -08:00
Jim Blandy
ef77be4778 Bug 674171: Delete hasDebugModeCodeToDrop, it is scratched^Wunused. r=jorendorff
I had a hard time writing a test case for this, so I gave up.
2012-03-02 12:12:13 -08:00
Ehsan Akhgari
cf880062aa Bug 730882 - Clean up nsTransactionStack; r=roc 2012-03-02 15:08:40 -05:00
Aki Sasaki
147c013f99 bug 725294 - updated mobile mozconfigs. r=catlee 2012-03-02 11:55:21 -08:00
David Rajchenbach-Teller
31090d4a8a Bug 699856 - Refactor nsSearchService.js to not use a database engine. r=gavin 2012-03-02 20:42:04 +01:00
Oleg Romashin
39eb4f8ce1 Bug 732143 - WebGL on maemo6 N9 does not work anymore after FBO switch 720467. r=joe 2012-03-02 11:28:06 -06:00
Scott Johnson
0aed7e58e1 Bug 705446: Disable font inflation for preformatted text. [r=dbaron] 2012-03-02 11:25:33 -06:00
Marco Bonardo
103596764d Bug 731968 - AddLivemark callback should wait for all the writes.
r=dietrich
2012-03-02 18:05:33 +01:00
Marco Bonardo
bc1d795cb6 Bug 732186 - fix "this._resultObserversList is undefined" error from nsLivemarkService.js
r=dietrich
2012-03-02 18:05:29 +01:00
Benoit Jacob
13c6322c74 Bug 713305 - fix copyright year - r=joedrew 2012-03-02 12:00:12 -05:00
Asaf Romano
e5656b4696 Bug 724808 - First run import wizard doesn't show up anymore.
r=mak
2012-03-02 16:05:00 +01:00
Marco Bonardo
c961ce96d9 Merge central to inbound 2012-03-02 14:57:10 +01:00
Marco Bonardo
50b16a881a Merge last green PGO from inbound to central 2012-03-02 14:55:43 +01:00
Mark Capella
39763963ff Bug 627379 - Add test for @hidden attribute, r=surkov 2012-03-02 22:46:57 +09:00
Tim Taubert
6c87763997 merge m-c to fx-team 2012-03-02 09:47:01 +01:00
Fabien Cazenave
cd995314df Bug 732095 - Proportional thumb button in Gonk scrollbars r=mwu 2012-03-02 08:03:19 +01:00
Ginn Chen
106cd3000f Bug 731917 prevent plugins from corrupting the stack by making word-size stores to pointers to bool r=karlt 2012-03-02 14:17:26 +08:00
Boris Zbarsky
d491b35391 Bug 730100 followup. Add missing include guards. Assumed r=ms2ger 2012-03-02 00:20:32 -05:00
Boris Zbarsky
93fdc40674 Bug 615595. Set the form submission's mCharset to the charset we're actually using to encode the data. r=sicking 2012-03-02 00:19:30 -05:00
Boris Zbarsky
d14d125414 Bug 732178. Set up the image cache validator before the CORS listener. r=joe,sicking 2012-03-02 00:13:54 -05:00