Rob Arnold
b079bc80b6
Fix Windows Mobile bustage due to bug 503892. r=roc
...
--HG--
extra : rebase_source : 8f391dee1106e5d22b48264971d207606983029f
2009-07-22 16:38:05 -07:00
timeless@mozdev.org
145236e39f
Bug 504474 JS_ValueToBoolean is void
...
r=brendan
2009-07-22 17:31:04 -05:00
timeless@mozdev.org
394f0a1fe0
Bug 500068 thundersomething addon constantly crashes tb 2.0.0.22 final (win32, winxp) [@ nsCharTraits<unsigned short>::length - nsPref::SetUnicharPref]
...
r=dveditz
2009-07-22 17:31:04 -05:00
timeless@mozdev.org
f3d51230fc
Bug 308245 nsWebBrowser::Create fails to handle docShell(do_CreateInstance("@mozilla.org/docshell;1")) failing [@ nsWebBrowser::BindListener]
...
r=bz
2009-07-22 17:31:04 -05:00
timeless@mozdev.org
86ae0b7a12
Bug 491195 fix warnings in qcms
...
mostly comparisons between unsigned and signed
also an incomplete initializer
and a warning about using C++ style variables
r=jrmuizel
2009-07-22 17:31:03 -05:00
timeless@mozdev.org
ecebe2a338
Bug 491196 don't implement static functions in headers
...
r=sdwilsh
Moving JSValStorageStatementBinder to mozStoragePrivateHelpers as bindJSValue
storage/src/mozStorageStatementParams.h: At global scope:
storage/src/mozStorageStatementParams.h:78: warning: ‘PRBool mozilla::storage::JSValStorageStatementBinder(JSContext*, mozIStorageStatement*, int, jsval)’ defined but not used
storage/src/mozStorageStatementParams.h:78: warning: ‘PRBool mozilla::storage::JSValStorageStatementBinder(JSContext*, mozIStorageStatement*, int, jsval)’ defined but not used
You get this once for each file that includes a header that defines a static function which is not used in that file.
2009-07-22 17:31:03 -05:00
timeless@mozdev.org
4ce3e7f582
Bug 496774 XPCJSRuntime::XPCJSRuntime shouldn't touch mJSRuntime without null checking something
...
r=bent sr=jst
2009-07-22 17:31:03 -05:00
timeless@mozdev.org
1f6f60b919
Bug 501593 update TestXPC to use Request Model
...
r=jorendorff sr=mrbkap
2009-07-22 17:31:02 -05:00
timeless@mozdev.org
9458b76a5d
Bug 504087 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IMETextTxn) incorrectly used NS_INTERFACE_MAP_END_INHERITING(EditTxn)
...
r=neil
2009-07-22 17:31:02 -05:00
timeless@mozdev.org
351383887d
Bug 504109 remove mPreferredWidth and mPreferredHeight from nsWindow
...
r=neil
2009-07-22 17:31:02 -05:00
timeless@mozdev.org
dc7b9b276c
Bug 504113 - "initialize mUsageDelta in nsInMemoryStorage()'s constructor" [r=honzab.moz]
...
r=mayhemer
2009-07-22 17:31:02 -05:00
timeless@mozdev.org
3229418722
Bug 504172 useless null check of first in nsXULPopupManager::Rollup
...
r=roc
2009-07-22 17:31:02 -05:00
timeless@mozdev.org
73ec0541b5
Bug 504453 nsAttrAndChildArray::GrowBy worries coverity
...
r=sicking sr=sicking
2009-07-22 17:31:01 -05:00
timeless@mozdev.org
b456407073
Bug 504473 FORWARD_NULL deref of mPresContext in nsEventStateManager::GetEventTarget
...
r=smaug sr=smaug
2009-07-22 17:31:01 -05:00
timeless@mozdev.org
4573189bef
Bug 504479 nsSMILAnimationFunction::ScaleIntervalProgress Comparing unsigned less than zero is never true
...
r=roc
2009-07-22 17:31:01 -05:00
timeless@mozdev.org
a505c4ee0b
Bug 504487 nativeBindings is unused in nsXBLWindowKeyHandler::WalkHandlers
...
r=neil
2009-07-22 17:31:01 -05:00
timeless@mozdev.org
711722cebc
Bug 504496 case eCSSEditableProperty_NONE is unreachable in nsHTMLCSSUtils::GetCSSPropertyAtom
...
r=neil
2009-07-22 17:31:01 -05:00
timeless@mozdev.org
78fb5b8346
Bug 504500 EmbedPrompter::Create touches mButtonLabels[EMBED_MAX_BUTTONS]
...
r=roc
2009-07-22 17:31:00 -05:00
Shawn Wilsher
a55625d015
Bug 504384 - Excessive Flickering with the Asynchronous Location Bar
...
This removes the synchronous call to adjustHeight. The adjustHeight call
running in the setTimeout will run after _appendCurrentResult has added our
results, and after any overflow has happened that we might hit (see
_adjustAcItem).
r=gavin
2009-07-22 15:29:43 -07:00
Shawn Wilsher
99a7d82e91
Bug 505871 - Use a timeout before searching in the location bar
...
Searches are really fast, but we don't want to do too much extra work. So, use
a timeout. In most cases, a user should get a result within 100ms still, which
should feel instantaneous.
r=dietrich
2009-07-22 15:18:34 -07:00
Shawn Wilsher
a472a959e1
Bug 505813 - Use the connections executeAsync instead of calling it on each statement.
...
r=dietrich
2009-07-22 15:18:34 -07:00
Shawn Wilsher
6631ab6c3b
Bug 505550 - Acquire the db's mutex when cloning statements in Connection::ExecuteAsync
...
Hold the lock around all our API calls so we don't lose so much to the
background thread.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher
2681223754
Bug 505550 - Acquire the db's mutex when cloning statements in Connection::ExecuteAsync
...
Hold the lock around all our API calls so we don't lose so much to the
background thread.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher
5a66fb8a7c
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
...
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher
c61e6f67fa
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
...
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher
2d8562eff5
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
...
Part 1: Create helper objects to make using sqlite3_mutex safer and easier.
r=cjones
2009-07-22 15:18:33 -07:00
Shawn Wilsher
dfa9ebd065
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
...
Part 1: Create helper objects to make using sqlite3_mutex safer and easier.
r=cjones
--HG--
rename : xpcom/tests/TestDeadlockDetector.cpp => storage/test/test_deadlock_detector.cpp
2009-07-22 15:18:33 -07:00
Shawn Wilsher
83b29773b6
Merge places to mozilla-central.
2009-07-22 15:12:39 -07:00
Shawn Wilsher
77c23b85e8
Bug 494826 - Compile SQLite with SQLITE_DEBUG defined
...
Compile SQLite in debug mode in our debug builds. We don't hit any assertions
in tests currently, and if we ever do, we've just found a bug in SQLite.
r=ted
2009-07-22 14:43:24 -07:00
Shawn Wilsher
4d2f963e8e
Bug 494826 - Compile SQLite with SQLITE_DEBUG defined
...
Compile SQLite in debug mode in our debug builds. We don't hit any assertions
in tests currently, and if we ever do, we've just found a bug in SQLite.
r=ted
2009-07-22 14:43:24 -07:00
Taras Glek
cb476993e2
Bug 505784: nuke STANDALONE mode in libjar r=bsmedberg
2009-07-22 14:43:10 -07:00
Shawn Wilsher
969b91a21d
Merge for back out of changeset 06433d3dafd9 (bug 504422) because the patch is wrong.
2009-07-22 14:05:11 -07:00
Shawn Wilsher
bd04bc4647
Backed out changeset 06433d3dafd9 (bug 504422) because the patch is wrong.
2009-07-22 14:04:12 -07:00
Chris Jones
bfa66f0835
Bug 505586: use the right String::Find() function from external API code. r=bsmedberg
2009-07-22 15:47:14 -05:00
Doug Turner
be78c88279
[Bug 505277] - strncpy without null termination in nsWifiScannerUnix. r=dbaron
2009-07-22 13:33:44 -07:00
Doug Turner
17225a64d3
[Bug 505278] - nsWifiAccessPoint::GetSsid doesn't do what it thinks it does with embedded nulls. r=dbaron
2009-07-22 13:32:40 -07:00
Neil Rashbrook
cf7b4f42e8
Bug 483537 Move -moz-appearance styles from content into skin where they belong r=dao,mstange
2009-07-22 20:58:34 +01:00
Shawn Wilsher
f92ecf4991
Reverting accidental changes to build/automationutils.py from changeset 06433d3dafd9.
2009-07-22 12:24:54 -07:00
L. David Baron
1837dd0080
Fix typo in error message. (Bug 505774)
2009-07-22 14:58:16 -04:00
Peter Van der Beken
e7c19654e6
Fix for bug 500349 (DOMParser no longer available in Greasemonkey scripts). r/sr=jst.
...
--HG--
extra : rebase_source : e42a5ad4bc82ef7b6933e9420840f83548ecde2c
2009-07-22 20:50:24 +02:00
Makoto Kato
815f6cdd90
Bug 499262 - Remove Metoworks Code for OS 9. r+sr=bsmedberg
2009-07-24 19:11:23 +09:00
Makoto Kato
240dd42e43
Bug 505680 - xpcshell for Symbian. r=mrbkap
2009-07-24 19:05:57 +09:00
Wesley W. Garland
74b5263a84
Bug 502696 js_CompareAndSwap on sparc should not use PRLock() r=jorendorff sr=benjamin
2009-07-24 17:41:42 +08:00
Martijn Wargers
7075888a30
Bug 502233 - Webpage reading program(text to speech) stopped working in Firefox environment after upgrade, r=roc
2009-07-24 08:12:11 +02:00
Mark Finkle
ea821545f4
Bug 506007: Compositor breaks Fennec on Maemo/Hidon, r=karlt
2009-07-23 22:08:07 -04:00
Justin Dolske
87e4cd5f1d
Bug 504499 - Windows CE build always start up with the window maximized, change not persisted. r=vladimir
2009-07-23 17:35:49 -07:00
Justin Dolske
34f7f644ff
Bug 502511 - menu font/size/spacing off on Windows CE. r=vladimir
2009-07-23 17:35:49 -07:00
Justin Dolske
c952f24155
Bug 504238 - <menupopup>s on Windows CE are confusing window size and content size.. r=vladimir
2009-07-23 17:35:49 -07:00
Justin Dolske
f6b71e2e04
Bug 504953 - Clean up firefox branding in the build system. r=benjamin
...
--HG--
rename : browser/app/macbuild/background.png => browser/branding/nightly/background.png
rename : browser/installer/windows/nsis/branding.nsi => browser/branding/nightly/branding.nsi
rename : browser/base/branding/about.png => browser/branding/nightly/content/about.png
rename : browser/base/branding/aboutCredits.png => browser/branding/nightly/content/aboutCredits.png
rename : browser/base/branding/aboutFooter.png => browser/branding/nightly/content/aboutFooter.png
rename : browser/base/branding/icon48.png => browser/branding/nightly/content/icon48.png
rename : browser/base/branding/icon64.png => browser/branding/nightly/content/icon64.png
rename : browser/app/default16.png => browser/branding/nightly/default16.png
rename : browser/app/default32.png => browser/branding/nightly/default32.png
rename : browser/app/default48.png => browser/branding/nightly/default48.png
rename : browser/app/macbuild/disk.icns => browser/branding/nightly/disk.icns
rename : browser/app/document-os2.ico => browser/branding/nightly/document-os2.ico
rename : browser/app/macbuild/document.icns => browser/branding/nightly/document.icns
rename : browser/app/document.ico => browser/branding/nightly/document.ico
rename : browser/app/document.png => browser/branding/nightly/document.png
rename : browser/app/macbuild/dsstore => browser/branding/nightly/dsstore
rename : browser/app/firefox-os2.ico => browser/branding/nightly/firefox-os2.ico
rename : browser/app/macbuild/firefox.icns => browser/branding/nightly/firefox.icns
rename : browser/app/firefox.ico => browser/branding/nightly/firefox.ico
rename : browser/base/content/browserconfig.properties => browser/branding/nightly/locales/browserconfig.properties
rename : browser/locales/en-US/chrome/branding/brand.dtd => browser/branding/nightly/locales/en-US/brand.dtd
rename : browser/locales/en-US/chrome/branding/brand.properties => browser/branding/nightly/locales/en-US/brand.properties
rename : browser/app/mozicon128.png => browser/branding/nightly/mozicon128.png
rename : browser/app/firefox-branding.js => browser/branding/nightly/pref/firefox-branding.js
rename : browser/app/splash.bmp => browser/branding/nightly/splash.bmp
rename : browser/installer/windows/wizHeader.bmp => browser/branding/nightly/wizHeader.bmp
rename : browser/installer/windows/wizHeaderRTL.bmp => browser/branding/nightly/wizHeaderRTL.bmp
rename : browser/installer/windows/wizWatermark.bmp => browser/branding/nightly/wizWatermark.bmp
2009-07-23 17:35:49 -07:00
Justin Dolske
d31edc7f4a
Bug 504750 - Add splashscreen support to build system. r=benjamin ui-r=beltzner
2009-07-23 17:35:48 -07:00