Jonas Sicking
e0c26b7454
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
2009-01-21 14:50:28 -08:00
Jonas Sicking
8587502b5b
merge backout
2009-01-21 18:08:10 -08:00
Jonas Sicking
5b04c277ae
Backed out changeset 2063e342b8e1 due to failing docshell tests
2009-01-21 18:07:29 -08:00
Blake Kaplan
bc907b65e6
Add missing return (from bug 473845).
2009-01-21 17:12:41 -08:00
Michael Ventnor
2351d2a4b0
Bug 123836 - Implement indeterminate property on checkboxes and radio buttons - r=roc,jst sr=roc
2009-01-22 13:07:44 +13:00
Chris Double
47eb4876a5
Bug 462082 - Update libtheora to latest stable version - rs=roc
2009-01-22 13:00:49 +13:00
Chris Double
c8da86bd29
Bug 460738 - Suspend media downloads when in bfcache - r=kinetik sr=roc
2009-01-22 12:54:40 +13:00
Ben Turner
d4ef5a62c6
Bug 473861 - 'Workers: Using functions (rather than attributes) for message/error handlers doesn't work'. r+sr=mrbkap, a=sicking
2009-01-21 15:51:16 -08:00
Jonas Sicking
e7e7213705
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
2009-01-21 14:50:28 -08:00
Benjamin Smedberg
49bde88ff3
Merge backout of bug 269538
2009-01-21 17:34:51 -05:00
Benjamin Smedberg
09ffef3261
Backed out changeset 525e42406396, bug 269538 (jscpucfg-ectomy) due to Windows TUnit bustage.
2009-01-21 17:34:28 -05:00
Shawn Wilsher
5de65e03a2
Bug 473845 - Break a potential cycle with XPConnect and mozStroageService
...
This changeset removes a cycle that gets created between XPConnect and the
storage service. This accomplishes this by releasing the cached reference to
XPConnect during xpcom-shutdown.
This was the last remaining leak of the browser-chrome test harness, so this
also sets the leak threshold to zero for that test.
r=bent
2009-01-21 16:52:16 -05:00
Blake Kaplan
ce4895babb
Fix bustage from bug 472674
...
--HG--
extra : rebase_source : 0eb00dc3d10cff07826736e510eba98144448d84
2009-01-21 11:37:30 -08:00
Drew Willcoxon
30cb71bdf3
Bug 384954 - Get xpcshell tests for wrapped statements
...
r=sdwilsh
2009-01-21 14:26:07 -05:00
Blake Kaplan
dade53b4d3
Bug 472674 - Allow XPCNativeWrapper to unwrap SJOWs again. r+sr=jst
2009-01-16 18:05:14 -08:00
Benjamin Smedberg
db11be65b9
Bug 269538 - use stdint types instead of jscpucfg types, now that we have them auto-configured
...
* Various code inside and outside of JS uses JS_BYTES_PER_WORD, so I added it to js-config.h
* Existing code uses JS_BYTES_PER_DOUBLE, JS_BITS_PER_WORD_LOG2, and JS_ALIGN_OF_POINTER so I've added autoconf tests for those
r=crowder r=jimb
2009-01-14 15:56:30 -05:00
arno renevier
3389ca3d23
Bug 474309 - error using zoomValues. r=gavin
2009-01-21 16:46:16 +01:00
Mark Banner
96e4962fb5
Build bustage fix for Bug 473390 - make it build for apps that build without MathML
2009-01-21 15:38:59 +00:00
Arpad Borsos
89096c497d
Bug 471877 - Cleanup GTK includes; further cleanup + system-headers cleanup; r+sr=roc
2009-01-21 16:24:46 +01:00
Masatoshi Kimura
d67cc57992
Bug 471854 - Build error in accessible/public/msaa on x64 Windows with VC8; r=(m_kato + ted.mielczarek)
2009-01-21 16:12:35 +01:00
Dave Townsend
3d41d01fa0
Bug 435743: Increase expected browser-chrome leaks to compensate for bug 473802. r=ted
2009-01-21 13:18:33 +00:00
Dave Townsend
fc1723b887
Bug 435743: Add untrusted and self signed https servers to the test server. r=ted
2009-01-21 11:01:00 +00:00
Drew Wilcoxon
43ac281f8c
Bug 370197 - Places query serialization needs tests . r=mak77
2009-01-21 12:39:07 +01:00
Marco Bonardo
30a58baa84
Bug 466422 - Clicking history - show all history doesn't show any history, r=dietrich
2009-01-21 12:39:07 +01:00
Marco Bonardo
1f6a3a7d4c
Bug 474334 - "place:" is a valid query to deserialize and should not cause an "ignoring unknown key:" warning, r=dietrich
2009-01-21 12:39:07 +01:00
Marco Bonardo
3a012d4df7
Bug 473976 - MozMill test breaks editBookmark popup initialization, r=dietrich
2009-01-21 12:39:07 +01:00
Simon Montagu
920be8af1e
Back out changeset d9c4a4d5a4e4 (bug 441167)
2009-01-21 12:27:39 +02:00
Ginn Chen
0db9f1a489
Bug 472622 prmjtime.cpp failed to compile on SunOS 5.* r=jim,crowder
2009-01-21 18:24:03 +08:00
Mike Connor
7b0b6ed6bb
bug 445845 - opening a new link from a full screen flash site doesn't focus the window where the tab was opened, r=gavin
2009-01-21 01:49:36 -08:00
Olli Pettay
cf219664df
Bug 473899, ASSERTION: must have binding parent when in native anonymous subtree, r+sr=sicking
2009-01-21 11:15:57 +02:00
Walter Meinl
0bd91135db
[OS/2][BeOS] Bug 474365: unbreak build in widget/src/*/nsDeviceContextSpec*.cpp following bug 461047, r=weilbacher
2009-01-21 09:58:53 +01:00
Dão Gottwald
9da32fdb67
Bug 416937 - After clicking site button and clicking elsewhere focus goes to address bar. r=gavin
2009-01-21 09:41:34 +01:00
Edward Lee
a0fa2b97c8
Bug 471903 - pref urlbar.autocomplete.enabled is no longer implemented. r=dietrich
...
Bug 472943 - Two confusable preferences, "browser.urlbar.search.sources" and "browser.urlbar.default.behavior", should be unified
--HG--
rename : toolkit/components/places/tests/autocomplete/test_search_sources.js => toolkit/components/places/tests/autocomplete/test_enabled.js
2009-01-21 02:00:04 -06:00
Ehsan Akhgari
b24254b012
Bug 473417 - updater.exe window is blank, and doesn't close (further fixes) r=bsmedberg
2009-01-21 11:16:58 +03:30
Ehsan Akhgari
425e7654c9
Bug 468700 - Having "Ask me Everytime" enabled for Cookies during Private Browsing is unusable; r=dwitte sr=bzbarsky
2009-01-21 11:16:28 +03:30
Bobby Holley
ccbee91b18
Bug 469558: --enable-system-lcms build option should be removed.r=bsmedberg,sr=ted.
...
Relanding after 8f347bf50a53 was backed out in e1da61348dda. Issues should be fixed.
2009-01-20 21:02:43 -08:00
Boris Zbarsky
e977ac2059
Back out bug 459443 for now, until the patch in bug 474389 gets reviewed
2009-01-20 22:54:52 -05:00
Kai Engert
2da188f9a8
Bug 473837, land NSS_3_12_3_BETA2
...
r=wtc
2009-01-21 04:43:31 +01:00
Benjamin Smedberg
361067676a
Merge backout of bug 470971
2009-01-20 19:00:24 -05:00
Benjamin Smedberg
4e93b0aaec
Backed out changeset 700bca4b693f due to reftest failure (bug 470971)
2009-01-20 18:59:20 -05:00
Daniel Holbert
836d2f88b8
Bug 459443 follow-up: tweak reftest so that it doesn't fail randomly (no code changes). r=bz
2009-01-20 15:02:03 -08:00
Benjamin Smedberg
ca209777c0
Copy xpcshell instead of symlinking it, so that it knows where it is... Followup to bug 470971
2009-01-20 17:21:03 -05:00
L. David Baron
f9baa933d4
Some additional tests for 'rem' unit from css3-values. (Bug 472195)
2009-01-20 13:58:48 -08:00
Keith Rarick
7073f11143
Implement 'rem' unit from css3-values. (Bug 472195) r+sr=dbaron
2009-01-20 13:58:48 -08:00
L. David Baron
008ca182cf
Merge backout of changeset 6849ce51dfef (patch 3 from bug 468645) to fix bug 472353.
2009-01-20 13:54:17 -08:00
L. David Baron
7c5191446f
Backed out changeset 6849ce51dfef (patch 3 from bug 468645) to fix bug 472353.
2009-01-20 13:45:23 -08:00
Benjamin Smedberg
0218b0f59a
Bug 470971 - Add ability to pass the GRE dir to xpcshell, r=ted
2009-01-20 14:56:44 -05:00
Boris Zbarsky
1ebd2ace9a
Bug 474417. <wbr> support broken. r+sr=roc
2009-01-20 14:42:25 -05:00
stefanh@inbox.com
1febd11d50
Bug 473444, follow-up adjustment of original patch. r=gavin.
2009-01-20 18:53:25 +01:00
Neil Deakin
bf030ccabd
Bug 467360, support buttons with child panels, r+sr=neil
2009-01-20 12:46:55 -05:00