Ben Turner
|
2fd5344d23
|
Fix setVersion to hold an exclusive lock on the database, and other little tweaks
|
2010-06-16 19:22:28 -07:00 |
|
Ben Turner
|
a7878efd42
|
Enable foreign key support in release builds too
|
2010-06-16 08:04:54 -07:00 |
|
Benjamin Stover
|
b0870bf399
|
Bug 570867 - e10s http: add cookies to request in child, not parent [r=dwitte]
|
2010-06-15 16:07:10 -07:00 |
|
Ben Turner
|
f669481941
|
Calling continue twice in a cursor callback should throw
|
2010-06-15 14:50:43 -07:00 |
|
Ben Turner
|
8c0e781bf8
|
Implement object cursors for indexes
|
2010-06-15 14:26:11 -07:00 |
|
Ben Turner
|
83a402e378
|
Make NEXT_NO_DUPLICATE and PREV_NO_DUPLICATE behave the same as NEXT and PREV for object store cursors
|
2010-06-15 13:21:20 -07:00 |
|
Ben Turner
|
ac32f9df94
|
Add keyrange support for index cursors
|
2010-06-15 12:40:39 -07:00 |
|
Ben Turner
|
8616bb1837
|
Add PREV support to object store cursors and index cursors
|
2010-06-15 10:34:13 -07:00 |
|
Ben Turner
|
accaa6e98f
|
Fix a big with bad args to object stores with keypaths
|
2010-06-14 17:19:55 -07:00 |
|
Ben Turner
|
04bdef6c5d
|
Relax restrictions on values that can be put into an object store with an index on it
|
2010-06-14 16:31:05 -07:00 |
|
Honza Bambas
|
e075ab404a
|
Bug 571380, e10s: build problem in content/canvas/src/nsCanvasRenderingContext2D.cpp(2653), r=roc
|
2010-06-12 13:37:59 +02:00 |
|
Henri Sivonen
|
8606402984
|
Bug 570898 - Defer isindex prompt reading until after startup. r=jonas.
|
2010-06-11 18:08:13 +03:00 |
|
Gavin Sharp
|
95b454b80c
|
Correct SeaMonkey bustage fix for a1faf051bbc9 (bug 398776)
|
2010-06-23 04:07:48 -04:00 |
|
Oleg Romashin
|
d3bd6b7a5b
|
Bug 571832 - Provide CreateForNativePixmapSurface API. r=vladimir.
--HG--
extra : rebase_source : 0f7214266a6bf449620d6b46fd14bc6978b621ee
|
2010-06-23 05:24:31 -04:00 |
|
Oleg Romashin
|
dc52950aa1
|
Bug 560537 - Make EGL provider use GL context created by Qt. r=bas.schouten.
--HG--
extra : rebase_source : 45a0da770a8e8a89c4ca02c67469893cd4f9872a
|
2010-06-23 05:24:22 -04:00 |
|
Oleg Romashin
|
9e9a380094
|
Bug 560537 - Fix indent for EGL provider. r=bas.schouten.
--HG--
extra : rebase_source : 5e2376f681dd4c638c111c74cc203c59df9c318a
|
2010-06-23 04:02:12 -04:00 |
|
Masayuki Nakano
|
721ceccc5d
|
Bug 569988 adding test r=ehsan
|
2010-06-23 15:15:21 +09:00 |
|
Masayuki Nakano
|
8c29c9bf4e
|
Bug 519974 When we use IME, ASSERTION is printed at each key input (ASSERTION: nsEditor doesn't support wide caret: 'selectionStart == selectionEnd', editor/libeditor/base/IMETextTxn.cpp line 322 r=smichaud
|
2010-06-23 15:05:51 +09:00 |
|
Boris Zbarsky
|
8e8e4c48e0
|
Adding bug 573127 test
|
2010-06-23 01:43:17 -04:00 |
|
Boris Zbarsky
|
106aa16259
|
Bug 573127. Adjust the assert slightly to make it match reality. r=dbaron
|
2010-06-23 00:47:23 -04:00 |
|
Boris Zbarsky
|
7f14719c4d
|
Bug 573241. When reparenting a style context, don't include any transition rules the old context might have had in the new one, since that can confuse transitions. r=dbaron
|
2010-06-23 00:46:27 -04:00 |
|
Gavin Sharp
|
bccaa4e730
|
SeaMonkey bustage fix for a1faf051bbc9 (bug 398776)
--HG--
extra : rebase_source : fc71ecbfaf65c9a2a368f0ba478d9ea22c7c76ac
|
2010-06-23 00:31:29 -04:00 |
|
Matthew Gregan
|
15965d6735
|
Bug 573590 - Ensure code for FastConvertYUVToRGB32Row is placed in .text section. r=tterribe
|
2010-06-23 11:12:10 +12:00 |
|
Robert Strong
|
e9a99c0e95
|
Bug 570689 - Convert perl scripts to python. Patch 1 - remove unused perl scripts. r=ted.mielczarek
|
2010-06-22 19:10:30 -07:00 |
|
Robert Strong
|
7894b69717
|
Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Final cleanup patch. r=jmathies
|
2010-06-22 19:10:13 -07:00 |
|
Dave Townsend
|
8cc29264a1
|
Bug 562803: Add cleanup function to avoid one failing xpinstall test from messing up subsequent tests. r=robstrong
|
2010-06-22 18:59:52 -07:00 |
|
Shawn Wilsher
|
24afcf1585
|
Remove unneeded change for IDB code.
|
2010-06-10 17:39:21 -07:00 |
|
Shawn Wilsher
|
856152c7c6
|
Finish making the conversion from mozIndexedDB to moz_indexedDB
|
2010-06-10 17:16:47 -07:00 |
|
Shawn Wilsher
|
2d7f93ba9d
|
s/mozIndexedDB/moz_indexedDB/ per discussions with devrel
|
2010-06-10 15:50:59 -07:00 |
|
Shawn Wilsher
|
60db7d498c
|
Merge mozilla-central (a5 tag) and indexedDB
|
2010-06-10 15:02:00 -07:00 |
|
Shawn Wilsher
|
e6195a15ec
|
s/indexedDB/mozIndexedDB/
|
2010-06-10 14:13:39 -07:00 |
|
ffxbld
|
6598bb555b
|
Added tag FIREFOX_3_7a5_RELEASE for changeset b2f7bc2aa0bc. CLOSED TREE
--HG--
branch : GECKO193a5_20100610_RELBRANCH
|
2010-06-10 05:20:57 -07:00 |
|
ffxbld
|
0002b247f8
|
Added tag FIREFOX_3_7a5_BUILD1 for changeset b2f7bc2aa0bc. CLOSED TREE
--HG--
branch : GECKO193a5_20100610_RELBRANCH
|
2010-06-10 05:20:54 -07:00 |
|
ffxbld
|
cf3a7443eb
|
Automated checkin: version bump remove "pre" from version number for firefox 3.7a5 release on GECKO193a5_20100610_RELBRANCH CLOSED TREE
--HG--
branch : GECKO193a5_20100610_RELBRANCH
|
2010-06-10 05:20:52 -07:00 |
|
Olli Pettay
|
8f81d70abb
|
Bug 566024 - Add a 'global' messageManager, r=jst
|
2010-06-10 12:26:19 +03:00 |
|
John Daggett
|
9a13e54704
|
merge
|
2010-06-10 15:51:47 +09:00 |
|
John Daggett
|
4fa09eb50e
|
Backed out changeset d87007680567
|
2010-06-10 15:38:13 +09:00 |
|
Jason Duell
|
e25980227b
|
Add bug numbers for all TODO items that lack them in necko e10s code. r=cjones
--HG--
extra : rebase_source : c29981d18cd8fc43a11a48cbd1b7e9a2f24c9b24
|
2010-06-09 20:19:28 -07:00 |
|
John Daggett
|
02536d825c
|
Bug 561304. Revert to using GDI shaper on XP to avoid Uniscribe positioning bug at certain font sizes. r=jkew
|
2010-06-10 10:26:36 +09:00 |
|
Robert Strong
|
fad0b682ac
|
Followup comm-central bustage fix for Bug 569058 - backout makensis.mk changes until comm-central's configure.in is updated
|
2010-06-09 18:23:40 -07:00 |
|
Masayuki Nakano
|
9d9e285291
|
Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug+ehsan, sr=roc
|
2010-06-10 10:16:58 +09:00 |
|
Doug Turner
|
efbab3368a
|
Bug 570945 - Qt is not compiling. r=me. Slightly modifed based on chris.jones comments
|
2010-06-09 16:02:38 -07:00 |
|
Shawn Wilsher
|
c4d857b6e1
|
Fix build issues again.
|
2010-06-09 11:17:04 -07:00 |
|
Ehsan Akhgari
|
4bb0764e4f
|
Bug 570566 - Crash [@ nsTextControlFrame::SetInitialChildList] removing type from <input type=image>; r=jst
|
2010-06-09 14:13:56 -04:00 |
|
Josh Aas
|
dc18091697
|
Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst
|
2010-06-09 20:56:17 -04:00 |
|
Daniel Holbert
|
00d625e66a
|
merge
|
2010-06-09 17:17:19 -07:00 |
|
Daniel Holbert
|
79fa9a7cdd
|
Backed out changeset a8ac411e1653 (bug 552938) for causing some randomorange.
|
2010-06-09 17:16:25 -07:00 |
|
Robert Strong
|
c0b9792c32
|
Followup bustage fix for Bug 569058 - don't use a cached var.
|
2010-06-09 16:23:00 -07:00 |
|
Daniel Holbert
|
4d1cd2976f
|
Bug 571036: revert addition of reftest-wait, since it didn't help this randomorange. (Also remove unnecessary full-page white background). [test-only change]
|
2010-06-09 16:03:50 -07:00 |
|
Robert Strong
|
69279273eb
|
Bug 485114 - Add plugin for modifying file permissions and move NSIS plugins under other-licenses. r=bsmedberg
--HG--
rename : toolkit/mozapps/installer/windows/nsis/AppAssocReg.dll => other-licenses/nsis/Plugins/AppAssocReg.dll
rename : toolkit/mozapps/installer/windows/nsis/ApplicationID.dll => other-licenses/nsis/Plugins/ApplicationID.dll
rename : toolkit/mozapps/installer/windows/nsis/ShellLink.dll => other-licenses/nsis/Plugins/ShellLink.dll
rename : toolkit/mozapps/installer/windows/nsis/UAC.dll => other-licenses/nsis/Plugins/UAC.dll
rename : toolkit/mozapps/installer/windows/nsis/nsProcess.dll => other-licenses/nsis/Plugins/nsProcess.dll
|
2010-06-09 16:02:25 -07:00 |
|