Commit Graph

83383 Commits

Author SHA1 Message Date
Mark Finkle
7fe1a98eb2 Bug 714713 - Comparison of strings using == [r=dougt] 2012-01-03 12:19:44 -05:00
Kyle Huey
c80613c2e2 Back out Bug 587797 due to test failures. 2012-01-03 11:44:34 -05:00
Gabor Krizsanits
ea4b7ab908 Bug 587797 - IndexedDB: Tests for making it possible to access IndexedDB APIs from chrome. r=khuey 2012-01-03 10:31:12 -05:00
Gabor Krizsanits
c13475a42d Bug 587797 - IndexedDB: Make it possible to access IndexedDB APIs from chrome. r=khuey,bent 2012-01-03 10:27:39 -05:00
Brad Lassey
eda9fe4d1f bug 714553 - align embedding/android/Makefile.in with mobile/android/base/Makefile.in r=khuey 2012-01-01 19:18:48 -05:00
Jim Mathies
51fa63a41b Bug 712571 - Fix for nsIFilePicker filterIndex always returning 0 on Vista and up. r=neil. 2012-01-03 08:59:29 -06:00
Rafael Ávila de Espíndola
2d330ca79e Bug 714378 - Close connections in storage/test/unit/vacuumParticipant.js. r=mak 2012-01-03 09:41:16 -05:00
Rafael Ávila de Espíndola
651f8a18eb Bug 714367 - Add an explicit getOpenedUnsharedDatabase to storage/test/unit/head_storage.js. r=mak. 2012-01-03 09:12:54 -05:00
Tobias Markus
38a4e147d6 Bug 712698 - view.selection is null in error console when starting Firefox with about:config in a tab. r=Mossop 2011-12-21 19:37:20 +01:00
David Marteau
fd62772c11 Bug 714597 - GfxInfoCollector.h used in Thebes API should not depend on internal string API. r=roc 2012-01-03 13:19:58 +01:00
Dão Gottwald
215b59f125 Bug 713835 - Style Editor search box shouldn't be round on Linux. r=paul 2012-01-03 13:18:50 +01:00
Marco Bonardo
0fd1e28834 Merge mozilla-central and mozilla-inbound 2012-01-03 12:39:02 +01:00
Marco Bonardo
6d541babbe Merge last green PGO from mozilla-inbound to mozilla-central 2012-01-03 12:36:26 +01:00
Makoto Kato
a451e09fed Bug 709562 - Part 1. Add delay load for RAS dlls. r=khuey 2012-01-03 19:08:33 +09:00
Makoto Kato
9444c2393a Bug 709562 - Part 1. nsAutoDialWin does not need to load rasapi32/rasdlg dynamically. r=jimm 2012-01-03 19:08:12 +09:00
Benoit Jacob
d953a4f210 Bug 713266 - Update ANGLE to r930 - no review
No review because this is just syncing us with the upstream
  http://code.google.com/p/angleproject/
2012-01-03 05:01:43 -05:00
Nicholas Nethercote
5f13f50fe4 Bug 703143 - Use a memory multi-reporter for SQLite's per-connection reporting (attempt 2). r=sdwilsh.
--HG--
extra : rebase_source : c0bf639394d78efa1cd962d27433050f442eaf2b
2012-01-03 00:27:05 -08:00
Mark Finkle
a32ae1c040 Backout 0284b1ff46c6, for NullPointerException 2012-01-03 02:18:39 -05:00
Mark Finkle
1c900b1f15 Bug 714715 - Variable is used before a null check in GeckoApp.launch [r=dougt] 2012-01-03 00:57:24 -05:00
Mark Finkle
c4249100b6 Bug 714710 - LayerRenderer.checkFrameRateMonitorEnabled should use start() instead of run() [r=dougt] 2012-01-03 00:57:06 -05:00
Mark Finkle
8968b664d6 Bug 714713 - Comparison of strings using == [r=dougt] 2012-01-03 00:56:57 -05:00
Mark Finkle
7945eeecd0 Bug 714708 - NullPointerException at GeckoInputConnection.notifyIME [r=dougt] 2012-01-03 00:54:29 -05:00
Ms2ger
c06f7f2913 Bug 714580 - Remove extra parens from JS_ASSERT_IF; r=Waldo 2012-01-02 21:55:34 +01:00
Thomas Prip Vestergaard
3f6ddf6af6 Bug 710992 - Fix third argument in memcmp call in pixman-image.c; r=roc 2012-01-02 19:15:04 +01:00
Nathan Froyd
328f18147b Bug 609710 - Fix warnings in TestStartupCache.cpp; r=mwu f=Ms2ger 2011-12-29 15:06:00 -05:00
Landry Breuil
ee53065fa8 Bug 714332 - Fix uint64 types usage in dom/workers and dom/base; r=bent
Use uint64_t where appropriate for mData, fails to build on OpenBSD
otherwise with wrong casts/no matching template.

