Florian Hänel
5b1dfe0a4d
Bug 687458 - TimeStamp in FPSState uninitialized, leads to crash; r=romaxa
2011-09-22 00:16:12 -04:00
Sean Stangl
94e87deaa3
Correct typo in NumberDiv. (Bug 686323, r=dvander)
2011-09-21 20:51:18 -07:00
Boris Zbarsky
342e93102b
Merge backout of revision adceb7fb0fce (bug 660233)
2011-09-21 23:06:22 -04:00
Boris Zbarsky
8846761995
Backed out changeset adceb7fb0fce (bug 660233) due to test failures.
2011-09-21 23:05:42 -04:00
Andreas Gal
50f364a16d
Bug 660233. Move nodePrincipal, baseURIObject, and documentURIObject from classinfo to XrayWrapper. r=mrbkap
2011-09-21 21:30:27 -04:00
Ed Morley
1e77b869e9
Merge tips of mozilla-central and mozilla-inbound
2011-09-22 01:46:53 +01:00
Philipp von Weitershausen
c1f5ccc16c
Merge services-central with mozilla-central
2011-09-21 12:55:42 -07:00
Steve Workman
1958c5e072
Bug 72444: Option to bypass proxy server for local addresses. r=honzab
2011-09-21 15:13:45 -04:00
Steve Workman
fc1645a78b
Bug 373900: Add a check to nsMultiMixedConv. r=honzab
2011-09-21 15:17:40 -04:00
Steve Workman
c55ae25a78
Bug 373899: Add checks to nsStandardURL. r=honzab
2011-09-21 15:21:42 -04:00
Mark Finkle
bf100312da
Bug 687312 - Show a non-interactive UI as soon as possible on startup r=mbrubeck
2011-09-21 15:19:44 -04:00
Mark Hammond
c055f5481f
Bug 683400 - SandboxDump should flush stderr after writing output. r=mrbkap
2011-09-21 20:56:20 +02:00
Rafael Ávila de Espíndola
e82895a375
Bug 687696 - Generate places shutdown events in the cpp tests. r=mak.
...
This uses the NS_XPCOM_WILL_SHUTDOWN_OBSERVER_ID notification to produce
the places shutdown messages, emulating what happens in the browser.
--HG--
extra : rebase_source : ddd5bf7973458df14c31f72567b147996b0fac00
2011-09-21 14:14:40 -04:00
Ehsan Akhgari
ecf63078da
Bug 685981 - 'oversize' is the only suggestion for 'exersize'; r=smaug
...
DONTBUILD
2011-09-21 14:15:00 -04:00
Ehsan Akhgari
a2e3fa67c0
Bug 687118 - Add a helper script for adding/removing a few words from the Hunspell en-US dictionary; r=smaug
2011-09-21 14:14:31 -04:00
ithinc
ea0ed516c3
Bug 687313 - Clear up non-referenced curSHEntry variable; r=dietrich
2011-09-21 19:06:42 +01:00
Lucas Rocha
971cf82200
Bug 686524 - Align url/title text with the favicon; r=wesj
...
And add a bit of side padding to the url title as well.
2011-09-21 19:06:42 +01:00
Lucas Rocha
30f043eaec
Bug 687646 - Adjust font size of URL bar text; r=wesj
2011-09-21 19:06:42 +01:00
Ainsley Chong
1ceb754ade
Bug 669578 - Add a reflectInt() method to reflect.js. r=Ms2ger,mounir
2011-09-21 10:46:46 -07:00
Landry Breuil
75cd71ba69
Bug 648735 - On OpenBSD/64 bits we need a typedef for unsigned long long, and reuse the unsigned long template on 32/64 bits; r=cjones
2011-09-21 18:36:52 +01:00
Landry Breuil
ef61f08998
Bug 648735 - OpenBSD: Include sys/stat.h; r=cjones
...
otherwise fails with:
ipc/chromium/src/base/platform_file_posix.cc:49: error: 'S_IRUSR' was not declared in this scope
ipc/chromium/src/base/platform_file_posix.cc:49: error: 'S_IWUSR' was not declared in this scope
2011-09-21 18:36:52 +01:00
Landry Breuil
6e7fe377a8
Bug 648735 - OpenBSD: Add missing limits.h and sys/param.h; r=cjones
...
otherwise fails with:
/usr/include/sys/proc.h:64: error: 'MAXLOGNAME' was not declared in this scope
/usr/include/sys/proc.h:287: error: 'MAXCOMLEN' was not declared in this scope
Don't try to include execinfo.h/use backtrace* funcs on OpenBSD too, otherwise fails with
../../dist/system_wrappers/execinfo.h:3:27: error: execinfo.h: No such file or directory
In constructor 'StackTrace::StackTrace()':
/home/landry/src/mozilla-central/ipc/chromium/src/base/debug_util_posix.cc:125: error: 'backtrace' was not declared in this scope
/home/landry/src/mozilla-central/ipc/chromium/src/base/debug_util_posix.cc: In member function 'void StackTrace::PrintBacktrace()':
/home/landry/src/mozilla-central/ipc/chromium/src/base/debug_util_posix.cc:144: error: 'backtrace_symbols_fd' was not declared in this scope
2011-09-21 18:36:52 +01:00
Landry Breuil
b48a671937
Bug 648735 - Fix build failure on OpenBSD/i386 & macppc; r=cjones
...
../../ipc/chromium/src/base/singleton.h:171: error: invalid conversion
from 'base::subtle::AtomicWord*' to 'volatile base::subtle::Atomic32*'
Lifted from www/chromium/patches/patch-base_atomicops_h
2011-09-21 18:36:52 +01:00
Brian R. Bondy
785005832f
Bug 598289 - Test case for CF_HTML parsing with StartHTML/EndHTML set to -1. r=ehsan
2011-09-21 13:22:54 -04:00
Brian R. Bondy
151c6d40d9
Bug 598289 - Fix bad parsing of CF_HTML values. r=roc
2011-09-21 13:22:53 -04:00
Brian R. Bondy
7270643d0e
Bug 598289 - Unable to paste CF_HTML from clipboard if StartHTML/EndHTML is -1. r=ehsan
2011-09-21 13:22:53 -04:00
Ehsan Akhgari
7c4401c2bc
Merge mozilla-central and mozilla-inbound
2011-09-21 13:13:10 -04:00
Ehsan Akhgari
e9cd0675a6
Merge the last green changeset of mozilla-inbound to mozilla-central
2011-09-21 13:12:26 -04:00
Rob Campbell
7eef002771
merge m-c to fx-team
2011-09-21 08:28:43 -03:00
Graeme McCutcheon
2f7638468c
Backout changeset 987810fab278 to re-enable test_contextmenu on linux, which should no longer be flaky following the landing of bug 682618
2011-09-21 10:57:01 +01:00
Rafael Ávila de Espíndola
935ed2bcfd
Bug 673017 - Misc places fixes. r=mak77.
...
This patch removes places-connection-closing, which is unused, reverts
1d1143dde4bb which was unnecessary and finalizes sql statements.
--HG--
extra : rebase_source : 8923378f4b1c58da8e128009efdf309f8ec29da3
2011-09-21 13:02:40 -04:00
Brian R. Bondy
b18682fa72
Bug 674957 - mochitests-5: test_alerts.htmltimed out after 330 seconds. r=sdwilsh
2011-09-21 12:54:50 -04:00
Brian R. Bondy
b4b86ddb0b
Bug 429484 - Win32 nsILocalFile.exists() returns false when files exist and inaccessible. r=bsmedberg
2011-09-21 09:14:22 -04:00
Mike Hommey
b201a0ed20
Bug 688062 - Avoid linking the crash reporter against libmozutils. r=ted
2011-09-21 18:06:14 +02:00
Mike Hommey
e47f41066a
Bug 687805 - Allow DIST_FILES, DIST_CHROME_FILES and PREF_JS_EXPORTS to be in objdir. r=khuey
2011-09-21 18:06:14 +02:00
Mike Hommey
e9f9b017a8
Bug 686876 - Move libraries at the top level in the apk. r=mfinkle
2011-09-21 18:06:14 +02:00
Mark Finkle
0ca987caae
Bug 688087 - Don't prestart the content process during startup r=mbrubeck
2011-09-21 09:01:09 -04:00
Jim Chen
ff43470eb0
Bug 672787 - Use proper alignment for libpixman ARM assembly; r=siarhei.siamashka
2011-09-21 09:01:07 -04:00
Landry Breuil
4c2a5bcfec
Bug 684559 - Don't include now missing jswtfbridge.h on non-YARR JIT architectures (NPOTDB); r=dmandelin
2011-09-21 13:41:17 +01:00
Robert Longson
710b7f9128
Bug 687445 - Do not round mask size till after the CTM transform has been applied. r=roc
2011-09-21 12:30:38 +01:00
Marco Bonardo
7a5befcc01
Merge last green changeset from mozilla-inbound to mozilla-central
2011-09-21 10:35:19 +02:00
Robert Longson
df62def5e9
Bug 687830 - Simplify marker implementation by calculating viewbox on paint rather than attempting to cache it. r=roc
2011-09-21 08:53:09 +01:00
Justin Lebar
75d358b0cd
Bug 685438 - Avoid wasted space in nsTArray_base due to jemalloc rounding up. r=roc
...
--HG--
extra : rebase_source : a7248bd865ffdc8932ee6dcc796cd4e48a5498ab
2011-09-21 00:46:56 -04:00
Brian Hackett
9aa0e92fea
Verify range against previous stub when linking getter PIC stubs, bug 688090. r=dvander
2011-09-20 21:33:35 -07:00
L. David Baron
5bf7407d8d
Add mochitest for bug 686656. r=bzbarsky
2011-09-20 23:52:46 -04:00
Boris Zbarsky
e88e132dc5
Bug 686656. Make sure to skip animation rules as well as transition rules when we're reparenting a style context when not processing an animation restyle. r=dbaron
2011-09-20 23:52:44 -04:00
Brian Hackett
4f83e99a93
Don't clobber callee-save register when testing pushed value after stub calls, bug 687856. r=dvander
2011-09-20 20:14:28 -07:00
Benoit Girard
69762a040b
Bug 683803 - [backout] Add a 60 FPS Cap to throttle plugin drawing. r=backout
2011-09-20 22:35:13 -04:00
Jonathan Griffin
1a68e88153
Bug 687947 - fix sync version re, a=testonly, DONTBUILD
...
--HG--
extra : rebase_source : 449bc0c4c7bbdbe1634459d5473cafee9aab2951
2011-09-20 11:53:16 -07:00
Luke Wagner
61f76ef0bd
Bug 684526 - Remove Jsvalify/Valueify (r=waldo)
...
--HG--
extra : rebase_source : a3047338ed088c26a93486addd0be8092fe52934
2011-09-20 11:40:24 -07:00