- 10 Nov, 2017 1 commit
-
-
Phil Ringnalda authored
Backed out 6 changesets (bug 1407432) on (wild) suspicion of causing failures in browser_sanitize-timespans.js, somehow CLOSED TREE Backed out changeset 86302df0b38a (bug 1407432) Backed out changeset 5a967cc85e28 (bug 1407432) Backed out changeset 828d43ec1b16 (bug 1407432) Backed out changeset bacf04be0a48 (bug 1407432) Backed out changeset 8d770908a5b9 (bug 1407432) Backed out changeset ffe9aed0944f (bug 1407432) MozReview-Commit-ID: 7D50rKeXLrn
-
- 08 Nov, 2017 2 commits
-
-
Mike Shal authored
This is fairly straightforward to represent as a GENERATED_FILES, though we have to take some care to construct the outputs tuple correctly. This script needs to run during export, and unfortunately none of the STL headers have proper file extensions, so the 'new' header is special-cased in the recursive make backend to serve as a marker for running it in the correct tier. We can't remove the stl-headers file yet because it is still used for the system header generation. MozReview-Commit-ID: 3tQTOY0LAsQ --HG-- extra : source : 828d43ec1b16edaac69c42f15561f26e209051f1
-
Mike Shal authored
This is fairly straightforward to represent as a GENERATED_FILES, though we have to take some care to construct the outputs tuple correctly. This script needs to run during export, and unfortunately none of the STL headers have proper file extensions, so the 'new' header is special-cased in the recursive make backend to serve as a marker for running it in the correct tier. We can't remove the stl-headers file yet because it is still used for the system header generation. MozReview-Commit-ID: 3tQTOY0LAsQ --HG-- extra : rebase_source : bd9f00e45a7bce4daaa0e1c16e22b28536658e37
-
- 21 May, 2016 1 commit
-
-
Mike Hommey authored
Since the introduction of the STL wrappers, they have included mozalloc.h, and multiple times, we've hit header reentrancy problems, and worked around them as best as we could. Taking a step back, all mozalloc.h does is: - declare moz_* allocator functions. - define inline implementations of various operator new/delete variants. The first only requires the functions to be declared before they are used, so mozalloc.h only needs to be included before anything that would use those functions. The second doesn't actually require a specific order, as long as the declaration for those functions comes before their use, and they are either declared in <new> or implicitly by the C++ compiler. So all in all, it doesn't matter that mozalloc.h is included before the wrapped STL headers. What matters is that it's included when STL headers are included. So arrange things such that mozalloc.h is included after the first wrapped STL header is fully preprocessed (and all its includes have been included).
-
- 06 Sep, 2013 1 commit
-
-
Mike Hommey authored
-
- 27 Feb, 2013 1 commit
-
-
Yati Sagade authored
-
- 21 May, 2012 1 commit
-
-
Gervase Markham authored
-
- 20 Apr, 2010 1 commit
-
-
Chris Jones authored
Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg
-
- 02 Apr, 2010 1 commit
-
-
Chris Jones authored
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
-
- 18 Nov, 2009 1 commit
-
-
Honza Bambas authored
-
- 16 Oct, 2009 1 commit
-
-
Neil Deakin authored
Bug 511449, when a window is shown, update the system focus, as the focus may have been put into an about:blank page loaded beforehand, test by mstange, r=smaug
-
- 23 Jan, 2010 1 commit
-
-
Olli Pettay authored
-
- 21 Jul, 2009 1 commit
-
-
Justin Lebar authored
Bug 504837: Hashchange event should not be restricted to firing only when the document's readystate is 'complete'. r/sr=smaug
-
- 26 Jun, 2009 1 commit
-
-
jlebar authored
-
- 10 Aug, 2009 1 commit
-
-
Justin Lebar authored
Bug 509055: Changing document.title does not change SHEntry's title if document was loaded from history. r=smaug
-
- 10 Mar, 2009 2 commits
-
-
Dave Camp authored
--HG-- rename : docshell/test/bug369814.zip => docshell/test/bug369814.jar
-
Jonas Sicking authored
--HG-- extra : rebase_source : 1fdfc3148c257aee22001be045258cc985ee027a
-
- 22 Jan, 2009 1 commit
-
-
Peter Van der Beken authored
Backed out changeset 9fc993ac4427 (Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz) to fix orange.
-
- 21 Jan, 2009 2 commits
-
-
Jonas Sicking authored
-
Jonas Sicking authored
-
- 18 Nov, 2008 1 commit
-
-
Boris Zbarsky authored
-
- 30 Apr, 2008 1 commit
-
-
johnath@mozilla.com authored
SSL Error page for domain mismatch should hyperlink to correct site (sometimes). b=402210 r=gavin r=kengert r=axel ui-r=beltzner moa/sr=biesi a=beltzner Significant chunks of p=timeless
-
- 29 Feb, 2008 1 commit
-
-
bzbarsky@mit.edu authored
Fix longstanding issue where anchor scrolls on a POST result page could lead to a silent re-POST during history traversal. Bug 413310, r+sr=biesi, a=dsicore,beltzner,righteousness.
-
- 06 Feb, 2008 1 commit
-
-
sdwilsh@shawnwilsher.com authored
Bug 94514 - POST result page should not appear in global history or history autocomplete results. r=bz, sr=bz
-
- 27 Jan, 2008 1 commit
-
-
bzbarsky@mit.edu authored
Tighten up the named-target navigation policy to better match the HTML5 spec and Safari. Bug 408052, patch by Adam Barth <hk9565@gmail.com> and Collin Jackson <mozilla@collinjackson.com>, r=jst, sr=bzbarsky.
-
- 27 Nov, 2007 1 commit
-
-
dcamp@mozilla.com authored
Bug 369814: don't open jar: content unless served from a safe mime type. r=bz, sr=dveditz, ui-r=beltzner
-
- 23 Nov, 2007 1 commit
-
-
sdwilsh@shawnwilsher.com authored
Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor
-
- 21 Nov, 2007 1 commit
-
-
bzbarsky@mit.edu authored
-
- 12 Oct, 2007 1 commit
-
-
bzbarsky@mit.edu authored
-
- 06 Aug, 2007 1 commit
-
-
ginn.chen@sun.com authored
-
- 15 Jul, 2007 1 commit
-
-
bzbarsky@mit.edu authored
-
- 14 Jul, 2007 1 commit
-
-
bzbarsky@mit.edu authored
-
- 11 Jul, 2007 1 commit
-
-
bzbarsky@mit.edu authored
-
- 16 Apr, 2007 1 commit
-
-
sayrer@gmail.com authored
-
- 15 Apr, 2007 1 commit
-
-
bzbarsky@mit.edu authored
Change the way we determine the style context parent frame to skip css anonboxes unless we're determining the style context parent for something that isitself a css anon box (and is not a non-element frame). Fixes bug 323656(which is where the patch is), bug 85872, bug 280610. As far as I can tell,also fixes bug 317876, bug 372376, bug 374297. r+sr=dbaron
-
- 05 Feb, 2007 2 commits
-
-
Olli.Pettay%helsinki.fi authored
-
Olli.Pettay%helsinki.fi authored
-
- 03 Feb, 2007 1 commit
-
-
bzbarsky%mit.edu authored
-
- 01 Feb, 2007 1 commit
-
-
sayrer%gmail.com authored
-
- 29 Jan, 2007 1 commit
-
-
sayrer%gmail.com authored
-