Shawn Wilsher
|
f871937b41
|
Bug 574811 - Rename IDBCursorRequest to IDBCursor
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
|
2010-06-28 11:51:06 -07:00 |
|
Shawn Wilsher
|
3d5256df47
|
Bug 574811 - Rename IDBIndexRequest to IDBIndex
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBIndexRequest.cpp => dom/indexedDB/IDBIndex.cpp
rename : dom/indexedDB/IDBIndexRequest.h => dom/indexedDB/IDBIndex.h
|
2010-06-28 11:51:06 -07:00 |
|
Shawn Wilsher
|
c4b3932911
|
Bug 574811 - Rename IDBObjectStoreRequest to IDBObjectStore
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBObjectStoreRequest.cpp => dom/indexedDB/IDBObjectStore.cpp
rename : dom/indexedDB/IDBObjectStoreRequest.h => dom/indexedDB/IDBObjectStore.h
|
2010-06-28 11:51:06 -07:00 |
|
Zack Weinberg
|
aacc755259
|
Bug 571989 part 1: Move the contents of gfx/src/psshared into widget/src/gtk2, which is the sole user.
--HG--
rename : gfx/src/psshared/nsCUPSShim.cpp => widget/src/gtk2/nsCUPSShim.cpp
rename : gfx/src/psshared/nsCUPSShim.h => widget/src/gtk2/nsCUPSShim.h
rename : gfx/src/psshared/nsPSPrinters.cpp => widget/src/gtk2/nsPSPrinters.cpp
rename : gfx/src/psshared/nsPSPrinters.h => widget/src/gtk2/nsPSPrinters.h
rename : gfx/src/psshared/nsPaperPS.cpp => widget/src/gtk2/nsPaperPS.cpp
rename : gfx/src/psshared/nsPaperPS.h => widget/src/gtk2/nsPaperPS.h
|
2010-06-28 10:36:17 -07:00 |
|
Shawn Wilsher
|
a2baef3136
|
Bug 574811 - Rename IDBDatabaseRequest to IDBDatabase
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBDatabaseRequest.cpp => dom/indexedDB/IDBDatabase.cpp
rename : dom/indexedDB/IDBDatabaseRequest.h => dom/indexedDB/IDBDatabase.h
|
2010-06-28 09:46:49 -07:00 |
|
Shawn Wilsher
|
b68638c849
|
Bug 574811 - Rename IDBTransactionRequest to IDBTransaction
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBTransactionRequest.cpp => dom/indexedDB/IDBTransaction.cpp
rename : dom/indexedDB/IDBTransactionRequest.h => dom/indexedDB/IDBTransaction.h
|
2010-06-28 09:46:21 -07:00 |
|
Shawn Wilsher
|
3405a47131
|
Bug 574740 - Rename nsIIndexedDatabaseRequest to nsIIDBFactory
Update interface names per specification.
r=bent
--HG--
rename : dom/indexedDB/IndexedDatabaseRequest.cpp => dom/indexedDB/IDBFactory.cpp
rename : dom/indexedDB/IndexedDatabaseRequest.h => dom/indexedDB/IDBFactory.h
rename : dom/indexedDB/nsIIndexedDatabaseRequest.idl => dom/indexedDB/nsIIDBFactory.idl
|
2010-06-28 09:44:30 -07:00 |
|
timeless
|
4ab4321776
|
Bug 568007 - js_GetReservedSlot is too friendly to api abusers r=jorendorff
|
2010-06-28 12:00:07 +02:00 |
|
Masatoshi Kimura
|
eb279b4d05
|
Bug 570365 - Remove -MANIFESTUAC:NO linker flag from configure r=ted.mielczarek
--HG--
extra : rebase_source : 75eb9e70e04abac7e61e835f62f0aef82c085cec
|
2010-06-27 01:33:17 +02:00 |
|
Jacek Caban
|
d976802e3d
|
Bug 573341 - Wrong AVMPLUS_ALIGN16 declaration on mingw r=dvander
--HG--
extra : rebase_source : 1ae22e8abd799137e661f34b0c8346006a511617
|
2010-06-27 01:28:10 +02:00 |
|
Jacek Caban
|
be2d8d71ce
|
Bug 569821 - js compilation failure on mingw-w64 r=dvander
--HG--
extra : rebase_source : 849d0c26e909917d6bdf7643928978cf59ed61b5
|
2010-06-27 01:27:18 +02:00 |
|
Daniel Holbert
|
60bb80c99c
|
Bug 557566 followup: disable FAIL_ON_WARNINGS on Android. r=mwu
|
2010-06-26 15:15:35 -07:00 |
|
Ginn Chen
|
ae8390a3fd
|
Bug 574639 fix a typo in last commit
|
2010-06-27 01:09:34 +08:00 |
|
Ginn Chen
|
b8f8b9b8aa
|
Bug 574639 Several fixes for configure.in and rules.mk for Solaris r=bsmedberg
|
2010-06-27 00:56:07 +08:00 |
|
Ben Newman
|
fd4a775b61
|
Disable hanging jetpack XPCShell tests. r=sdwilsh
|
2010-06-25 11:42:34 -07:00 |
|
Ben Newman
|
efe16a69c1
|
Implement the multi-process Jetpack API (bug 556846). r=bsmedberg,bent
|
2010-06-25 08:00:37 -07:00 |
|
Ben Newman
|
17048d28ab
|
Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg
|
2010-06-25 08:00:35 -07:00 |
|
Jason Orendorff
|
32d2f15ab1
|
Bug 560643 - Part 3, add support for jsval XPIDL type. r=jst, sr=jst.
|
2010-06-18 15:29:21 -05:00 |
|
Jacek Caban
|
379a1a3599
|
Bug 569819 - Fix nanojit compilation failure on mingw-w64. r=edwsmith
|
2010-06-25 15:59:05 +02:00 |
|
Dão Gottwald
|
0c8e810c3a
|
Backed out changeset 2f3c4cbb8c4f
|
2010-06-25 16:52:08 +02:00 |
|
Dão Gottwald
|
d5d387b4f6
|
Bug 569819 - Fix nanojit compilation failure on mingw-w64. r=edwsmith
|
2010-06-25 15:59:05 +02:00 |
|
Josh Matthews
|
2747b640a9
|
Bug 550860 - Profile directory for xpcshell based tests needs to be in a predefined, stable, location for at least some tests. r=ted
|
2010-04-28 03:28:56 +10:00 |
|
Andreas Gal
|
388ecac933
|
Bug 571698 - TM: turn off int/double speculation when we record many peer trees
|
2010-06-24 15:18:07 -07:00 |
|
Saint Wesonga
|
770c665f0d
|
Bug 512447 - JSON.stringify does not correct handle replacer functions. r=sayrer
|
2010-06-24 13:32:07 -07:00 |
|
Blake Kaplan
|
c22541b762
|
Fix bug 572130. r=jst
|
2010-06-23 17:09:00 -05:00 |
|
Ben Turner
|
4334db65c2
|
Bug 553413 - 'Implement Asynchronous parts of the Indexed Database API.' p=sdwilsh+bent, r=jst.
|
2010-06-23 12:46:08 -07:00 |
|
Phil Ringnalda
|
410ceb5406
|
Bug 561354 - Disable regress-422348.js on all 64-bit OSes, like everyone including me thought I was going to do in the last patch
|
2010-06-19 18:59:20 -07:00 |
|
Phil Ringnalda
|
17abd2f1ac
|
Bug 561354 - Disable some jsreftests that we know fail on Linux (and Mac) 64-bit on all other sorts of 64-bit too, r=bc
|
2010-06-15 21:53:44 -07:00 |
|
Benoit Jacob
|
daa03541ae
|
b=571029; readPixels API change, support both old and new signatures, also fix 572797 (allow non-fitting rectangles), and check that sizes are nonnegative; r=vladimir
|
2010-06-19 10:46:12 -04:00 |
|
Blake Kaplan
|
7f2ff221df
|
Bug 572149 - Deal with an abort when about to *start* executing an imacro. r=gal
|
2010-06-16 20:29:52 -07:00 |
|
Justin Wood
|
26464d9284
|
Bug 565191: Add --with-debug-label to js. r=ted
--HG--
extra : rebase_source : 7924c1d60929cd8a163052323927e7ca70de21d3
|
2010-06-17 18:43:13 -07:00 |
|
Kyle Huey
|
78056f9387
|
Bug 561674: Finish removing DEBUG_<username> from the tree. r=ted
--HG--
extra : rebase_source : e1d21af437660367681dbe631e1b8f6852c68f16
|
2010-06-17 17:34:23 -07:00 |
|
Ehsan Akhgari
|
9f494e769c
|
Bug 572445 - Bug 552121 broke compilation with --enable-functiontimer turned on; r=vlad
|
2010-06-16 13:01:17 -04:00 |
|
Michael Wu
|
c6f254c9c1
|
Make test_bogus_files.js pass after bug 552121 c666507bf280
|
2010-06-15 14:09:59 -07:00 |
|
Michael Wu
|
63c737142d
|
Bug 552121 - Load js modules and components from the omnijar [7/7], r=bsmedberg
|
2010-06-15 12:38:46 -07:00 |
|
Blake Kaplan
|
3063e8da4c
|
Bug 565351 - Disallow passing E4X values through SJOWs. r=jst
--HG--
extra : rebase_source : 4fa7a248aed479530b76c043b6ea322300740610
|
2010-06-14 14:30:58 -07:00 |
|
Blake Kaplan
|
f77f5a8c71
|
Bug 564330 - Throw an exception for real when an E4X object is passed to a variant through a quickstub. r=peterv
--HG--
extra : rebase_source : f3ac8865985737756006b6843a5bb455656c07ea
|
2010-05-13 14:35:01 -07:00 |
|
Peter Van der Beken
|
49611b68b0
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 4 - need different XPCNativeScriptableShareds for CI with different interface bitmaps. r=jst.
|
2010-06-10 12:22:15 +02:00 |
|
Peter Van der Beken
|
f6272d061d
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3b - use fast unwrapping for nsIDOMNodeList_GetLength. r=jst.
|
2010-05-31 18:39:36 +02:00 |
|
Harry Li
|
59af27f760
|
Bug 571751 - android build broken in jscntxt.cpp, r=gal
--HG--
extra : rebase_source : 91a9bf3acf3b21741ed74e7f044d95d3e38d1cfd
|
2010-06-14 13:33:30 -07:00 |
|
Kyle Huey
|
34cf43dbdc
|
Backing out Bug 531886 to fix l10n builds.
|
2010-06-14 11:16:43 -07:00 |
|
Kyle Huey
|
26dbbbd41a
|
Backed out changeset f7323647892a
|
2010-06-14 11:14:36 -07:00 |
|
Benedict Hsieh
|
36ada5a7cb
|
Bug 531886 - [regression] *.mfasl fastload caches not invalidated after build / changing XUL/JS code. r=bsmedberg
|
2010-06-11 12:02:13 -07:00 |
|
Jesse Ruderman
|
0fc412828f
|
Disable some misplaced perf tests because they are randomly orange.
|
2010-06-10 20:33:32 -07:00 |
|
Rail Aliev
|
4414f690e6
|
bug 569426: Tracking bug for build and release of Firefox 3.7a5 - Version bump for default branch. r=bhearsum
|
2010-06-10 10:35:42 -04:00 |
|
Blake Kaplan
|
c269e57415
|
Fix bug 567069. r=jorendorff/luke
|
2010-06-10 10:48:59 -07:00 |
|
Drew Willcoxon
|
593ba5e110
|
Bug 570291 - dump() inside sandbox truncates string's high bytes. r=bzbarsky
|
2010-06-09 14:08:14 -07:00 |
|
Peter Van der Beken
|
ec5a8050c3
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3k - use wildcards. r=jst.
|
2010-05-31 23:02:10 +02:00 |
|
Dan Witte
|
8adc0c8eec
|
Bug 568059 - Remove navigator.preference. r=sicking, sr=jst
|
2010-06-08 16:43:55 -07:00 |
|
Benjamin Smedberg
|
c9dfd53fad
|
jscntxt.h(796): warning C4099: 'js::TraceMonitor' : type name first seen using 'class' now seen using 'struct', see jsprvtd.h(158), r=jorendorff
|
2010-06-08 11:33:55 -04:00 |
|