aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Keep track of whether we've deferred the painting of the document due toEmilio Cobos Álvarez2016-08-301-2/+4
* Remove the JSAutoCompartment from report_pending_exception.Ms2ger2016-08-261-1/+1
* Changed first line of script to line 1 instead of line 0Chris McDonald2016-08-231-1/+1
* Update to euclid 0.8Martin Robinson2016-08-121-6/+6
* layout: Take into account the client point for fixed positioned stacking cont...Emilio Cobos Álvarez2016-08-081-3/+11
* layout: Expand animation test mode to support not force-ticking layout.Emilio Cobos Álvarez2016-08-051-3/+3
* Implement Window.postMessage for same-origin windows.Josh Matthews2016-08-041-2/+86
* Auto merge of #12563 - emilio:stylo, r=bholley,jdm,pcwaltonbors-servo2016-07-271-7/+9
|\
| * script: Don't hold the stderr lock while doing sync operations with the const...Emilio Cobos Álvarez2016-07-251-7/+9
* | Support tinyfiledialogs on WindowsUK9922016-07-251-4/+4
|/
* Add History interfaceConnor Brewster2016-07-221-0/+8
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-10/+1
* style: Add a new Timer structure to the shared style context, and basic infra...Emilio Cobos Álvarez2016-07-201-0/+6
* Auto merge of #12426 - asajeffrey:mozbrowser-event-targets, r=SimonSapinbors-servo2016-07-201-1/+10
|\
| * Allow window elements as well as iframes to the the target of mozbrowser events.Alan Jeffrey2016-07-181-1/+10
* | Integrate service worker manager threadRahul Sharma2016-07-161-9/+1
|/
* Implement file reading task sourceKeith Yeung2016-07-141-1/+1
* Auto merge of #12277 - ConnorGBrewster:network_listener_cancellable, r=Manish...bors-servo2016-07-081-1/+1
|\
| * Change ignore async events ordering to SeqCstConnor Brewster2016-07-081-1/+1
* | Auto merge of #11781 - sjmelia:8719_support_for_css_active, r=Manishearthbors-servo2016-07-081-0/+2
|\ \ | |/ |/|
| * Issue 8719: Add basic support for :active selectorSteve Melia2016-07-041-0/+2
* | Remove util::breakpointAnthony Ramine2016-07-061-2/+3
* | Auto merge of #12256 - nox:die-util-die, r=Ms2gerbors-servo2016-07-051-1/+1
|\ \
| * | Move util::str to styleAnthony Ramine2016-07-051-1/+1
| |/
* | Move webdriver_msg to script_traits.Ms2ger2016-07-051-1/+1
* | Move WindowSizeData to script_traits.Ms2ger2016-07-051-3/+2
|/
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-3/+2
* Wrap executions of Rust code called from JS in catch_unwind. Propagate the in...Josh Matthews2016-06-221-1/+6
* Move CSSErrorReporter to script_layout_interface.Ms2ger2016-06-201-1/+1
* Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+1
* Move LayoutRPC to script_layout_interface.Ms2ger2016-06-201-2/+3
* Move TrustedNodeAddress to script_layout_interface.Ms2ger2016-06-201-1/+2
* Implement Blob URL's DOM interfacesZhen Zhang2016-06-171-5/+0
* Auto merge of #10225 - jmr0:visibility_api, r=jdmbors-servo2016-06-161-0/+8
|\
| * Implement non-visible pipeline and iframe visibility methodsjmr02016-06-151-0/+8
* | script: When using WebRender, keep the DOM-side scroll positions forPatrick Walton2016-06-101-2/+35
|/
* Support WindowProxy return values in bindingsJansen Jan2016-06-091-11/+14
* Window::Parent and Window::Top now return the right result inisde a mozbrowse...Alan Jeffrey2016-06-071-4/+17
* add Blob URL storeZhen Zhang2016-06-031-0/+5
* removed unused importsConnor Brewster2016-06-021-2/+1
* Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-1/+1
* script: Ensure we don't ignore reflows for queries that bail out due to the v...Emilio Cobos Álvarez2016-06-011-46/+99
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-2/+7
* Fix permissions of mozbrowser and BrowserElementPrivileged (fixes #11498)Anthony Ramine2016-05-301-4/+6
* Auto merge of #11472 - jdm:wip, r=mbrubeckbors-servo2016-05-271-1/+0
|\
| * Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* | Auto merge of #11465 - nox:open, r=jdmbors-servo2016-05-271-1/+13
|\ \
| * | Implement window.openURLInDefaultBrowser() (fixes #11292)Anthony Ramine2016-05-271-1/+13
* | | Remove the LayoutChan type.Ms2ger2016-05-271-8/+6
| |/ |/|
* | Auto merge of #11329 - c-rhodes:11320, r=jdmbors-servo2016-05-271-1/+1
|\ \ | |/ |/|