Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Final steps | GauriGNaik | 2016-01-11 | 1 | -0/+13 | |
| | ||||||
* | task -> thread | rohan.prinja | 2016-01-10 | 2 | -4/+4 | |
| | ||||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 2 | -6/+5 | |
| | ||||||
* | Issue #9042: Report incorrect number of spaces around => in the style checker. | Simon Martin | 2015-12-23 | 1 | -3/+3 | |
| | ||||||
* | Support responseCookies, responseContent, responseHeaders, requestCookies, ↵ | Abhishek Kumar | 2015-12-21 | 2 | -21/+387 | |
| | | | | | | | | | getResponseHeaders, getResponseContent, getRequestPostData, getRequestCookies, getResponseCookies, getEventTimings and getSecurityInfo message for network devtools Fixing Indentation | |||||
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002) | Mathieu Agopian | 2015-12-18 | 1 | -1/+1 | |
| | ||||||
* | Moved WorkerId type to devtools_traits | Florian Strübe | 2015-12-07 | 2 | -3/+3 | |
| | ||||||
* | Use thread::sleep instead of deprecated sleep_ms | James Sanders | 2015-11-29 | 1 | -3/+4 | |
| | | | | | | Similarly, change one instance of `thread::park_timeout_ms`. Fixes #8694 | |||||
* | Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut | bors-servo | 2015-11-28 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | | | Ensure crate are alphabetically sorted cc @nox <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8692) <!-- Reviewable:end --> | |||||
| * | Add check up on extern crate order and sort extern crates alphabetically | Guillaume Gomez | 2015-11-28 | 1 | -2/+2 | |
| | | ||||||
* | | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -9/+2 | |
|/ | | | | … and libc 0.2 and many other dependencies | |||||
* | Update `ipc-channel` to pick up the improved error reporting. | Patrick Walton | 2015-11-23 | 1 | -1/+1 | |
| | | | | Intended to help diagnose intermittent failures. | |||||
* | Replaced DOMString by String in devtools. | Alan Jeffrey | 2015-11-12 | 2 | -8/+8 | |
| | ||||||
* | refactor(devtools/lib.rs): Remove unused import | Rizky Luthfianto | 2015-11-10 | 1 | -1/+1 | |
| | | | Removed `RecvError` imports from #L57 | |||||
* | Use while let{} instead of loop{match{}} in run_server() | Raphael Nestler | 2015-11-09 | 1 | -13/+12 | |
| | ||||||
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 2 | -8/+8 | |
| | | | | | | | | | | This should make it somewhat easier to experiment with alternative representations in the future. To reduce churn, this commit leaves the String field public, though. Also, this will allow us to use the default String type to represent the IDL USVString type, which explicitly forbids unpaired surrogates, ans as such is a better match to the Rust String type. | |||||
* | Fix serde_macros | Manish Goregaokar | 2015-10-28 | 1 | -1/+1 | |
| | ||||||
* | Make it possible for iframes to create their own pipeline ID. | Glenn Watson | 2015-10-06 | 1 | -1/+1 | |
| | | | | | | | | This doesn't change any functionality, but it's the first step towards removing SubpageId. Adding this change now will allow us to gradually change over code referencing subpage id rather than in one massive PR. Introduces a namespace for pipeline ID generation - there is a namespace for the constellation thread, and one per script thread. | |||||
* | tests for devtools integration with network requests/responses | Prabhjyot Singh Sodhi | 2015-09-25 | 2 | -15/+16 | |
| | ||||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 14 | -29/+28 | |
| | ||||||
* | Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev. | Manish Goregaokar | 2015-09-23 | 1 | -1/+1 | |
| | ||||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 10 | -32/+19 | |
| | | | | This merges import blocks that were reported by tidy as unmerged. | |||||
* | Remove 'get_*' on getters as per RFC 0344 on various components | Mathieu Rheaume | 2015-09-12 | 2 | -2/+2 | |
| | ||||||
* | Make devtools depend on plugins. | Ms2ger | 2015-09-02 | 2 | -0/+4 | |
| | ||||||
* | Stop calling to_string() in devtools. | Ms2ger | 2015-09-02 | 9 | -68/+68 | |
| | ||||||
* | Cleanup write_json_packet. | Ms2ger | 2015-09-02 | 1 | -3/+1 | |
| | ||||||
* | Simplify reflection usage in Actor code. | Eli Friedman | 2015-08-31 | 3 | -63/+15 | |
| | | | | The fixed version is shorter, and doesn't use unstable features. | |||||
* | Send the start and end half of a TimelineMarker to the devtools ↵ | Ms2ger | 2015-08-28 | 1 | -68/+9 | |
| | | | | PullTimelineMarkers thread together. | |||||
* | Remove Emitter::markers. | Ms2ger | 2015-08-26 | 1 | -14/+14 | |
| | | | | | The vector is filled in and immediately emptied again. It is clearer to keep the vector in the caller instead. | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 8 | -16/+16 | |
| | ||||||
* | Cleanup ActorRegistry::create_shareable. | Ms2ger | 2015-08-19 | 1 | -7/+9 | |
| | ||||||
* | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 2 | -3/+3 | |
| | | | | | and `for foo in bar.iter_mut(), and for foo in bar.into_iter() (continuation of #7197) | |||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 2 | -6/+6 | |
| | ||||||
* | Implement a PerformanceActor. | Ms2ger | 2015-08-15 | 3 | -2/+83 | |
| | | | | | | | | This is necessary for the devtools "Start Recording Performance" button to send a message. (This message is not yet supported, so it leads to 'unexpected message type "startRecording" found for actor "performance4"'.) | |||||
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 2 | -5/+5 | |
| | | | | closes #7197 | |||||
* | Use external mutability for FramerateActor::ticks. | Ms2ger | 2015-08-14 | 2 | -13/+8 | |
| | ||||||
* | Actor::handle_message should return an enum instad of a boolean #7110 r=jdm | Fabrice Desré | 2015-08-13 | 12 | -76/+83 | |
| | ||||||
* | Auto merge of #7192 - Ms2ger:profiler, r=jdm | bors-servo | 2015-08-13 | 3 | -2/+46 | |
|\ | | | | | | | | | | | | | | | | | | | Implement a ProfilerActor struct. This is sufficient to make the profiler tab show up in Firefox's devtools. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7192) <!-- Reviewable:end --> | |||||
| * | Implement a ProfilerActor struct. | Ms2ger | 2015-08-13 | 3 | -2/+46 | |
| | | | | | | | | This is sufficient to make the profiler tab show up in Firefox's devtools. | |||||
* | | Auto merge of #7132 - jdm:docenum, r=ms2ger | bors-servo | 2015-08-13 | 4 | -81/+25 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Document the use and meaning of the devtools control messages. Fixes … …#6922. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7132) <!-- Reviewable:end --> | |||||
| * | Improve documentation for devtools messages a bit more. | Josh Matthews | 2015-08-13 | 1 | -2/+2 | |
| | | ||||||
| * | Warning police. | Josh Matthews | 2015-08-12 | 3 | -20/+9 | |
| | | ||||||
| * | Simplify devtools frame marker notification. Record each frame tick based on ↵ | Josh Matthews | 2015-08-12 | 2 | -59/+14 | |
| | | | | | | | | a single message sent from the script task that ticked. | |||||
* | | Disallow unsafe code in the devtools and devtools_traits crates. | Ms2ger | 2015-08-12 | 2 | -0/+3 | |
|/ | ||||||
* | Auto merge of #7140 - wilmoz:master, r=jdm | bors-servo | 2015-08-11 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | Remove Message suffix from NetworkEventMessage https://github.com/servo/servo/issues/7129 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7140) <!-- Reviewable:end --> | |||||
| * | Remove Message suffix from NetworkEventMessage | wilmoz | 2015-08-10 | 1 | -1/+1 | |
| | | ||||||
* | | Rename SendConsoleMessage to ConsoleAPI | Brandon Fairchild | 2015-08-10 | 1 | -1/+1 | |
|/ | | | | Fixes #7131. | |||||
* | Remove unused import. | Ms2ger | 2015-08-10 | 1 | -1/+0 | |
| | ||||||
* | Closes #6724 (Allows object evaluation in devtools) | Harrison G | 2015-08-09 | 3 | -7/+56 | |
| | | | | | | | | | | | | | | The purpose of this is to fix how objects were previously evaluated in the developer tools. - Before this, evaluating an object such as the `window` would `panic!` - After this, evaluating an object such as the `window` outputs `[object Window]` A few things to note: - This commit contains `unsafe` code. - This does not contain a test because the developer tools cannot be properly tested until #5971 lands. | |||||
* | servo: Update `ipc-channel` to pick up `bincode` support. | Patrick Walton | 2015-08-08 | 1 | -2/+2 | |
| | | | | Large improvement in page load times, especially in debug builds. |