Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Simplify use of CompositorData::find_layer_with_pipeline_and_layer_id | Martin Robinson | 2014-08-19 | 1 | -66/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of always matching on the root layer first, have a Compositor method which abstracts this away, simplifying all the call sites of this CompositorData helper. | |||||
* | | | | | Merge pull request #3121 from Ms2ger/sorted-dictionaries | Ms2ger | 2014-08-20 | 1 | -23/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | Stop resorting dictionaries; r=abinader | |||||
| * | | | | | Stop resorting dictionaries. | Ms2ger | 2014-08-20 | 1 | -23/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rust is more forgiving about the order of definitions than C++, so there is no need to try to sort them. Worse, the "sorting" actually causes the order in the generated file to be non-deterministic. | |||||
* | | | | | | Merge pull request #3073 from Manishearth/macro-getters | Manish Goregaokar | 2014-08-20 | 3 | -41/+55 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Create and use attribute getter macros; r=Ms2ger | |||||
| * | | | | | | Split up macro invocation | Manish Goregaokar | 2014-08-20 | 3 | -40/+63 | |
| | | | | | | | ||||||
| * | | | | | | Use getter macros in HTMLImageElement | Manish Goregaokar | 2014-08-19 | 2 | -65/+8 | |
| | | | | | | | ||||||
| * | | | | | | Create macros for simplifying element attribute getters (fixes #1931) | Manish Goregaokar | 2014-08-19 | 2 | -0/+48 | |
| | | | | | | | ||||||
* | | | | | | | Use extended attributes to define which interfaces are globals (fixes #1053). | Ms2ger | 2014-08-20 | 4 | -11/+15 | |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | This makes our approach consistent with Gecko's. | |||||
* | | | | | | Merge pull request #3103 from bfrohs/3025TitleText | Ms2ger | 2014-08-20 | 2 | -3/+29 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Implement HTMLTitleElement.text (closes #3025); r=Ms2ger | |||||
| * | | | | | Implement HTMLTitleElement.text (closes #3025) | Brandon Frohs | 2014-08-17 | 2 | -3/+29 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #3082 from ChrisParis/atob | Manish Goregaokar | 2014-08-20 | 2 | -1/+87 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Implement window.atob/btoa; r=Manishearth | |||||
| * | | | | | | Implement window.atob/btoa | Chris Paris | 2014-08-15 | 2 | -1/+87 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #3115 from Ms2ger/CGWrapMethod-doc | Ms2ger | 2014-08-19 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Add a documentation comment for CGWrapMethod; r=Manishearth | |||||
| * | | | | | | Add a documentation comment for CGWrapMethod. | Ms2ger | 2014-08-19 | 1 | -0/+4 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #3114 from Ms2ger/gc-max-bytes | Ms2ger | 2014-08-19 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Stop artificially constraining the size of the GC heap; r=larsberg | |||||
| * | | | | | | | Stop artificially constraining the size of the GC heap. | Ms2ger | 2014-08-19 | 1 | -0/+11 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3099 from Ms2ger/attr-local_name-atom | Ms2ger | 2014-08-19 | 22 | -122/+172 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Make Attr::local_name an Atom; r=abinader | |||||
| * | | | | | | Pass an Atom to before_remove_attr and after_set_attr. | Ms2ger | 2014-08-16 | 19 | -72/+107 | |
| | | | | | | | ||||||
| * | | | | | | Make Attr::local_name an Atom. | Ms2ger | 2014-08-16 | 5 | -53/+68 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #3112 from Ms2ger/hasInterfacePrototypeObject | Manish Goregaokar | 2014-08-19 | 2 | -64/+49 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Replace hasInterfacePrototypeObject checks by isCallback checks in codegen. | |||||
| * | | | | | | | Replace hasInterfacePrototypeObject checks by isCallback checks in codegen. | Ms2ger | 2014-08-19 | 2 | -64/+49 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking for callbacks directly makes it a lot clearer what's going on, and we don't intend to take hasConcreteDescendant into consideration. See also <https://bugzilla.mozilla.org/show_bug.cgi?id=1026720>. | |||||
* | | | | | | | Update WebIDL.py. | Ms2ger | 2014-08-19 | 1 | -67/+560 | |
| | | | | | | | ||||||
* | | | | | | | Add a script to update the WebIDL parser. | Ms2ger | 2014-08-19 | 3 | -0/+64 | |
|/ / / / / / | ||||||
* | | | | | | Prevent margin collapse in the root flow | Martin Robinson | 2014-08-18 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the CSS specification, section 8.3.1, margins of the root element's box do not collapse. Ensure that root flow margins do not collapse during the assign heights phase. | |||||
* | | | | | | Ensure that block elements with replaced content don't get their block size ↵ | Glenn Watson | 2014-08-18 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | overwritten. | |||||
* | | | | | | Merge pull request #3097 from mrobinson/pinch-zoom-delay | Martin Robinson | 2014-08-17 | 2 | -0/+4 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Update rust layers and fix delay in pinch zoom | |||||
| * | | | | | Mark all layers as having changed content during pinch zoom | Martin Robinson | 2014-08-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that layers know that they need to re-issue buffer requests immediately instead of waiting until another content change happens. Fixes #2988. | |||||
| * | | | | | Update to latest rust-layers | Martin Robinson | 2014-08-15 | 1 | -0/+3 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | We now need to pass through the content age of the LayerBuffer when creating it. | |||||
* | | | | | Merge pull request #3098 from wenderen/HTMLTableElement.caption | Manish Goregaokar | 2014-08-16 | 2 | -3/+40 | |
|\ \ \ \ \ | | | | | | | | | | | | | implement GetCaption and SetCaption for HTMLTableElement; r=Manishearth | |||||
| * | | | | | Implement HTMLTableElement.caption | Rohan Prinja | 2014-08-16 | 2 | -3/+40 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #3078 from SimonSapin/style-cleanup | Simon Sapin | 2014-08-16 | 20 | -878/+852 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Various refactoring and fixes in the style crate | |||||
| * | | | | | Take an iterator when parsing selectors. | Simon Sapin | 2014-08-16 | 3 | -38/+35 | |
| | | | | | | ||||||
| * | | | | | Make more things private to the style crate. | Simon Sapin | 2014-08-16 | 9 | -84/+103 | |
| | | | | | | ||||||
| * | | | | | Refactor and fix src parsing in @font-face | Simon Sapin | 2014-08-16 | 5 | -169/+124 | |
| | | | | | | ||||||
| * | | | | | Dissallow !important in @font-face | Simon Sapin | 2014-08-16 | 1 | -2/+5 | |
| | | | | | | ||||||
| * | | | | | Fix #2802: fix parsing of font-family in @font-face | Simon Sapin | 2014-08-16 | 3 | -54/+89 | |
| | | | | | | ||||||
| * | | | | | Fix case sensitivity of local name selectors. | Simon Sapin | 2014-08-16 | 6 | -89/+117 | |
| | | | | | | ||||||
| * | | | | | Move UA stylesheet to src/components/style | Simon Sapin | 2014-08-16 | 5 | -23/+12 | |
| | | | | | | ||||||
| * | | | | | Remove special treatment of UA stylesheet for parse errors. | Simon Sapin | 2014-08-16 | 3 | -20/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | CSS parse errors are now off by default anyway. | |||||
| * | | | | | Cloning `DeclarationBlock` is cheap, the declarations are in an `Arc`. | Simon Sapin | 2014-08-16 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | Have quicksort take a compare function rather than requires Ord and Eq. | Simon Sapin | 2014-08-16 | 2 | -40/+18 | |
| | | | | | | ||||||
| * | | | | | Rename MatchedProperty to DeclarationBlock | Simon Sapin | 2014-08-16 | 4 | -44/+44 | |
| | | | | | | ||||||
| * | | | | | Fix parsing of `text-decoration: none` | Simon Sapin | 2014-08-16 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would previously accept and ignore garbage in the declaration value after the `none` keyword. | |||||
| * | | | | | Use Result/Err(()) in Selector parsing. | Simon Sapin | 2014-08-16 | 4 | -172/+144 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | … get rid of some custom `enum` types for parsing return values. `Option<Option<T>>` was ridiculous, but `Result<Option<T>, ()>` make perfect sense. Also, we can now take advantage of the `try!()` macro. | |||||
| * | | | | | Use Result/Err(()) instead of Option/None to indicate a CSS parse error. | Simon Sapin | 2014-08-16 | 5 | -207/+218 | |
| | |/ / / | |/| | | | ||||||
* / | | | | Implement WorkerGlobalScope.importScripts. | Ms2ger | 2014-08-16 | 2 | -3/+38 | |
|/ / / / | ||||||
* / / / | Implement WorkerGlobalScope.location. | Ms2ger | 2014-08-15 | 6 | -1/+109 | |
|/ / / | ||||||
* | | | Implement DedicatedWorkerGlobalScope.navigator. | Ms2ger | 2014-08-15 | 5 | -4/+83 | |
| | | | ||||||
* | | | Merge pull request #2274 from metajack/build-32bit | Jack Moffitt | 2014-08-14 | 3 | -4/+6 | |
|\ \ \ | |_|/ |/| | | Enable 32bit builds. | |||||
| * | | Enable 32bit builds. | Jack Moffitt | 2014-08-14 | 3 | -4/+6 | |
| | | | | | | | | | | | | You specify a 32bit build by setting --target on configure. |