Commit Graph

241395 Commits

Author SHA1 Message Date
Alexander Surkov
5fe4c063e5 Bug 646350 - Add a test for dynamic chnages of CSS generated content, r=marcoz 2011-03-30 16:57:09 +09:00
Boris Zbarsky
91ffe2b839 Backed out changeset 68cf1028779b (bug 640117) because it doesn't build on Mac.
--HG--
extra : rebase_source : f20813c808b98e3e0e8c79cb0f08acc4006297d2
2011-03-29 22:46:53 -04:00
Jim Mathies
57e07ad215 Bug 597911. Give 64-bit builds on Windows a different application id. r=rstrong 2011-03-29 22:24:54 -04:00
Boris Zbarsky
de2c6069b3 Bug 557768 - A11y should use nsImageMapUtils; r=surkov 2011-03-29 22:24:54 -04:00
Ms2ger
4b1168a59f Bug 637864 - Give nsIViewManager::GetRootView a sane signature; r=bz 2011-03-29 22:24:54 -04:00
Ms2ger
26459abbb2 Bug 640117 - Unchecked return value in AudioParent::Notify; r=dougt 2011-03-29 22:24:53 -04:00
Ms2ger
d5bdb8e8be Bug 632469 - Handle non-finite values for clearRect per spec; r=smaug 2011-03-29 22:24:53 -04:00
Ms2ger
152132c477 Bug 630511 - Lowercase mime type argument to toDataURL; r=sicking 2011-03-29 22:24:53 -04:00
Ms2ger
9f951e30b0 Bug 641219 - Fix HTMLElement.getElementsByTagName with foreign children; r=sicking 2011-03-29 22:24:53 -04:00
Ms2ger
2954d42faa Bug 571685 - Move remainders of webshell into /docshell/base; r=bzbarsky
--HG--
rename : webshell/public/nsIClipboardCommands.idl => docshell/base/nsIClipboardCommands.idl
rename : webshell/public/nsIContentViewerContainer.idl => docshell/base/nsIContentViewerContainer.idl
rename : webshell/public/nsIDocumentLoaderFactory.idl => docshell/base/nsIDocumentLoaderFactory.idl
rename : webshell/public/nsILinkHandler.h => docshell/base/nsILinkHandler.h
rename : webshell/public/nsIRefreshURI.idl => docshell/base/nsIRefreshURI.idl
rename : webshell/public/nsIWebShellServices.h => docshell/base/nsIWebShellServices.h
2011-03-29 22:24:53 -04:00
Ehsan Akhgari
692c3a0600 Merge cedar into mozilla-central 2011-03-29 10:39:07 -04:00
Alexander Surkov
1e650f540d Bug 641562 - dexpcom GetChildAtPoint, r=davidb 2011-03-29 13:44:20 +09:00
Alexander Surkov
7328a150dd Bug 643711 - don't use GetChildCount xpcom version internally, r=trevor 2011-03-29 13:44:14 +09:00
Alexander Surkov
286015a887 Bug 643720 - when adopting child don't invalidate old parent children, r=davidb 2011-03-29 13:44:07 +09:00
David Bolter
71b25cb849 Bug 616594 - overflow:auto causes DIV to get tab focus, r=bz 2011-03-29 13:43:59 +09:00
Boris Zbarsky
44b094294a Bug 644069. Fix the caching logic for cross-site requests. r=sicking 2011-03-29 00:41:01 -04:00
Boris Zbarsky
39339055a9 Bug 645943. Initialize mLastTimerInterval correctly. r=dbaron 2011-03-29 00:41:01 -04:00
Boris Zbarsky
a6976ce2df Bug 645938. Make sure to set mFlushesNeeded for all content lists. r=dbaron 2011-03-29 00:41:01 -04:00
Ms2ger
30f19cf5fe Bug 640118 - Wrongly ordered members in PluginModuleChild constructor; r=felipe 2011-03-28 23:32:11 -04:00
Ms2ger
3e6de81c3e Bug 628353 - Expose the DATA_CLONE_ERR constant on DOMException; r=jst 2011-03-28 23:32:11 -04:00
Simon Montagu
72394837e1 Bug 414064 part 2. Add some tests. 2011-03-28 23:32:11 -04:00
Simon Montagu
93e981814b Bug 414064 part 1. Mark UTF-7 as being vulnerable to XSS attacks. r=VYV03354@nifty.ne.jp 2011-03-28 23:32:11 -04:00
Ms2ger
fafe15490a Bug 604596. Stop using an out param for the return value of GetSMILOverrideStyle. r=bzbarsky 2011-03-28 23:32:11 -04:00
Boris Zbarsky
0812619d2d Bug 633271 part 2. Simplify nsEventStateManager::SetContentState. r=dbaron 2011-03-28 23:32:11 -04:00
Boris Zbarsky
cc7c08d15d Bug 633271 part 1. Stop shoehorning focus state change notifications into the ESM. r=enndeakin 2011-03-28 23:32:11 -04:00
Boris Zbarsky
c634f43209 Bug 313351. ContentStatesChanged should take only one argument. r=dbaron 2011-03-28 23:32:11 -04:00
John Daggett
0c31b91220 Bug 643649. Pass correct parameter value into registry call. r=joedrew 2011-03-29 12:11:22 +09:00
Mehdi Mulani
364bfb4556 Bug 628585 - (Mac) Pressing ctrl key in Flash doesn't work as expected. r=josh 2011-03-28 13:03:39 -07:00
Phil Ringnalda
a9a8e380a8 Bug 641182 - Remove stray outdated ARIA namespace in security prefpane, r=gavin 2011-03-14 02:29:26 -07:00
Phil Ringnalda
5dc2c3ca2b Bug 641738 - Intermittent test_pluginstream_seek_close.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - frameLoaded is not defined, r=bsmedberg 2011-03-15 22:52:23 -07:00
Phil Ringnalda
4e194e171c Get rid of DOS line endings 2011-03-14 20:14:57 -07:00
Michael Wu
8eca213efe Bug 635087 - nsCryptoRunnable::Run leaks JSPrincipals, r=jst 2011-03-28 16:24:38 -07:00
Chen Liu
cda5475a37 Use PL_strncpyz in DR_FrameTypeInfo. (Bug 639220) r=dbaron 2011-03-28 16:07:27 -07:00
L. David Baron
a1b15c117e Remove the datastruct_ and member_ fields of the CSS_PROP macro. (Bug 645620, patch 5) r=bzbarsky 2011-03-28 16:07:27 -07:00
L. David Baron
6964725cc6 Remove nsCSSStruct.h/cpp. (Bug 645620, patch 4) r=bzbarsky 2011-03-28 16:07:26 -07:00
L. David Baron
90eaa47be4 Move nsCSSCornerSizes from nsCSSStruct.h/cpp to nsCSSValue.h/cpp. (Bug 645620, patch 3) r=bzbarsky 2011-03-28 16:07:26 -07:00
L. David Baron
4bd09b8961 Remove nsCSSDataBlock::kOffsetTable, which is no longer needed. (Bug 645620, patch 2) r=bzbarsky 2011-03-28 16:07:26 -07:00
L. David Baron
9e22f77798 Replace use of nsCSS* structs in nsCSSExpandedDataBlock with an array of nsCSSValue. (Bug 645620, patch 1) r=bzbarsky
Note that this increases the size of nsCSSExpandedDataBlock by three
nsCSSValues for the three non-CSS properties.
2011-03-28 16:07:26 -07:00
Jim Mathies
603590766a Bug 634586 - Briefly hide the window when transitioning to full screen on Windows. Improves full screen transitions and fixes bug 624258. r=roc 2011-03-28 16:54:05 -05:00
Ehsan Akhgari
a5aa423b8b Back out changeset 7395f456cf4b (bug 594614) because it wasn't quite ready 2011-03-28 16:35:05 -04:00
Jonas Sicking
a95951e247 Bug 461066: Test for loadend firing correctly in CORS tests. r=smaug 2011-03-28 13:18:55 -07:00
Jonas Sicking
7f14c5ec51 Bug 644476: Rename classes/functions/variables to use "CORS" rather than "Access Control" or "Cross site" where appropriate. r=smaug 2011-03-28 13:18:45 -07:00
Jonas Sicking
6061159b90 Bug 644476 Part 2: Move CORS code from nsXMLHttpRequest.cpp/h to nsCrossSiteListenerProxy.cpp/h. r=smaug 2011-03-28 13:11:09 -07:00
Jonas Sicking
f94b94a715 Bug 644476 Part 1: Remove nsIXMLHttpRequest.openRequest now that it's equivalent to nsIXMLHttpRequest.open. r=smaug 2011-03-28 13:05:52 -07:00
Joel Maher
6cc848442e Bug 643440 - when using --extra-profile-files, we can overwrite user.js settings from the harness. r=ted, a=test-only 2011-03-28 14:37:08 -04:00
Joel Maher
9b9065468b Bug 644697 - jsreftests shell test runner throws "Failed to test XUL condition 'Android'". r=dmandelin, a=test-only 2011-03-28 14:37:07 -04:00
Ehsan Akhgari
e66b995c9a Back out changeset 71d0179e0ad9 (bug 634586) 2011-03-28 13:47:53 -04:00
Ehsan Akhgari
8761668e87 Merge cedar into mozilla-central 2011-03-28 13:28:13 -04:00
Mitchell Field
82addc33dc Merge build-system to mozilla-central. 2011-03-29 02:07:57 +11:00
Boris Zbarsky
7d85213ee3 Bug 644576. Make sure that when we set up our iterator we don't decide we're done if the first row in our damage range contains no cells in our damage range. r=roc 2011-03-28 10:49:48 -04:00