dom/base/nsStructuredCloneContainer.cpp:96: error: invalid conversion from 'PRUint64*' to 'uint64_t*'
dom/base/nsStructuredCloneContainer.cpp:131: error: invalid conversion from 'PRUint64*' to 'uint64_t*'
dom/workers/WorkerPrivate.cpp:822: error: no matching function for call to 'JSAutoStructuredCloneBuffer::steal(uint64**, size_t*)'
../../dist/include/jsapi.h:4641: note: candidates are: void
JSAutoStructuredCloneBuffer::steal(uint64_t**, size_t*, uint32_t*) <near
match>
dom/workers/WorkerPrivate.cpp:833: error: no matching function for call to 'JSAutoStructuredCloneBuffer::adopt(uint64*&, size_t&)'
../../dist/include/jsapi.h:4634: note: candidates are: void
JSAutoStructuredCloneBuffer::adopt(uint64_t*, size_t, uint32_t) <near
match>
dom/workers/WorkerPrivate.cpp:853: error: no matching function for call to 'JSAutoStructuredCloneBuffer::steal(uint64**, size_t*)'
../../dist/include/jsapi.h:4641: note: candidates are: void
JSAutoStructuredCloneBuffer::steal(uint64_t**, size_t*, uint32_t*) <near
match>
2012-01-02 19:08:14 +01:00
Ms2ger
0dd7de973f Bug 707049 - Followup: fix accidentally introduced 'uint8's from js/src; r=sparky 2012-01-02 19:06:35 +01:00
Gabor Krizsanits
2473827347 Bug 677294 - part 2: need a way to create new JS scopes and run scripts against them (same compartment); r=mrbkap 2012-01-02 19:06:07 +01:00
Ms2ger
281c274704 Bug 623610 - Remove support for geostd8; r=smontagu 2012-01-02 19:05:20 +01:00
Ms2ger
1bc518a27a Bug 714258 - Remove unused variable rv in nsEditorController::RegisterEditorCommands; r=ehsan 2012-01-02 19:05:19 +01:00
Ms2ger
055d033e8e Bug 710805 - Assert validity in xpc_qsBasicString; r=jst 2012-01-02 19:05:19 +01:00
Ms2ger
907439a753 Bug 709086 - Don't use JS_GetParent in mozJSSubScriptLoader::LoadSubScript; r=jorendorff 2012-01-02 19:05:19 +01:00
Ms2ger
c8fd736d93 Bug 714057 - Remove uintn users from XPConnect; r=bholley+khuey 2012-01-02 19:05:19 +01:00
Ms2ger
1415925d63 Bug 713645 - Remove superfluous inclusions of jscntxt.h; r=luke 2012-01-02 19:05:19 +01:00
Ms2ger
bc9a659fe7 No bug - Return 'false' instead of 'NULL' from ContextStack::pushExecuteFrame. 2012-01-02 19:05:19 +01:00
Richard Newman
3c2c2dbba6 Bug 714565 - Part 2: more logging cleanup in BrowserProvider.java.in. r=mfinkle 2012-01-02 08:37:14 -08:00
Richard Newman
c328f38664 Bug 714565 - Part 1: correct synchronization in BrowserProvider. r=mfinkle 2012-01-02 08:37:13 -08:00
Phil Ringnalda
b2a9cfa61e Merge mozilla-inbound with mozilla-central 2012-01-01 20:53:49 -08:00
Bill McCloskey
587dd47a33 Bug 712480 - Assert in most JSAPI functions that we're not inside a GC (r=Waldo) 2012-01-01 17:18:07 -08:00
Jeff Walden
e4a989aa9d Return NULL from a pointer-returning method, not false. No bug, r=fix-warning 2012-01-01 18:44:30 -06:00
Olli Pettay
d526837f54 Bug 713778 - nsICycleCollectorListener should not enable trace_all by default, r=mccr8 2012-01-01 23:48:42 +02:00
Kyle Huey
dca538b319 Bug 714445: nsWebMReader should not read preferences off the main thread. r=roc 2012-01-01 12:10:49 -05:00
Tim Taubert
e7bb002491 merge m-c to fx-team 2012-01-01 16:51:47 +01:00
Phil Ringnalda
6b88f0cb89 No bug, remove trailing whitespace to trigger builds on a CLOSED TREE 2011-12-31 21:15:38 -08:00
Phil Ringnalda
9183385f3c Merge mozilla-inbound to mozilla-central 2011-12-31 18:47:52 -08:00
Igor Bukanov
e563738a39 bug 714344 - background decommit must not leave GC chunks with no empty arenas on the available allocation list. r=wmccloskey 2011-12-31 21:29:41 +01:00
Brian Hackett
162df8e297 Fix warnings and Clang compile errors, bug 707049. r=waldo 2011-12-31 12:39:05 -07:00
Mark Banner
a05d7217e2 Backout changeset e13a27a39088 / bug 714394 due to breaking comm-central builds. toolkit-makefiles.sh only change so DONTBUILD as per the original checkin 2011-12-31 18:31:12 +00:00
Joel Maher
8aaaa2213b Bug 701076 - [hoooking up make] Robotium integration into birch tree. r=blassey,bear 2011-12-31 10:03:36 -05:00
Brian Hackett
95d4e2f5d9 Backed out changeset 4282a285d381 (bug 707049 backout). 2011-12-31 07:32:04 -07:00