aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Auto merge of #6008 - jgraham:webdriver_get_active_element, r=jdmbors-servo2015-05-117-3/+23
|\ \ \ \ \
| * | | | | Add support for getActiveElement webdriver commandJames Graham2015-05-117-3/+23
* | | | | | Auto merge of #6007 - jgraham:webdriver_capabilities, r=jdmbors-servo2015-05-111-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add basic browser capabilitiesJames Graham2015-05-111-1/+4
|/ / / / /
* | | | | Auto merge of #5969 - jgraham:webdriver_select_css, r=jdmbors-servo2015-05-115-10/+163
|\ \ \ \ \
| * | | | | Add WebDriver support for getting elements by selector.James Graham2015-05-085-10/+163
* | | | | | Auto merge of #5997 - mbrubeck:table-direction, r=pcwaltonbors-servo2015-05-119-72/+143
|\ \ \ \ \ \
| * | | | | | Fix direction of columns in mixed LTR/RTL tables.Matt Brubeck2015-05-089-72/+143
* | | | | | | Auto merge of #6004 - Ms2ger:get_link, r=SimonSapinbors-servo2015-05-116-18/+32
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Replace TElement::get_link() by specific methods.Ms2ger2015-05-116-18/+32
|/ / / / / /
* | | | | | Auto merge of #5994 - pcwalton:vertical-align-inline-block, r=glennwbors-servo2015-05-104-5/+62
|\ \ \ \ \ \
| * | | | | | layout: Support `vertical-align` for inline-blocks.Patrick Walton2015-05-084-5/+62
| | |_|_|/ / | |/| | | |
* | | | | | Auto merge of #6001 - Ms2ger:runtime, r=jdmbors-servo2015-05-108-49/+49
|\ \ \ \ \ \
| * | | | | | Remove reference counting from the Runtime implementation.Ms2ger2015-05-107-14/+16
| * | | | | | Move evaluate_script to Runtime.Ms2ger2015-05-105-5/+5
| * | | | | | Remove support for tracing Cx.Ms2ger2015-05-101-2/+1
| * | | | | | Use Runtime in WorkerGlobalScope and DedicatedWorkerGlobalScope.Ms2ger2015-05-102-24/+23
| * | | | | | Use Runtime in Window.Ms2ger2015-05-102-15/+15
| * | | | | | Update js.Ms2ger2015-05-103-3/+3
* | | | | | | Auto merge of #5999 - Ms2ger:TElement, r=jdmbors-servo2015-05-1011-51/+51
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Move get_attr and get_attrs into TElementAttributes.Ms2ger2015-05-109-45/+36
| * | | | | | Stop using TElement's unsound get_attr in link/style code.Ms2ger2015-05-102-6/+15
|/ / / / / /
* | | | | | Auto merge of #6000 - Ms2ger:update-js, r=jdmbors-servo2015-05-104-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update js.Ms2ger2015-05-104-4/+4
|/ / / / /
* | | | | Auto merge of #5990 - pcwalton:img-width-attribute-intrinsic-width, r=glennwbors-servo2015-05-084-2/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | layout: Take the `width` attribute of `<img>` into account whenPatrick Walton2015-05-084-2/+35
| |/ / /
* | | | Auto merge of #5985 - zmike:embedding-woodenbikeshed, r=larsbergstrombors-servo2015-05-085-15/+52
|\ \ \ \ | |/ / / |/| | |
| * | | image_cache_task::new_image_cache_task() should not panic when placeholder fa...Mike Blumenkrantz2015-05-081-6/+13
| * | | fix undefined symbols in embedding libMike Blumenkrantz2015-05-083-9/+36
| * | | add embedding function for checking whether the loaded cef lib is servoMike Blumenkrantz2015-05-071-0/+3
* | | | Auto merge of #5987 - Adenilson:rmComment01, r=jdmbors-servo2015-05-081-1/+0
|\ \ \ \
| * | | | This was done already on #5783, maybe was reintroduced by mistake.Adenilson Cavalcanti2015-05-081-1/+0
|/ / / /
* | | | Auto merge of #5976 - larsbergstrom:osx-android-fixes, r=glennwbors-servo2015-05-074-9/+10
|\ \ \ \
| * | | | Ensure we use the android cross linker when building for androidLars Bergstrom2015-05-071-0/+1
| * | | | Pick up acrichto's fixes to OSX cross build in submodulesLars Bergstrom2015-05-073-9/+9
| | |/ / | |/| |
* | | | Auto merge of #5940 - pcwalton:inline-margins, r=glennwbors-servo2015-05-0710-57/+190
|\ \ \ \
| * | | | layout: Implement inline margins.Patrick Walton2015-05-0710-57/+190
| | |/ / | |/| |
* | | | Auto merge of #5936 - pcwalton:fast-resize, r=jdmbors-servo2015-05-074-38/+61
|\ \ \ \ | |/ / / |/| | |
| * | | layout: Don't rerun selector matching unless we need to when resizingPatrick Walton2015-05-074-38/+61
|/ / /
* | | Auto merge of #5955 - zmike:embedding-REBASE_RAGE, r=larsbergstrombors-servo2015-05-0767-2198/+6861
|\ \ \ | |/ / |/| |
| * | update cef embedding readmeMike Blumenkrantz2015-05-061-8/+2
| * | one more embedding interfaces update because they removed cef_url & time_tMike Blumenkrantz2015-05-063-50/+2
| * | update embedding interfaces again to use filling_drop featureMike Blumenkrantz2015-05-0657-1550/+2797
| * | update embedding interfaces/mod.rs to add MPLMike Blumenkrantz2015-05-061-5/+5
| * | update embedding interfaces mod.rs generator script to add MPLMike Blumenkrantz2015-05-061-2/+14
| * | add shell script to automate generation of ports/cef/interfaces/mod.rsMike Blumenkrantz2015-05-051-0/+33
| * | implement pointer type matching for cef window cursor settingMike Blumenkrantz2015-05-051-1/+28
| * | update various cef functions to use correct number of paramsMike Blumenkrantz2015-05-055-10/+20
| * | add remaining/missing cef types to types.rsMike Blumenkrantz2015-05-051-0/+431
| * | remove duplicated cef types from cef/types.rsMike Blumenkrantz2015-05-051-36/+0